0
0
AWScloud~20 mins

Reserved Instances and Savings Plans in AWS - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Reserved Instances and Savings Plans Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Reserved Instances Billing

You purchase a Standard Reserved Instance (RI) for an EC2 instance with a 3-year term and All Upfront payment. After 1 year, you stop using the instance but keep the RI. What happens to your billing?

AYou stop paying for the instance immediately since you stopped using it.
BYou pay only for the months you used the instance, and the rest is refunded.
CYou continue paying the full upfront cost for the entire 3 years regardless of usage.
DYou pay a monthly fee until you cancel the RI.
Attempts:
2 left
💡 Hint

Think about how upfront payments work for Reserved Instances.

service_behavior
intermediate
2:00remaining
Savings Plans Flexibility

You have a Compute Savings Plan for $10/hour. You run different instance types across regions. Which statement is true about how your Savings Plan applies?

AThe Savings Plan applies only to the exact instance type and region you specified.
BThe Savings Plan applies to any EC2 instance usage regardless of region or instance family.
CThe Savings Plan applies only to instances in the same Availability Zone.
DThe Savings Plan applies only to instances with the same operating system.
Attempts:
2 left
💡 Hint

Consider the flexibility of Compute Savings Plans compared to Standard RIs.

Architecture
advanced
2:00remaining
Optimizing Cost with Reserved Instances and Savings Plans

Your company runs a mix of steady-state and variable EC2 workloads across multiple regions. You want to minimize costs while maintaining flexibility. Which combination is best?

AUse On-Demand instances only to maintain maximum flexibility.
BPurchase Standard Reserved Instances for all workloads in all regions.
CUse Scheduled Reserved Instances for all workloads to save costs during peak hours.
DUse Convertible Reserved Instances for steady workloads and Compute Savings Plans for variable workloads.
Attempts:
2 left
💡 Hint

Think about balancing cost savings and flexibility for different workload types.

security
advanced
2:00remaining
Security Implications of Reserved Instances Sharing

Your AWS account is part of an organization with consolidated billing. How does Reserved Instance sharing affect security and billing visibility?

AReserved Instances are shared and billing benefits apply across accounts, but usage details are visible only to the payer account.
BReserved Instances are shared across all accounts, but billing details remain private per account.
CReserved Instances cannot be shared across accounts in an organization.
DReserved Instances sharing exposes all account credentials to the payer account.
Attempts:
2 left
💡 Hint

Consider how consolidated billing works in AWS Organizations.

Best Practice
expert
2:00remaining
Choosing Between Standard and Convertible Reserved Instances

Your team expects to change instance types and operating systems frequently over the next 3 years but wants to save costs. Which Reserved Instance type should you choose and why?

AConvertible Reserved Instances, because they allow exchanging for different instance types and OS during the term.
BStandard Reserved Instances, because they can be sold on the Reserved Instance Marketplace if needs change.
CStandard Reserved Instances, because they offer the highest discount and allow instance type changes.
DNo Reserved Instances, only On-Demand, to maintain full flexibility.
Attempts:
2 left
💡 Hint

Think about flexibility in changing instance attributes over time.