AWS Fundamentals Logo
AWS Fundamentals
AWS::ImageBuilder::InfrastructureConfiguration

ImageBuilder InfrastructureConfiguration

Resource schema for AWS::ImageBuilder::InfrastructureConfiguration

Properties

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

Filter:
PropertyTypeFlags
InstanceProfileName
string
Required
Name
string
RequiredCreate-only
Description
string
InstanceMetadataOptions
InstanceMetadataOptions
InstanceTypes
Array<string>
KeyPair
string
Logging
Logging
Placement
Placement
ResourceTags
object
SecurityGroupIds
Array<string>
SnsTopicArn
string
SubnetId
string
Tags
object
TerminateInstanceOnFailure
boolean

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the infrastructure 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::InfrastructureConfiguration

Resources:
  MyResource:
    Type: AWS::ImageBuilder::InfrastructureConfiguration
    Properties:
      Name: "my-name"
      InstanceProfileName: "my-instanceprofilename"
      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:PassRoleiam:GetRoleiam:GetInstanceProfileiam:CreateServiceLinkedRolesns:Publishimagebuilder:TagResourceimagebuilder:GetInfrastructureConfigurationimagebuilder:CreateInfrastructureConfiguration

update

iam:PassRolesns:Publishimagebuilder:GetInfrastructureConfigurationimagebuilder:UpdateInfrastructureConfigurationimagebuilder:TagResourceimagebuilder:UntagResource

read

imagebuilder:GetInfrastructureConfiguration

delete

imagebuilder:UntagResourceimagebuilder:GetInfrastructureConfigurationimagebuilder:DeleteInfrastructureConfiguration

list

imagebuilder:ListInfrastructureConfigurations

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
Properties15
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