AWS::CodeDeploy::DeploymentGroup DeploymentStyle - AWS CloudFormation (original) (raw)
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DeploymentOption" : String,
"DeploymentType" : String
}
YAML
DeploymentOption: String
DeploymentType: String
Properties
DeploymentOption
Indicates whether to route deployment traffic behind a load balancer.
Note
An Amazon EC2Application Load Balancer or Network Load Balancer is required for an Amazon ECS deployment.
Required: No
Type: String
Allowed values: WITH_TRAFFIC_CONTROL | WITHOUT_TRAFFIC_CONTROL
Update requires: No interruption
DeploymentType
Indicates whether to run an in-place or blue/green deployment.
Required: No
Type: String
Allowed values: IN_PLACE | BLUE_GREEN
Update requires: No interruption
See also
- EC2TagFilter in the AWS CodeDeploy API Reference.
DeploymentReadyOption
EC2TagFilter
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.