PrepAway - Latest Free Exam Questions & Answers

You need to do this as cheaply as possible

You need your CI to build AMIs with code pre-installed on the images on every new code push. You need to do this as
cheaply as possible. How do you do this?

PrepAway - Latest Free Exam Questions & Answers

A.
Bid on spot instances just above the asking price as soon as new commits come in, perform all instance configuration and setup, then
create an AMI based on the spot instance.

B.
Have the CI launch a new on-demand EC2 instance when new commits come in, perform all instance configuration and setup, then
create an AMI based on the on-demand instance.

C.
Purchase a Light Utilization Reserved Instance to save money on the continuous integration machine.
Use these credits whenever your create AMIs on instances.

D.
When the CI instance receives commits, attach a new EBS volume to the CI machine. Perform all setup on this EBS volume so you
don’t need a new EC2 instance to create the AMI.

Explanation:
Spot instances are the cheapest option, and you can use minimum run duration if your AMI takes more than a few minutes
to create.
Spot instances are also available to run for a predefined duration – in hourly increments up to six hours in length – at a
significant discount (30-45%) compared to On-Demand pricing plus an additional 5% during off-peak times1 for a total of
up to 50% savings.
https://aws.amazon.com/ec2/spot/pricing/

One Comment on “You need to do this as cheaply as possible


Leave a Reply

Your email address will not be published. Required fields are marked *