AWS Code Deploy
cloud AWS

5 minutes


go back go back go back home home

AWS Code Deploy Introduction

A way to deploy our application automatically. It works with EC2 or On-Prem Servers [i.e. It is a Hybrid Service]

Server & Instances MUST BE PROVISIONED and configured ahead of time with the code deploy agent.

Basically, it allows us to UPGRADE, EC2 instance/on-prem server apps to next version (V1 or V2) from a single interface.

Servers & Infrastructure must be provisioned beforehand (with CodeDeploy Agent)