AmazonRoute53ProfilesFullAccess
Description: This policy grants full access to Amazon Route 53 Profile resources.
AmazonRoute53ProfilesFullAccess
is an AWS managed policy.
Using this policy
You can attach AmazonRoute53ProfilesFullAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: April 30, 2024, 18:30 UTC
-
Edited time: August 27, 2024, 19:18 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonRoute53ProfilesFullAccess
Policy version
Policy version: v2 (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" : "AmazonRoute53ProfilesFullAccess", "Effect" : "Allow", "Action" : [ "route53profiles:AssociateProfile", "route53profiles:AssociateResourceToProfile", "route53profiles:CreateProfile", "route53profiles:DeleteProfile", "route53profiles:DisassociateProfile", "route53profiles:DisassociateResourceFromProfile", "route53profiles:GetProfile", "route53profiles:GetProfileAssociation", "route53profiles:GetProfilePolicy", "route53profiles:GetProfileResourceAssociation", "route53profiles:ListProfileAssociations", "route53profiles:ListProfileResourceAssociations", "route53profiles:ListProfiles", "route53profiles:ListTagsForResource", "route53profiles:PutProfilePolicy", "route53profiles:TagResource", "route53profiles:UntagResource", "route53profiles:UpdateProfileResourceAssociation", "route53resolver:GetFirewallConfig", "route53resolver:GetFirewallRuleGroup", "route53resolver:GetResolverConfig", "route53resolver:GetResolverDnssecConfig", "route53resolver:GetResolverQueryLogConfig", "route53resolver:GetResolverRule", "ec2:DescribeVpcs", "route53:GetHostedZone" ], "Resource" : [ "*" ] } ] }