From a8f1ebce1d536bea36571a72c4c8ce0ceafd76ed Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 2 Feb 2025 14:01:53 +0200 Subject: [PATCH] Update AWS autoscaler policy (#1024) --- 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 59bbaeb9..ada66331 100644 --- a/docs/webapp/applications/apps_aws_autoscaler.md +++ b/docs/webapp/applications/apps_aws_autoscaler.md @@ -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/*" } ] }