Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

🤖 Get 25% OFF on AI & ML Practice Exams, Video Courses, and eBooks – AWS, Azure, Google Cloud, and GitHub Reviewers!

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Solutions Architect Professional EKS Scaling Question improperly uses spot instances Reply To: EKS Scaling Question improperly uses spot instances

  • JR-TutorialsDojo

    Administrator
    March 13, 2026 at 1:34 pm

    Hello PeterMescher,

    Thanks for sharing your thoughts on these items.

    “A company is modernizing its on-premises system by migrating it to AWS. The system will be hosted on EC2 instances managed by Amazon Elastic Kubernetes Service (EKS) and use Amazon RDS for MySQL as the database. The system has predictable schedules of high usage, especially during sales events and holiday seasons.

    What pricing options should the company consider when selecting the MOST cost-optimized solution?”

    In this question, the scenario explicitly mentioned that the system has predictable schedules of high usage. This predictability allows the company to plan ahead:

    Baseline traffic is guaranteed by Savings Plans, and Spot is used only for burst scaling during scheduled peaks.

    =====

    “EDIT: There’s another question that makes the exact same mistake: “A digital media publishing company hired a solutions architect to manage its online portal, which is deployed on a single Amazon EC2 instance. The architecture uses a combination of Reserved EC2 Instances to handle the steady-state load and On-Demand EC2 Instances to handle the peak load. Currently, the web servers operate at 90% utilization during peak load.

    Which of the following is the most cost-effective option to enable the online portal to quickly recover in the event of a zone outage?” Again, the “correct” answer suggests using spot instances.”

    The correct answer here is: Launch a Spot Fleet of On-demand and Spot instances across multiple Availability Zones. Attach an Application Load Balancer to the fleet.

    • The On‑Demand instances provide guaranteed baseline capacity, ensuring the portal remains available even if Spot capacity is constrained.
    • The Spot instances add cost‑effective elasticity during peak load, and diversification strategies (capacity‑optimized or diversified allocation) reduce the risk of interruption.
    • The multi‑AZ + ALB setup ensures resilience and quick recovery in case of a zone outage.

    This hybrid approach balances availability, recovery, and cost‑effectiveness better than pure Spot or pure On‑Demand solutions.

    I hope this helps. Let us know if you need further assistance.

    Regards,
    JR @ Tutorials Dojo

Skip to content