AWS Fundamentals Logo
AWS Fundamentals
AWS::ElasticBeanstalk::Application

ElasticBeanstalk Application

The AWS::ElasticBeanstalk::Application resource specifies an Elastic Beanstalk application.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ApplicationName
string
Create-only
Description
string
ResourceLifecycleConfig
ApplicationResourceLifecycleConfig

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::Application

Resources:
  MyResource:
    Type: AWS::ElasticBeanstalk::Application
    Properties:
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

elasticbeanstalk:CreateApplicationelasticbeanstalk:DescribeApplicationss3:CreateBuckets3:PutBucketAcls3:PutBucketObjectLockConfigurations3:PutBucketVersionings3:PutBucketOwnershipControlss3:PutBucketPolicy

read

elasticbeanstalk:DescribeApplications

update

elasticbeanstalk:UpdateApplicationelasticbeanstalk:UpdateApplicationResourceLifecycleelasticbeanstalk:DescribeApplicationsiam:PassRole

delete

elasticbeanstalk:DeleteApplicationelasticbeanstalk:DescribeApplicationss3:ListBucket

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
Properties3
Required0
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.

ApplicationName

External Links