AmazonS3OutpostsFullAccess - AWS Managed Policy

AmazonS3OutpostsFullAccess

Description: Provides full access to Amazon S3 on Outposts via the AWS Management Console.

AmazonS3OutpostsFullAccess is an AWS managed policy.

Using this policy

You can attach AmazonS3OutpostsFullAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: October 02, 2020, 17:26 UTC

  • Edited time: October 02, 2020, 17:26 UTC

  • ARN: arn:aws:iam::aws:policy/AmazonS3OutpostsFullAccess

Policy version

Policy version: v1 (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" : [ { "Effect" : "Allow", "Action" : "s3-outposts:*", "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "datasync:ListTasks", "datasync:ListLocations", "datasync:DescribeTask", "datasync:DescribeLocation*" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups", "ec2:DescribeNetworkInterfaces" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "outposts:ListOutposts", "outposts:GetOutpost" ], "Resource" : "*" } ] }

Learn more