From 0d4ccdf6cc934f32d03b29b7021da92fde2cf4a1 Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Wed, 7 Aug 2019 10:14:24 -0700 Subject: [PATCH] Add note on IAM permissions Signed-off-by: Sean Smith --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d4fec2bc32..476ca07807 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,7 +17,7 @@ x.x.x * Add support for ap-east-1 region (Hong Kong) * Add possibility to specify instance type to use when building custom AMIs with ``pcluster createami`` * Speed up cluster creation by having compute nodes starting together with master node. **Note** this requires one new IAM permissions in the `ParallelClusterInstancePolicy `_, ``cloudformation:DescribeStackResource`` -* Enable ASG CloudWatch metrics for the ASG managing compute nodes +* Enable ASG CloudWatch metrics for the ASG managing compute nodes. **Note** this requires two new IAM permissions in the `ParallelClusterUserPolicy `_, ``autoscaling:DisableMetricsCollection`` and ``autoscaling:EnableMetricsCollection`` * Install Intel MPI 2019u4 on Amazon Linux, Centos 7 and Ubuntu 1604 * Upgrade Elastic Fabric Adapter (EFA) to version 1.4.1 that supports Intel MPI * Run all node daemons and cookbook recipes in isolated Python virtualenvs. This allows our code to always run with the