mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-30 22:18:02 +00:00
Update AWS policy for autoscaler (#980)
This commit is contained in:
parent
ff2a7bd893
commit
0fb6c47ff9
@ -310,6 +310,16 @@ to an IAM user, and create credentials keys for that user to configure in the au
|
||||
"ec2:TerminateInstances"
|
||||
],
|
||||
"Resource": "*"
|
||||
},
|
||||
{
|
||||
"Sid": "AllowUsingMarketplaceAMIAliases",
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"ssm:GetParametersByPath",
|
||||
"ssm:GetParameters",
|
||||
"ssm:GetParameter"
|
||||
],
|
||||
"Resource": "arn:aws:ssm:*::parameter/aws/service/marketplace/*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user