AWS Certified Cloud Practitioner / Question #673 of 719

Question #673

A company wants to migrate to the AWS Cloud. The company needs the ability to acquire resources when the resources are necessary. The company also needs the ability to release those resources when the resources are no longer necessary.

Which architecture concept of the AWS Cloud meets these requirements?

A

Elasticity

B

Availability

C

Reliability

D

Durability

Explanation

The correct answer is A. Elasticity. In the context of AWS Cloud, elasticity refers to the capability of acquiring resources when needed and releasing them when they are no longer necessary. This on-demand resource allocation helps companies optimize their costs and scale according to workload requirements.

Let's delve into the other options to understand why they are incorrect:

B. Availability: This concept relates to the uptime and accessibility of AWS services and resources, ensuring that they are operational and accessible to users when needed. While important, it does not address dynamic resource allocation.

C. Reliability: Reliability refers to the ability of the system to recover from failures and provide consistent performance. It ensures that the services are dependable but does not encompass resource management on a dynamic scale.

D. Durability: Durability pertains to the ability to retain data safely over time, ensuring that data remains intact and protected against loss. This concept is significant for storage services but is not about real-time resource provisioning.

In summary, the key takeaway from this question is that Elasticity is critical when discussing resource management in the cloud, fulfilling the core requirement of scaling resources dynamically based on actual needs.

Answer

The correct answer is: A