aws-samples / pcluster-manager

Manage AWS ParallelCluster through an easy to use web interface
https://pcluster.cloud
Apache License 2.0
65 stars 27 forks source link

Support for additional IAM policies #268

Open stephenmsachs opened 2 years ago

stephenmsachs commented 2 years ago

Users are able to add any additional IAM policies into the text box, but the cluster creation will fail in most cases. This comes from a limitation in the template for ParallelCluster API. The DefaultParallelClusterIamAdminPolicy defined here is used to build pcluster-manager.

mendaomn commented 2 years ago

Can you provide an example policy that would make the cluster creation fail?

stephenmsachs commented 2 years ago

Can you provide an example policy that would make the cluster creation fail?

arn:aws:iam::aws:policy/AmazonS3FullAccess