AWS Fundamentals Logo
AWS Fundamentals
AWS::ImageBuilder::DistributionConfiguration

ImageBuilder DistributionConfiguration

Resource schema for AWS::ImageBuilder::DistributionConfiguration

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Distributions
Array<Distribution>
Required
Name
string
RequiredCreate-only
Description
string
Tags
object

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the distribution configuration.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ImageBuilder::DistributionConfiguration

Resources:
  MyResource:
    Type: AWS::ImageBuilder::DistributionConfiguration
    Properties:
      Name: "my-name"
      Distributions: []
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:GetRoleiam:CreateServiceLinkedRoleec2:DescribeLaunchTemplatesec2:CreateLaunchTemplateVersionec2:ModifyLaunchTemplatessm:GetParameterimagebuilder:TagResourceimagebuilder:GetDistributionConfiguration

update

ec2:DescribeLaunchTemplatesec2:CreateLaunchTemplateVersionec2:ModifyLaunchTemplatessm:GetParameterimagebuilder:GetDistributionConfigurationimagebuilder:UpdateDistributionConfigurationimagebuilder:TagResourceimagebuilder:UntagResource

read

imagebuilder:GetDistributionConfiguration

delete

imagebuilder:GetDistributionConfigurationimagebuilder:UntagResourceimagebuilder:DeleteDistributionConfiguration

list

imagebuilder:ListDistributionConfigurations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceImageBuilder
Properties5
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateUpdateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links