AmazonRDSFullAccess
Description: Provides full access to Amazon RDS via the AWS Management Console.
AmazonRDSFullAccess
is an AWS managed policy.
Using this policy
You can attach AmazonRDSFullAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: February 06, 2015, 18:40 UTC
-
Edited time: August 17, 2023, 23:00 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonRDSFullAccess
Policy version
Policy version: v14 (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" : [ "rds:*", "application-autoscaling:DeleteScalingPolicy", "application-autoscaling:DeregisterScalableTarget", "application-autoscaling:DescribeScalableTargets", "application-autoscaling:DescribeScalingActivities", "application-autoscaling:DescribeScalingPolicies", "application-autoscaling:PutScalingPolicy", "application-autoscaling:RegisterScalableTarget", "cloudwatch:DescribeAlarms", "cloudwatch:GetMetricStatistics", "cloudwatch:PutMetricAlarm", "cloudwatch:DeleteAlarms", "cloudwatch:ListMetrics", "cloudwatch:GetMetricData", "ec2:DescribeAccountAttributes", "ec2:DescribeAvailabilityZones", "ec2:DescribeCoipPools", "ec2:DescribeInternetGateways", "ec2:DescribeLocalGatewayRouteTablePermissions", "ec2:DescribeLocalGatewayRouteTables", "ec2:DescribeLocalGatewayRouteTableVpcAssociations", "ec2:DescribeLocalGateways", "ec2:DescribeSecurityGroups", "ec2:DescribeSubnets", "ec2:DescribeVpcAttribute", "ec2:DescribeVpcs", "ec2:GetCoipPoolUsage", "sns:ListSubscriptions", "sns:ListTopics", "sns:Publish", "logs:DescribeLogStreams", "logs:GetLogEvents", "outposts:GetOutpostInstanceTypes", "devops-guru:GetResourceCollection" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : "pi:*", "Resource" : [ "arn:aws:pi:*:*:metrics/rds/*", "arn:aws:pi:*:*:perf-reports/rds/*" ] }, { "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "*", "Condition" : { "StringLike" : { "iam:AWSServiceName" : [ "rds.amazonaws.com", "rds.application-autoscaling.amazonaws.com" ] } } }, { "Action" : [ "devops-guru:SearchInsights", "devops-guru:ListAnomaliesForInsight" ], "Effect" : "Allow", "Resource" : "*", "Condition" : { "ForAllValues:StringEquals" : { "devops-guru:ServiceNames" : [ "RDS" ] }, "Null" : { "devops-guru:ServiceNames" : "false" } } } ] }