AmazonRoute53ResolverReadOnlyAccess - AWS Managed Policy

AmazonRoute53ResolverReadOnlyAccess

Description: Read only policy for Route 53 Resolver

AmazonRoute53ResolverReadOnlyAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: May 30, 2019, 18:11 UTC

  • Edited time: August 05, 2024, 18:54 UTC

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

Policy version

Policy version: v3 (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" : [ { "Sid" : "AmazonRoute53ResolverReadOnlyAccess", "Effect" : "Allow", "Action" : [ "route53resolver:Get*", "route53resolver:List*", "ec2:DescribeNetworkInterfaces", "ec2:DescribeSecurityGroups", "ec2:DescribeVpcs", "ec2:DescribeSubnets" ], "Resource" : [ "*" ] } ] }

Learn more