Update AWS policy for autoscaler (#980)

This commit is contained in:
pollfly 2024-12-05 10:55:00 +02:00 committed by GitHub
parent ff2a7bd893
commit 0fb6c47ff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,6 +310,16 @@ to an IAM user, and create credentials keys for that user to configure in the au
"ec2:TerminateInstances" "ec2:TerminateInstances"
], ],
"Resource": "*" "Resource": "*"
},
{
"Sid": "AllowUsingMarketplaceAMIAliases",
"Effect": "Allow",
"Action": [
"ssm:GetParametersByPath",
"ssm:GetParameters",
"ssm:GetParameter"
],
"Resource": "arn:aws:ssm:*::parameter/aws/service/marketplace/*"
} }
] ]
} }