From 0fb6c47ff9fb43084f9efaa23d6bca0863a6e17e Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:55:00 +0200 Subject: [PATCH] Update AWS policy for autoscaler (#980) --- docs/webapp/applications/apps_aws_autoscaler.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/webapp/applications/apps_aws_autoscaler.md b/docs/webapp/applications/apps_aws_autoscaler.md index 9adc5122..37c1288e 100644 --- a/docs/webapp/applications/apps_aws_autoscaler.md +++ b/docs/webapp/applications/apps_aws_autoscaler.md @@ -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/*" } ] }