- Newest
- Most votes
- Most comments
You can do it using EC2 Image Builder within pipeline https://aws.amazon.com/blogs/mt/create-immutable-servers-using-ec2-image-builder-aws-codepipeline/
hi I have an application stored in github can I still do this steps?
Could you explain further? How will be the setp by step process. I already have an existing codepipeline, should I create an EC2 Image Builder and the instance that it would create is the instance I need to use with my codepipeline? Thank you so much!
Are these steps correct?
- Connect GitHub to AWS CodePipeline
- Configure the Pipeline
- Set Up EC2 Image Builder
- Create CloudFormation Templates
- Update Pipeline Stages in CodePipeline
Hello, You can achieve this process with EC2 Image builder.
- Create an Image using Docker file.
- Store that Image in ECR. and in build stage give Code build.
- You can create custom Image in EC2 Image builder.
- Now you can launch this through ECS added in Code Pipeline, So that Instance will launch with Specific Image Configuration.
For additional image refer this:- https://aws.amazon.com/blogs/mt/create-immutable-servers-using-ec2-image-builder-aws-codepipeline/
hi I have an application stored in github can I still do this steps?, I already have an existing codepipeline
Relevant content
- asked 4 months ago
- asked 3 years ago
please accept the answer if it was useful