AWS Certified Cloud Practitioner — Question 66
Which of the following is a recommended design principle for AWS Cloud architecture?
Answer options
- A. Design tightly coupled components.
- B. Build a single application component that can handle all the application functionality.
- C. Make large changes on fewer iterations to reduce chances of failure.
- D. Avoid monolithic architecture by segmenting workloads.
Correct answer: D
Explanation
The correct answer, D, emphasizes the importance of modular design, which enhances flexibility and scalability in cloud architectures. Options A and B suggest tightly coupled components and a single application component, which contradict best practices for cloud efficiency. Option C proposes making larger changes less frequently, which can actually increase the risk of failure instead of minimizing it.