CCSP · Question #234
Your organization has made it a top priority that any cloud environment being considered to host production systems have guarantees that resources will always be available for allocation when…
The correct answer is D. Reservations. To guarantee that cloud resources will always be available for allocation to production systems, ensuring 'reservations' are part of the contract and SLA is essential.
Question
Your organization has made it a top priority that any cloud environment being considered to host production systems have guarantees that resources will always be available for allocation when needed. Which of the following concepts will you need to ensure is part of the contract and SLA?
Options
- ALimits
- BShares
- CResource pooling
- DReservations
How the community answered
(68 responses)- A4% (3)
- B16% (11)
- C7% (5)
- D72% (49)
Why each option
To guarantee that cloud resources will always be available for allocation to production systems, ensuring 'reservations' are part of the contract and SLA is essential.
Limits define the maximum amount of resources a workload can consume, which is a control mechanism but does not guarantee the *availability* of resources, only prevents overconsumption.
Shares are a mechanism in virtualization that prioritizes resource allocation among competing workloads when resources are contended, but they do not guarantee baseline availability during severe resource contention.
Resource pooling is the fundamental cloud characteristic where resources are aggregated and dynamically allocated, but it does not inherently guarantee *exclusive* or *prioritized* availability for a specific customer without additional mechanisms like reservations.
Reservations (or reserved instances/committed use discounts) in cloud computing provide a guarantee that a specific amount of computing resources (e.g., CPU, memory) will be available and allocated to your organization when needed. This contractual agreement with the cloud provider ensures resource availability for critical production systems, even during peak demand, and is a key component for meeting stringent availability requirements in an SLA.
Concept tested: Cloud resource guarantees (reservations)
Source: https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/save-compute-costs-reservations
Topics
Community Discussion
No community discussion yet for this question.