Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement request: support for EC2 Image Builder #10744

Open
1 task done
tiilikainen opened this issue Apr 29, 2024 · 1 comment
Open
1 task done

enhancement request: support for EC2 Image Builder #10744

tiilikainen opened this issue Apr 29, 2024 · 1 comment
Labels
aws:ec2 Amazon Elastic Compute Cloud aws:ssm AWS Systems Manager status: backlog Triaged but not yet being worked on type: feature New feature, or improvement to an existing feature

Comments

@tiilikainen
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Enhancement description

Support creating EC2 Image Builder resources and running an Image Builder pipeline from end to end.

🧑‍💻 Implementation

Image Builder operates by instantiating a build instance from the upstream AMI, and, using the pre-installed SSM Agent running on that instance, leverages SSM's Run Command functionality to execute commands against that instance derived from EC2 Image Builder resources (recipes and components). Assuming the build phase completes successfully, the Image Builder service creates an AMI from that instance, terminates it, and then instantiates a test instance from that image, and execute tests against that instance, also derived from EC2 Image Builder resources.

Anything else?

No response

@tiilikainen tiilikainen added the status: triage needed Requires evaluation by maintainers label Apr 29, 2024
@localstack-bot
Copy link
Collaborator

Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Pro Support if you are a Pro user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines and our contributing guide.

@MarcelStranak MarcelStranak added type: feature New feature, or improvement to an existing feature aws:ec2 Amazon Elastic Compute Cloud aws:ssm AWS Systems Manager status: backlog Triaged but not yet being worked on and removed status: triage needed Requires evaluation by maintainers labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:ec2 Amazon Elastic Compute Cloud aws:ssm AWS Systems Manager status: backlog Triaged but not yet being worked on type: feature New feature, or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants