AWS CodeDeploy Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
==Target Group==
==Target Group==


In the context of a [[#DeploymentGroup|deployment group]], a target groups routes traffic during your deployment. CodeDeploy binds one target group to the Amazon ECS service's original task set and the other to its replacement task set. For more details, see: {{Internal|AWS_Elastic_Load_Balancing_Concepts#Target_Group}AWS Elastic Load Balancing Concepts - Target Groups}}
In the context of a [[#DeploymentGroup|deployment group]], a target groups routes traffic during your deployment. CodeDeploy binds one target group to the Amazon ECS service's original task set and the other to its replacement task set. For more details, see: {{Internal|AWS_Elastic_Load_Balancing_Concepts#Target_Group|AWS Elastic Load Balancing Concepts - Target Groups}}

Revision as of 18:23, 28 February 2019

Internal

Application

Deployment Group

Working with Deployment Groups in CodeDeploy

Target Group

In the context of a deployment group, a target groups routes traffic during your deployment. CodeDeploy binds one target group to the Amazon ECS service's original task set and the other to its replacement task set. For more details, see:

AWS Elastic Load Balancing Concepts - Target Groups