How to Build GitHub Actions CICD Pipeline to Create Docker Image & upload Docker Image into AWS ECR

preview_player
Показать описание
Pre-requisites:

Make sure a Project is setup in GitHub with Dockerfile
Create access keys in AWS
Create AWS ECR repo if you don't have one.
What are we going to do in this lab?
1. Create a Repository in AWS ECR
2. Create AWS secret keys + access keys
3. Create secrets in GitHub Actions
4. Create workflow yaml
5. Add steps/tasks in the yaml file
6. Run the workflow yaml
7. Check if docker image is been stored in AWS ECR
Рекомендации по теме
Комментарии
Автор

Did you create any iam user with necessary permissions for this and any roles?

jayasuriyap