AWS::CodeDeploy::DeploymentGroup GreenFleetProvisioningOption - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CodeDeploy::DeploymentGroup GreenFleetProvisioningOption

Information about the instances that belong to the replacement environment in a blue/green deployment.

Syntax

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

JSON

{ "Action" : String }

YAML

Action: String

Properties

Action

The method used to add instances to a replacement environment.

  • DISCOVER_EXISTING: Use instances that already exist or will be created manually.

  • COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.

Required: No

Type: String

Allowed values: DISCOVER_EXISTING | COPY_AUTO_SCALING_GROUP

Update requires: No interruption