Skip to content

Add feature to pre-build OS tuned AMI #45

@markbere

Description

@markbere

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions