Update AWS autoscaler policy (#1024)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
pollfly 2025-02-02 14:01:53 +02:00 committed by GitHub
parent 21954b31bb
commit a8f1ebce1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/*"
}
]
}