From 58d288cc216e20974df099737420b41e750377f9 Mon Sep 17 00:00:00 2001 From: Takashi Matsumoto <77025706+t-mtsmt@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:13:51 +0900 Subject: [PATCH] Update policy.json --- policy/policy.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/policy.json b/policy/policy.json index 9d490d95..f3e7b762 100644 --- a/policy/policy.json +++ b/policy/policy.json @@ -10,6 +10,7 @@ "autoscaling:DeleteLaunchConfiguration", "autoscaling:DescribeAutoScalingGroups", "autoscaling:DescribeLaunchConfigurations", + "autoscaling:DescribeScalingActivities", "autoscaling:UpdateAutoScalingGroup", "dynamodb:CreateTable", "dynamodb:DeleteTable", @@ -23,6 +24,7 @@ "ec2:AuthorizeSecurityGroupEgress", "ec2:AuthorizeSecurityGroupIngress", "ec2:CreateInternetGateway", + "ec2:CreateLaunchTemplate", "ec2:CreateRoute", "ec2:CreateRouteTable", "ec2:CreateSecurityGroup", @@ -30,6 +32,7 @@ "ec2:CreateTags", "ec2:CreateVpc", "ec2:DeleteInternetGateway", + "ec2:DeleteLaunchTemplate", "ec2:DeleteRouteTable", "ec2:DeleteSecurityGroup", "ec2:DeleteSubnet", @@ -43,6 +46,8 @@ "ec2:DescribeInstanceTypes", "ec2:DescribeInstances", "ec2:DescribeInternetGateways", + "ec2:DescribeLaunchTemplateVersions", + "ec2:DescribeLaunchTemplates", "ec2:DescribeNetworkAcls", "ec2:DescribeNetworkInterfaces", "ec2:DescribeRouteTables",