How artifacts flow between stages
Your pipeline has three stages: Source (CodeCommit), Build (CodeBuild), and Deploy (CodeDeploy). CodeBuild compiles your Python app and produces app.zip. CodeDeploy needs that artifact to install on EC2.
How does the build artifact get from CodeBuild to CodeDeploy?
Cet exercice fait partie du cours
<cours>Automating Deployments on AWS</cours>Exercice interactif pratique
Transformez la théorie en action avec l’un de nos exercices interactifs
Commencer l’exercice