Skip to content

Commit cb54320

Browse files
fnubalajsean-smith
authored andcommitted
Documentation changes in iam.rst
a. Remove CfnCluster specific documentation in iam.rst b. Add ec2:DescribeRegions to the User policy Signed-off-by: Balaji Sridharan <[email protected]>
1 parent 51d95bc commit cb54320

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/source/iam.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
IAM in AWS ParallelCluster
44
==========================
55

6-
.. warning::
7-
Between CfnCluster 1.5.4 and 1.6.0 we added a change to the `CfnClusterInstancePolicy` that adds “s3:GetObject” permissions on objects in <REGION>-cfncluster bucket and cloudformation:DescribeStacks" permissions on <REGION>:<ACCOUNT_ID>:stack/cfncluster-*
8-
If you're using a custom policy (e.g. you specify "ec2_iam_role" in your config) be sure it includes this new permission.
9-
10-
Between CfnCluster 1.4.2 and 1.5.0 we added a change to the `CfnClusterInstancePolicy` that adds "ec2:DescribeVolumes" permissions. If you're using a custom policy (e.g. you specify "ec2_iam_role" in your config) be sure it includes this new permission.
11-
126
AWS ParallelCluster utilizes multiple AWS services to deploy and operate a cluster. The services used are listed in the :ref:`AWS Services used in AWS ParallelCluster <aws_services>` section of the documentation.
137

148
AWS ParallelCluster uses EC2 IAM roles to enable instances access to AWS services for the deployment and operation of the cluster. By default the EC2 IAM role is created as part of the cluster creation by CloudFormation. This means that the user creating the cluster must have the appropriate level of permissions
@@ -40,7 +34,8 @@ ParallelClusterInstancePolicy
4034
"ec2:AttachVolume",
4135
"ec2:DescribeInstanceAttribute",
4236
"ec2:DescribeInstanceStatus",
43-
"ec2:DescribeInstances"
37+
"ec2:DescribeInstances",
38+
"ec2:DescribeRegions"
4439
],
4540
"Sid": "EC2",
4641
"Effect": "Allow"

0 commit comments

Comments
 (0)