AWS Fundamentals Logo
AWS Fundamentals
AWS::ElasticBeanstalk::ConfigurationTemplate

ElasticBeanstalk ConfigurationTemplate

Resource Type definition for AWS::ElasticBeanstalk::ConfigurationTemplate

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ApplicationName
string
RequiredCreate-only
Description
string
EnvironmentId
string
Create-onlyWrite-only
OptionSettings
Array<ConfigurationOptionSetting>
PlatformArn
string
Create-only
SolutionStackName
string
Create-only
SourceConfiguration
SourceConfiguration
Create-only

Return Values

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

AttributeTypeDescription
TemplateNamestringThe name of the configuration template

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElasticBeanstalk::ConfigurationTemplate

Resources:
  MyResource:
    Type: AWS::ElasticBeanstalk::ConfigurationTemplate
    Properties:
      ApplicationName: "my-applicationname"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

elasticbeanstalk:CreateConfigurationTemplates3:CreateBuckets3:PutBucketAcls3:PutBucketObjectLockConfigurations3:PutBucketVersionings3:PutBucketOwnershipControlss3:PutBucketPolicys3:PutBucketPublicAccessBlock

read

elasticbeanstalk:DescribeConfigurationSettingsec2:CreateLaunchTemplates3:ListBuckets3:GetObjects3:GetBucketLocations3:GetBucketPolicy

update

elasticbeanstalk:UpdateConfigurationTemplateec2:CreateLaunchTemplates3:PutObjects3:ListBuckets3:GetObjects3:GetBucketLocations3:GetBucketPolicyec2:DescribeImages

delete

elasticbeanstalk:DeleteConfigurationTemplateelasticbeanstalk:DescribeConfigurationSettingsec2:CreateLaunchTemplates3:ListBuckets3:GetObjects3:GetBucketLocations3:GetBucketPolicys3:DeleteObject

list

elasticbeanstalk:DescribeApplications

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

ServiceElasticBeanstalk
Properties8
Required1
TaggingNot supported
Primary IDApplicationName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ApplicationNameEnvironmentIdPlatformArnSolutionStackNameSourceConfiguration

External Links