GlobalAcceleratorFullAccess
Description: Allow GlobalAccelerator Users full Access to all APIs
GlobalAcceleratorFullAccess
is an AWS managed policy.
Using this policy
You can attach GlobalAcceleratorFullAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: November 27, 2018, 02:44 UTC
-
Edited time: December 04, 2020, 19:17 UTC
-
ARN:
arn:aws:iam::aws:policy/GlobalAcceleratorFullAccess
Policy version
Policy version: v6 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Action" : [ "globalaccelerator:*" ], "Effect" : "Allow", "Resource" : "*" }, { "Action" : "elasticloadbalancing:DescribeLoadBalancers", "Effect" : "Allow", "Resource" : "*" }, { "Action" : [ "ec2:DescribeAddresses", "ec2:DescribeInstances", "ec2:DescribeInternetGateways", "ec2:DescribeRegions", "ec2:DescribeSubnets" ], "Effect" : "Allow", "Resource" : "*" }, { "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/globalaccelerator.amazonaws.com/AWSServiceRoleForGlobalAccelerator*", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : "globalaccelerator.amazonaws.com" } } } ] }