AWSFaultInjectionSimulatorECSAccess - AWS Managed Policy

AWSFaultInjectionSimulatorECSAccess

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

AWSFaultInjectionSimulatorECSAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: Service role policy

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

  • Edited time: January 25, 2024, 16:16 UTC

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

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" : "Clusters", "Effect" : "Allow", "Action" : [ "ecs:DescribeClusters", "ecs:ListContainerInstances" ], "Resource" : [ "arn:aws:ecs:*:*:cluster/*" ] }, { "Sid" : "Tasks", "Effect" : "Allow", "Action" : [ "ecs:DescribeTasks", "ecs:StopTask" ], "Resource" : [ "arn:aws:ecs:*:*:task/*/*" ] }, { "Sid" : "ContainerInstances", "Effect" : "Allow", "Action" : [ "ecs:UpdateContainerInstancesState" ], "Resource" : [ "arn:aws:ecs:*:*:container-instance/*/*" ] }, { "Sid" : "ListTasks", "Effect" : "Allow", "Action" : [ "ecs:ListTasks" ], "Resource" : "*" }, { "Sid" : "SSMSend", "Effect" : "Allow", "Action" : "ssm:SendCommand", "Resource" : [ "arn:aws:ssm:*:*:managed-instance/*", "arn:aws:ssm:*:*:document/*" ] }, { "Sid" : "SSMList", "Effect" : "Allow", "Action" : [ "ssm:ListCommands", "ssm:CancelCommand" ], "Resource" : "*" }, { "Sid" : "TargetResolutionByTags", "Effect" : "Allow", "Action" : [ "tag:GetResources" ], "Resource" : "*" } ] }

Learn more