AWS::ElasticBeanstalk::Environment Tier - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElasticBeanstalk::Environment Tier

Describes the environment tier for an AWS::ElasticBeanstalk::Environment resource. For more information, see Environment Tiers in the Amazon Elastic Beanstalk Developer Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Type" : String, "Version" : String }

YAML

Name: String Type: String Version: String

Properties

Name

The name of this environment tier.

Valid values:

  • For Web server tierWebServer

  • For Worker tierWorker

Required: No

Type: String

Update requires: Replacement

Type

The type of this environment tier.

Valid values:

  • For Web server tierStandard

  • For Worker tierSQS/HTTP

Required: No

Type: String

Update requires: Replacement

Version

The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.

Note

This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.

Required: No

Type: String

Update requires: No interruption