...

/

Understanding AWS CodeDeploy Components

Understanding AWS CodeDeploy Components

Discover the AWS CodeDeploy core components and its integration into a software delivery pipeline.

Setting up a deployment using AWS CodeDeploy is not a straightforward task. It's a relatively complex process, and we need to first understand the terminologies used by AWS CodeDeploy.

AWS CodeDeploy container configuration

Let’s understand the different types of containers that AWS CodeDeploy uses in deploying an application:

  • An application is an outermost container that contains our application code, the deployment configuration, and the target instances where the application is deployed. ...