Back
Using Ansible I create an AMI of a ubuntu instance then using this AMI to create a Launch configuration and then update and auto-scaling group are there any shortcuts I can take to speed up the ASG and AMI steps, take 10mins+
Use an EBS backed AMI instead of an Instance Store backed AMI. From the AWS docs:
Instead of an Instance store backed AMI, use an EBS-backed AMI. AWS documentation states:
Amazon EBS-Backed Amazon Instance Store-BackedBoot time Usually less than 1 minute Usually less than 5 minutes
Amazon EBS-Backed Amazon Instance Store-Backed
Boot time Usually less than 1 minute Usually less than 5 minutes
--http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device
Learn how we helped 50,000+ professionals like you !
31k questions
32.8k answers
501 comments
693 users