Continuous delivery and deployment
Before you begin
You should have:
- An Elastic Container Registry repository that you can push container images to.
- An IAM stack in your infrastructure repository.
- A GitHub repository for your application.
- A GitHub machine user ("bot account").
What's a machine user?
A machine user is a GitHub account created to automate tasks, such as doing work in CI/CD workflows.
After you finish
This guide walks you through setting up a CI/CD pipeline for a dev environment. Repeat these steps for prod after you finish.
Next step
Create workflow directory.