EC2InstanceProfileForImageBuilder - AWS Managed Policy

EC2InstanceProfileForImageBuilder

Description: EC2 Instance profile for Image Builder service.

EC2InstanceProfileForImageBuilder is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: December 01, 2019, 19:08 UTC

  • Edited time: December 02, 2024, 02:06 UTC

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

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" : [ { "Effect" : "Allow", "Action" : [ "imagebuilder:GetComponent", "imagebuilder:GetMarketplaceResource" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "kms:Decrypt" ], "Resource" : "*", "Condition" : { "ForAnyValue:StringEquals" : { "kms:EncryptionContextKeys" : "aws:imagebuilder:arn", "aws:CalledVia" : [ "imagebuilder.amazonaws.com" ] } } }, { "Effect" : "Allow", "Action" : [ "s3:GetObject" ], "Resource" : "arn:aws:s3:::ec2imagebuilder*" }, { "Effect" : "Allow", "Action" : [ "logs:CreateLogStream", "logs:CreateLogGroup", "logs:PutLogEvents" ], "Resource" : "arn:aws:logs:*:*:log-group:/aws/imagebuilder/*" } ] }

Learn more