AWS::ElasticBeanstalk::ApplicationThe AWS::ElasticBeanstalk::Application resource specifies an Elastic Beanstalk application.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicationName | string | Create-only |
Description | string | |
ResourceLifecycleConfig | ApplicationResourceLifecycleConfig |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElasticBeanstalk::Application
Resources:
MyResource:
Type: AWS::ElasticBeanstalk::Application
Properties:
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
elasticbeanstalk:CreateApplicationelasticbeanstalk:DescribeApplicationss3:CreateBuckets3:PutBucketAcls3:PutBucketObjectLockConfigurations3:PutBucketVersionings3:PutBucketOwnershipControlss3:PutBucketPolicyelasticbeanstalk:DescribeApplicationselasticbeanstalk:UpdateApplicationelasticbeanstalk:UpdateApplicationResourceLifecycleelasticbeanstalk:DescribeApplicationsiam:PassRoleelasticbeanstalk:DeleteApplicationelasticbeanstalk:DescribeApplicationss3:ListBucketelasticbeanstalk:DescribeApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterApplicationNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationName