Skip to content

Commit

Permalink
Continuing to work through IAM issues with the jumphost policy template.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarable committed May 29, 2019
1 parent 842dbec commit 500a8c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ClusterMaker/templates/ParallelClusterInstancePolicy.json_src
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/parallelcluster-<CLUSTER_NAME>-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/parallelcluster-<CLUSTER_OWNER>-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/pclustermaker-role-<CLUSTER_SERIAL_NUMBER>",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/terminate-pcluster-role-<CLUSTER_SERIAL_NUMBER>"
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/kill-pcluster-role-<CLUSTER_SERIAL_NUMBER>"
]
},
{
Expand All @@ -348,7 +348,7 @@
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/parallelcluster-<CLUSTER_NAME>-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/parallelcluster-<CLUSTER_OWNER>-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/pclustermaker-role-<CLUSTER_SERIAL_NUMBER>",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/terminate-pcluster-role-<CLUSTER_SERIAL_NUMBER>"
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/kill-pcluster-role-<CLUSTER_SERIAL_NUMBER>"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion JumphostMaker/kill-pcluster-jumphost.jumphost01.sh

This file was deleted.

6 changes: 2 additions & 4 deletions JumphostMaker/templates/JumphostInstancePolicy.json_src
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@
"Resource": [
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/parallelcluster-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/pclustermaker-role-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/kill-pclustermaker-role-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/terminate-pcluster-role-*"
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/kill-pclustermaker-role-*"
]
},
{
Expand All @@ -346,8 +345,7 @@
"Resource": [
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/parallelcluster-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/pclustermaker-role-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/pclustermaker-role-*",
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/terminate-pcluster-role-*"
"arn:aws:iam::<AWS_ACCOUNT_ID>:role/kill-pclustermaker-role-*"
]
},
{
Expand Down

0 comments on commit 500a8c6

Please sign in to comment.