Search⌘ K
AI Features

Understanding AWS CodeDeploy Components

Explore AWS CodeDeploy components including applications, deployment groups, and configurations. Understand deployment types like in-place and blue-green. Learn how CodeDeploy integrates with other AWS services to automate continuous delivery with rollback capabilities.

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 ...