- Newest
- Most votes
- Most comments
Hello.
A good place to start is by following the simple pipeline tutorial described in the documentation below.
By following this tutorial, you will be able to see how you can automatically deploy an application to an EC2 instance.
https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-simple-codecommit.html
If you are considering deploying to ECS, I think the following tutorials and blogs will be helpful.
https://docs.aws.amazon.com/codepipeline/latest/userguide/ecs-cd-pipeline.html
https://aws.plainenglish.io/automate-application-deployment-using-aws-codepipeline-ecr-to-ecs-122feaafcd93
Once you understand how CodePipeline works, you can automate it by creating a pipeline for each branch of the repository.
https://dev.to/aws-builders/using-aws-codepipeline-to-deploy-on-different-environments-5e51
Relevant content
- asked 3 years ago
- asked 2 years ago
- asked 4 years ago

We will be integrating it with Github, can I still used the resources you provided? Thank you for your help
You can also use GitHub. The tutorial uses CodeCommit, but you can use GitHub for that part. Please connect your GitHub and AWS account using the steps in the document below. https://docs.aws.amazon.com/codepipeline/latest/userguide/connections-github.html