mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-11 23:24:06 +00:00
Update AWS autoscaler policy (#1024)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
parent
21954b31bb
commit
a8f1ebce1d
@ -320,6 +320,16 @@ to an IAM user, and create credentials keys for that user to configure in the au
|
||||
"ssm:GetParameter"
|
||||
],
|
||||
"Resource": "arn:aws:ssm:*::parameter/aws/service/marketplace/*"
|
||||
},
|
||||
{
|
||||
"Sid": "AllowUsingDeeplearningAMIAliases",
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"ssm:GetParametersByPath",
|
||||
"ssm:GetParameters",
|
||||
"ssm:GetParameter"
|
||||
],
|
||||
"Resource": "arn:aws:ssm:*::parameter/aws/service/deeplearning/*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user