
Answer-first summary for fast verification
Answer: Acquire an EC2 Instance Savings Plan for the gaming application instances and employ Spot Instances for the analytics application.
The most cost-effective solution for the gaming company's requirements is Option B. By purchasing an EC2 Instance Savings Plan for the gaming application instances, the company ensures continuous availability of these instances while benefiting from significant cost savings over On-Demand pricing. For the analytics application, which can endure interruptions, deploying Spot Instances is highly economical. Spot Instances are significantly cheaper than On-Demand Instances, making them suitable for workloads like the analytics application that do not require constant availability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
An online gaming company seeks to minimize the cost of its AWS workloads. The company operates a dedicated account for its production environment, which includes an online gaming application and an analytics application. The gaming application, hosted on Amazon EC2 instances, requires continuous availability throughout the year. Conversely, the analytics application, which processes data stored in Amazon S3, can tolerate interruptions and subsequent resumptions without any issues. What is the most cost-effective solution to meet these requirements?
A
Acquire an EC2 Instance Savings Plan for the gaming application instances and utilize On-Demand Instances for the analytics application.
B
Acquire an EC2 Instance Savings Plan for the gaming application instances and employ Spot Instances for the analytics application.
C
Implement Spot Instances for both the gaming and analytics applications, and establish a catalog in AWS Service Catalog for discounted service provisioning.
D
Deploy On-Demand Instances for the gaming application and Spot Instances for the analytics application, while setting up a catalog in AWS Service Catalog for discounted service provisioning.