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",