Skip to content

Hardened Image for CI/CD

0

Is it possible to have my code that is built, tested, and deployed to immutable servers using a hardened image, all integrated with AWS CodePipeline and GitHub.

I have a repo hosted in github and I want to have a CI/CD setup using AWS Codepipeline. I need to use the existing hardened image to be deployed to an immutable server / instance. Is this possible?

1 Answer
0

Hi,

There is a whole post describing how to build immutable EC2 images that you can then deploy to your instances of choice: https://aws.amazon.com/blogs/mt/create-immutable-servers-using-ec2-image-builder-aws-codepipeline/

It's based on EC2 Image Builder and CodePipeline as you wish.

Best,

Didier

EXPERT
answered 2 years ago
  • Hi didier I appreciate your response, but we have an existing Hardened AMI already can I still use that?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.