V5-Create Codepipeline-Automatic Deployment to EC2
HTML-код
- Опубликовано: 9 фев 2025
- In this video, we are creating a codepipeline that will help to automatically deploy the code changes to EC2 individual instance. Code change is done and upon git push to AWS codecommit repo, code pipeline gets automatically triggered that will take care of deployment. No need to do AWS CLI push and manually create deployment if codepipelines are enabled.
Reference article to set-up AWS code pipeline : docs.aws.amazo...
Github reference for code : github.com/ani...