AWSFaultInjectionSimulatorEC2Access - AWS Managed Policy

AWSFaultInjectionSimulatorEC2Access

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

AWSFaultInjectionSimulatorEC2Access is an AWS managed policy.

Using this policy

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

Policy details

  • Type: Service role policy

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

  • Edited time: November 27, 2023, 15:08 UTC

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

Policy version

Policy version: v4 (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" : "AllowEc2Actions", "Effect" : "Allow", "Action" : [ "ec2:RebootInstances", "ec2:SendSpotInstanceInterruptions", "ec2:StartInstances", "ec2:StopInstances", "ec2:TerminateInstances" ], "Resource" : "arn:aws:ec2:*:*:instance/*" }, { "Sid" : "AllowEc2InstancesWithEncryptedEbsVolumes", "Effect" : "Allow", "Action" : [ "kms:CreateGrant" ], "Resource" : [ "arn:aws:kms:*:*:key/*" ], "Condition" : { "StringLike" : { "kms:ViaService" : "ec2.*.amazonaws.com" }, "Bool" : { "kms:GrantIsForAWSResource" : "true" } } }, { "Sid" : "AllowSSMSendOnEc2", "Effect" : "Allow", "Action" : [ "ssm:SendCommand" ], "Resource" : [ "arn:aws:ec2:*:*:instance/*", "arn:aws:ssm:*:*:document/*" ] }, { "Sid" : "AllowSSMStopOnEc2", "Effect" : "Allow", "Action" : [ "ssm:CancelCommand", "ssm:ListCommands" ], "Resource" : "*" }, { "Sid" : "DescribeInstances", "Effect" : "Allow", "Action" : "ec2:DescribeInstances", "Resource" : "*" } ] }

Learn more