2017-11-21 23:15:31 +01:00
|
|
|
{# Not all Autoscaling API Actions allow specified resources #}
|
|
|
|
{# See http://docs.aws.amazon.com/autoscaling/latest/userguide/control-access-using-iam.html#policy-auto-scaling-resources #}
|
|
|
|
{
|
|
|
|
"Version": "2012-10-17",
|
|
|
|
"Statement": [
|
|
|
|
{
|
|
|
|
"Sid": "DescribeAutoscaling",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"autoscaling:DescribeAutoScalingGroups",
|
|
|
|
"autoscaling:DescribeLaunchConfigurations",
|
|
|
|
"autoscaling:DescribePolicies"
|
|
|
|
],
|
|
|
|
"Resource": "*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowAutoscaling",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
2019-08-23 20:53:47 +02:00
|
|
|
"autoscaling:*LaunchConfiguration",
|
2019-09-06 21:48:40 +02:00
|
|
|
"autoscaling:*LoadBalancers",
|
2019-08-23 20:53:47 +02:00
|
|
|
"autoscaling:*AutoScalingGroup",
|
|
|
|
"autoscaling:*MetricsCollection",
|
2017-11-21 23:15:31 +01:00
|
|
|
"autoscaling:PutScalingPolicy",
|
2019-09-06 21:48:40 +02:00
|
|
|
"autoscaling:DeletePolicy",
|
|
|
|
"autoscaling:*Tags"
|
2017-11-21 23:15:31 +01:00
|
|
|
],
|
|
|
|
"Resource": [
|
|
|
|
"arn:aws:autoscaling:{{aws_region}}:{{aws_account}}:*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{# Note that not all EC2 API Actions allow a specific resource #}
|
|
|
|
{# See http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ec2-api-permissions.html#ec2-api-unsupported-resource-permissions #}
|
|
|
|
{
|
|
|
|
"Sid": "AllowUnspecifiedEC2Resource",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
2019-09-04 21:33:01 +02:00
|
|
|
"ec2:*LaunchTemplate",
|
|
|
|
"ec2:*LaunchTemplateVersion",
|
|
|
|
"ec2:*LaunchTemplateVersions",
|
2019-07-04 21:25:19 +02:00
|
|
|
"ec2:AttachVolume",
|
2017-11-21 23:15:31 +01:00
|
|
|
"ec2:CreateImage",
|
|
|
|
"ec2:CreateKeyPair",
|
|
|
|
"ec2:CreateSecurityGroup",
|
|
|
|
"ec2:CreateSnapshot",
|
|
|
|
"ec2:CreateTags",
|
|
|
|
"ec2:DeleteKeyPair",
|
|
|
|
"ec2:DeleteSnapshot",
|
|
|
|
"ec2:DeleteTags",
|
|
|
|
"ec2:DeregisterImage",
|
|
|
|
"ec2:Describe*",
|
|
|
|
"ec2:ImportKeyPair",
|
|
|
|
"ec2:ModifyImageAttribute",
|
2019-03-06 13:46:37 +01:00
|
|
|
"ec2:ModifyInstanceAttribute",
|
2017-11-21 23:15:31 +01:00
|
|
|
"ec2:RegisterImage",
|
2019-07-04 21:25:19 +02:00
|
|
|
"ec2:ReplaceIamInstanceProfileAssociation",
|
2019-06-28 12:28:47 +02:00
|
|
|
"ec2:ReportInstanceStatus"
|
2017-11-21 23:15:31 +01:00
|
|
|
],
|
|
|
|
"Resource": "*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowSpecifiedEC2Resource",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"ec2:AuthorizeSecurityGroupIngress",
|
|
|
|
"ec2:AuthorizeSecurityGroupEgress",
|
|
|
|
"ec2:CreateTags",
|
2018-07-27 21:45:18 +02:00
|
|
|
"ec2:CreateVolume",
|
2017-11-21 23:15:31 +01:00
|
|
|
"ec2:DeleteRouteTable",
|
|
|
|
"ec2:DeleteSecurityGroup",
|
2018-07-27 21:45:18 +02:00
|
|
|
"ec2:DeleteVolume",
|
2017-11-21 23:15:31 +01:00
|
|
|
"ec2:RevokeSecurityGroupEgress",
|
|
|
|
"ec2:RevokeSecurityGroupIngress",
|
|
|
|
"ec2:RunInstances",
|
2019-03-06 13:46:37 +01:00
|
|
|
"ec2:StartInstances",
|
|
|
|
"ec2:StopInstances",
|
2017-11-21 23:15:31 +01:00
|
|
|
"ec2:TerminateInstances",
|
|
|
|
"ec2:UpdateSecurityGroupRuleDescriptionsIngress",
|
|
|
|
"ec2:UpdateSecurityGroupRuleDescriptionsEgress"
|
|
|
|
],
|
|
|
|
"Resource": [
|
|
|
|
"arn:aws:ec2:{{aws_region}}::image/*",
|
|
|
|
"arn:aws:ec2:{{aws_region}}:{{aws_account}}:*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{# According to http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/load-balancer-authentication-access-control.html #}
|
|
|
|
{# Resource level access control is not possible for the new ELB API (providing Application Load Balancer functionality #}
|
|
|
|
{# While it remains possible for the old API, there is no distinction of the Actions between old API and new API #}
|
|
|
|
{
|
|
|
|
"Sid": "AllowLoadBalancerOperations",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
2019-09-06 21:48:40 +02:00
|
|
|
"elasticloadbalancing:*LoadBalancer",
|
|
|
|
"elasticloadbalancing:*LoadBalancers",
|
|
|
|
"elasticloadbalancing:*LoadBalancerListeners",
|
|
|
|
"elasticloadbalancing:*TargetGroup",
|
2018-05-03 14:36:52 +02:00
|
|
|
"elasticloadbalancing:AddTags",
|
2017-11-21 23:15:31 +01:00
|
|
|
"elasticloadbalancing:ConfigureHealthCheck",
|
2017-12-15 14:15:01 +01:00
|
|
|
"elasticloadbalancing:CreateListener",
|
2019-08-02 02:40:53 +02:00
|
|
|
"elasticloadbalancing:CreateRule",
|
2017-12-15 14:15:01 +01:00
|
|
|
"elasticloadbalancing:DeleteListener",
|
2019-08-02 02:40:53 +02:00
|
|
|
"elasticloadbalancing:DeleteRule",
|
2017-11-21 23:15:31 +01:00
|
|
|
"elasticloadbalancing:DescribeInstanceHealth",
|
2019-07-04 21:25:19 +02:00
|
|
|
"elasticloadbalancing:DescribeLoadBalancer*",
|
2018-05-03 14:36:52 +02:00
|
|
|
"elasticloadbalancing:DescribeTags",
|
2019-08-02 02:40:53 +02:00
|
|
|
"elasticloadbalancing:ModifyListener",
|
2017-11-21 23:15:31 +01:00
|
|
|
"elasticloadbalancing:ModifyLoadBalancerAttributes",
|
2019-08-02 02:40:53 +02:00
|
|
|
"elasticloadbalancing:ModifyRule",
|
2018-05-03 14:36:52 +02:00
|
|
|
"elasticloadbalancing:RemoveTags"
|
2017-11-21 23:15:31 +01:00
|
|
|
],
|
|
|
|
"Resource": "*"
|
|
|
|
},
|
|
|
|
{# Only certain lambda actions can be restricted to a specific resource #}
|
|
|
|
{# http://docs.aws.amazon.com/lambda/latest/dg/lambda-api-permissions-ref.html #}
|
|
|
|
{
|
|
|
|
"Sid": "AllowApiGateway",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"apigateway:*"
|
|
|
|
],
|
|
|
|
"Resource": [
|
|
|
|
"arn:aws:apigateway:{{aws_region}}::/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowGetUserForLambdaCreation",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"iam:GetUser"
|
|
|
|
],
|
|
|
|
"Resource": [
|
|
|
|
"arn:aws:iam::{{aws_account}}:user/ansible_integration_tests"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowLambdaManagementWithoutResource",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"lambda:CreateEventSourceMapping",
|
|
|
|
"lambda:GetAccountSettings",
|
|
|
|
"lambda:GetEventSourceMapping",
|
2019-07-04 21:25:19 +02:00
|
|
|
"lambda:List*",
|
2017-11-21 23:15:31 +01:00
|
|
|
"lambda:TagResource",
|
|
|
|
"lambda:UntagResource"
|
|
|
|
],
|
|
|
|
"Resource": "*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowLambdaManagementWithResource",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"lambda:AddPermission",
|
|
|
|
"lambda:CreateAlias",
|
|
|
|
"lambda:CreateFunction",
|
|
|
|
"lambda:DeleteAlias",
|
|
|
|
"lambda:DeleteFunction",
|
|
|
|
"lambda:GetAlias",
|
|
|
|
"lambda:GetFunction",
|
|
|
|
"lambda:GetFunctionConfiguration",
|
|
|
|
"lambda:GetPolicy",
|
|
|
|
"lambda:InvokeFunction",
|
|
|
|
"lambda:PublishVersion",
|
|
|
|
"lambda:RemovePermission",
|
|
|
|
"lambda:UpdateAlias",
|
|
|
|
"lambda:UpdateEventSourceMapping",
|
|
|
|
"lambda:UpdateFunctionCode",
|
|
|
|
"lambda:UpdateFunctionConfiguration"
|
|
|
|
],
|
|
|
|
"Resource": "arn:aws:lambda:{{aws_region}}:{{aws_account}}:function:*"
|
|
|
|
},
|
|
|
|
{
|
2017-12-15 14:15:01 +01:00
|
|
|
"Sid": "AllowRoleManagement",
|
2017-11-21 23:15:31 +01:00
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"iam:PassRole"
|
|
|
|
],
|
|
|
|
"Resource": [
|
2017-12-15 14:15:01 +01:00
|
|
|
"arn:aws:iam::{{aws_account}}:role/ansible_lambda_role",
|
|
|
|
"arn:aws:iam::{{aws_account}}:role/ecsInstanceRole",
|
2019-07-04 21:25:19 +02:00
|
|
|
"arn:aws:iam::{{aws_account}}:role/ec2InstanceRole",
|
2018-06-07 14:44:04 +02:00
|
|
|
"arn:aws:iam::{{aws_account}}:role/ecsServiceRole",
|
2018-07-12 15:16:41 +02:00
|
|
|
"arn:aws:iam::{{aws_account}}:role/aws_eks_cluster_role",
|
|
|
|
"arn:aws:iam::{{aws_account}}:role/ecsTaskExecutionRole"
|
2017-11-21 23:15:31 +01:00
|
|
|
]
|
2017-12-15 14:15:01 +01:00
|
|
|
},
|
2018-01-29 21:35:49 +01:00
|
|
|
{
|
|
|
|
"Sid": "AllowSESManagement",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"ses:VerifyEmailIdentity",
|
|
|
|
"ses:DeleteIdentity",
|
|
|
|
"ses:GetIdentityVerificationAttributes",
|
|
|
|
"ses:GetIdentityNotificationAttributes",
|
|
|
|
"ses:VerifyDomainIdentity",
|
|
|
|
"ses:SetIdentityNotificationTopic",
|
|
|
|
"ses:SetIdentityHeadersInNotificationsEnabled",
|
2018-04-05 21:11:12 +02:00
|
|
|
"ses:SetIdentityFeedbackForwardingEnabled",
|
|
|
|
"ses:GetIdentityPolicies",
|
|
|
|
"ses:PutIdentityPolicy",
|
|
|
|
"ses:DeleteIdentityPolicy",
|
2018-11-14 18:15:24 +01:00
|
|
|
"ses:ListIdentityPolicies",
|
|
|
|
"ses:SetIdentityFeedbackForwardingEnabled",
|
|
|
|
"ses:ListReceiptRuleSets",
|
|
|
|
"ses:DescribeReceiptRuleSet",
|
|
|
|
"ses:DescribeActiveReceiptRuleSet",
|
|
|
|
"ses:SetActiveReceiptRuleSet",
|
|
|
|
"ses:CreateReceiptRuleSet",
|
|
|
|
"ses:DeleteReceiptRuleSet"
|
2018-01-29 21:35:49 +01:00
|
|
|
],
|
|
|
|
"Resource": [
|
|
|
|
"*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowSNSManagement",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"SNS:CreateTopic",
|
|
|
|
"SNS:DeleteTopic",
|
|
|
|
"SNS:GetTopicAttributes",
|
2018-08-24 03:04:18 +02:00
|
|
|
"SNS:ListSubscriptions",
|
|
|
|
"SNS:ListSubscriptionsByTopic",
|
|
|
|
"SNS:ListTopics",
|
|
|
|
"SNS:SetTopicAttributes",
|
|
|
|
"SNS:Subscribe",
|
|
|
|
"SNS:Unsubscribe"
|
2018-01-29 21:35:49 +01:00
|
|
|
],
|
|
|
|
"Resource": [
|
|
|
|
"*"
|
|
|
|
]
|
2019-09-09 19:08:21 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowStepFunctionsStateMachine",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"states:CreateStateMachine",
|
|
|
|
"states:DeleteStateMachine",
|
|
|
|
"states:DescribeStateMachine",
|
|
|
|
"states:ListStateMachines",
|
|
|
|
"states:ListTagsForResource",
|
|
|
|
"states:TagResource",
|
|
|
|
"states:UntagResource",
|
|
|
|
"states:UpdateStateMachine"
|
|
|
|
],
|
|
|
|
"Resource": [
|
|
|
|
"arn:aws:states:*"
|
|
|
|
]
|
2019-11-22 00:53:36 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowLightsail",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"lightsail:CreateInstances",
|
|
|
|
"lightsail:CreateKeyPair",
|
|
|
|
"lightsail:DeleteInstance",
|
|
|
|
"lightsail:DeleteKeyPair",
|
|
|
|
"lightsail:GetInstance",
|
|
|
|
"lightsail:GetInstances",
|
|
|
|
"lightsail:GetKeyPairs",
|
|
|
|
"lightsail:RebootInstance",
|
|
|
|
"lightsail:StartInstance",
|
|
|
|
"lightsail:StopInstance"
|
|
|
|
],
|
|
|
|
"Resource": "arn:aws:lightsail:*:*:*"
|
2017-11-21 23:15:31 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|