generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Describe the feature
Add runbook to deploy an ec2 instance, apply OS tuning and save the AMI. Allow this AMI to be used to deploy the ec2 instances.
Suggested logic:
- Deploy ec2 instance for AMI creation
- Run OS tuning
- Save AMI
- Terminate ec2 instance
- Add context parameter to use custom AMI for ec2 deployment
Use Case
The current logic deploys EC2 instances using a default AMI and applies OS tuning. Part of the OS tuning is rebooting the instance which could result in the instance being deployed on a different instance after the reboot. To eliminate this risk and to speed up the deployment it would be good to have the option to build a pre-tuned AMI that can be used for the EC2 deployment.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
Language
Shell
Reactions are currently unavailable