AWS CodeDeploy Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 21: Line 21:


===ECS Deployment Group===
===ECS Deployment Group===
An ECS Deployment Group specifies the [[Amazon_ECS_Concepts#Service|ECS service]] with the containerized application to deploy as a task set, a production and optional test listener used to serve traffic to the deployed application, when to reroute traffic and terminate the deployed application's original task set, and optional trigger, alarm, and rollback settings.


===Lambda Deployment Group===
===Lambda Deployment Group===

Revision as of 20:50, 28 February 2019

Internal

Application

Application Types

ECS Application

An ECS application is a collection of deployment groups and revisions. The deployments use the ECS compute platform.

Lambda Application

EC2 Application

Deployment Group

Working with Deployment Groups in CodeDeploy

Deployment Group Types

ECS Deployment Group

An ECS Deployment Group specifies the ECS service with the containerized application to deploy as a task set, a production and optional test listener used to serve traffic to the deployed application, when to reroute traffic and terminate the deployed application's original task set, and optional trigger, alarm, and rollback settings.

Lambda Deployment Group

EC2 Deployment Group

Target Group

In the context of a deployment group, a load balancer 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

Service Role

Deployment

Deployment Types

ECS Deployment

Lambda Deployment

EC2 Deployment

Revision

Revision Types

ECS Revision

Lambda Revision

EC2 Revision

AppSpec

AppSpec

CodeDeploy Agent

The CodeDeploy agent is not used in an AWS Lambda or an Amazon ECS deployment.