AmazonS3OutpostsReadOnlyAccess - AWS Managed Policy

AmazonS3OutpostsReadOnlyAccess

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

AmazonS3OutpostsReadOnlyAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: October 02, 2020, 18:55 UTC

  • Edited time: October 02, 2020, 18:55 UTC

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

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:Get*", "s3-outposts:List*" ], "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