AWSFaultInjectionSimulatorRDSAccess - AWS Managed Policy

AWSFaultInjectionSimulatorRDSAccess

Description: This policy grants the Fault Injection Simulator Service permission in RDS and other required services to perform FIS actions.

AWSFaultInjectionSimulatorRDSAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: Service role policy

  • Creation time: October 26, 2022, 20:30 UTC

  • Edited time: November 13, 2023, 16:23 UTC

  • ARN: arn:aws:iam::aws:policy/service-role/AWSFaultInjectionSimulatorRDSAccess

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" : "AllowFailover", "Effect" : "Allow", "Action" : [ "rds:FailoverDBCluster" ], "Resource" : [ "arn:aws:rds:*:*:cluster:*" ] }, { "Sid" : "AllowReboot", "Effect" : "Allow", "Action" : [ "rds:RebootDBInstance" ], "Resource" : [ "arn:aws:rds:*:*:db:*" ] }, { "Sid" : "DescribeResources", "Effect" : "Allow", "Action" : [ "rds:DescribeDBClusters", "rds:DescribeDBInstances" ], "Resource" : "*" }, { "Sid" : "TargetResolutionByTags", "Effect" : "Allow", "Action" : [ "tag:GetResources" ], "Resource" : "*" } ] }

Learn more