You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Tags: and LoginNodes in the same cluster environment, the login node creation and as a consequence the whole cluster will fail s the launch template for the Login Nodes reports "Permission denied".
This happens on an AWS account where the presence of tags is enforced.
Tested with AWS ParallelCluster 3.7.2
Workaround: Disable automatic rollback and manually edit Launch template for Login Node creation in order to add the requested Tags there, then retry the creation of the full stack. This time it will succeed.
@davprat I think this issue has been fixed in ParallelCluster 3.8.0 - at least I now can see the launch templates for the login nodes using the proper Tags. It would be great if you could verify from your end.
When using
Tags:
andLoginNodes
in the same cluster environment, the login node creation and as a consequence the whole cluster will fail s the launch template for the Login Nodes reports "Permission denied".This happens on an AWS account where the presence of tags is enforced.
Tested with AWS ParallelCluster 3.7.2
Workaround: Disable automatic rollback and manually edit Launch template for Login Node creation in order to add the requested Tags there, then retry the creation of the full stack. This time it will succeed.
Sample template file below.
The text was updated successfully, but these errors were encountered: