AWS::CodeDeploy::DeploymentGroup ELBInfo - AWS CloudFormation (original) (raw)
The ELBInfo
property type specifies information about the Elastic Load Balancing load balancer used for an CodeDeploy deployment group.
If you specify the ELBInfo
property, theDeploymentStyle.DeploymentOption
property must be set toWITH_TRAFFIC_CONTROL
for AWS CodeDeploy to route your traffic using the specified load balancers.
ELBInfo
is a property of the AWS CodeDeploy DeploymentGroup LoadBalancerInfo property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Name
For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
Note
AWS CloudFormation supports blue/green deployments on AWS Lambda compute platforms only.
Required: No
Type: String
Update requires: No interruption
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.