EC2FastLaunchFullAccess - AWS Managed Policy

EC2FastLaunchFullAccess

Description: This policy grants full access to EC2 Fast Launch actions

EC2FastLaunchFullAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: May 13, 2024, 22:45 UTC

  • Edited time: May 13, 2024, 22:45 UTC

  • ARN: arn:aws:iam::aws:policy/EC2FastLaunchFullAccess

Policy version

Policy version: v1 (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" : "EC2FastLaunch", "Effect" : "Allow", "Action" : [ "ec2:EnableFastLaunch", "ec2:DisableFastLaunch", "ec2:DescribeFastLaunchImages" ], "Resource" : "*" }, { "Sid" : "EC2ReadOnly", "Effect" : "Allow", "Action" : [ "ec2:DescribeImages", "ec2:DescribeLaunchTemplateVersions", "ec2:DescribeSnapshots", "ec2:DescribeVolumes", "ec2:DescribeRegions", "ec2:DescribeSecurityGroups", "ec2:DescribeSubnets", "ec2:DescribeVpcs", "ec2:DescribeInstances", "ec2:DescribeLaunchTemplates", "ec2:DescribeTags" ], "Resource" : "*" }, { "Sid" : "EC2LaunchInstance", "Effect" : "Allow", "Action" : [ "ec2:RunInstances" ], "Resource" : [ "arn:aws:ec2:*:*:subnet/*", "arn:aws:ec2:*:*:network-interface/*", "arn:aws:ec2:*::image/*", "arn:aws:ec2:*:*:key-pair/*", "arn:aws:ec2:*:*:security-group/*", "arn:aws:ec2:*:*:launch-template/*" ] }, { "Sid" : "EC2LaunchInstanceWithVolAndInstance", "Effect" : "Allow", "Action" : [ "ec2:RunInstances" ], "Resource" : [ "arn:aws:ec2:*:*:volume/*", "arn:aws:ec2:*:*:instance/*" ], "Condition" : { "StringEquals" : { "aws:RequestTag/CreatedBy" : "EC2 Fast Launch" } } }, { "Sid" : "EC2Tags", "Effect" : "Allow", "Action" : "ec2:CreateTags", "Resource" : [ "arn:aws:ec2:*:*:volume/*", "arn:aws:ec2:*:*:instance/*", "arn:aws:ec2:*:*:snapshot/*", "arn:aws:ec2:*:*:launch-template/*", "arn:aws:ec2:*:*:vpc/*", "arn:aws:ec2:*:*:subnet/*" ], "Condition" : { "StringEquals" : { "ec2:CreateAction" : "RunInstances" } } }, { "Sid" : "IAMSLR", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/ec2fastlaunch.amazonaws.com/AWSServiceRoleForEC2FastLaunch", "Condition" : { "StringLike" : { "iam:AWSServiceName" : "ec2fastlaunch.amazonaws.com" } } }, { "Sid" : "IAMSLRPassRole", "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : [ "arn:aws:iam::*:instance-profile/*", "arn:aws:iam::*:role/*" ], "Condition" : { "StringEquals" : { "iam:PassedToService" : [ "ec2.amazonaws.com", "ec2.amazonaws.com.cn" ] } } } ] }

Learn more