AWS Certified Cloud Practitioner — Question 253
Which design principles are enabled by the AWS Cloud to improve the operation of workloads? (Choose two.)
Answer options
- A. Minimize upfront design
- B. Loose coupling
- C. Disposable resources
- D. Server design and concurrency
- E. Minimal viable product
Correct answer: B, C
Explanation
Loose coupling (B) allows different components of a system to operate independently, enhancing flexibility and scalability. Disposable resources (C) enable the use of ephemeral instances that can be created and terminated as needed, improving resource management. The other options either do not directly relate to cloud benefits or are not specific design principles enabled by AWS.