AWS Certified Cloud Practitioner (CLF-C02) — Question 205
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 avoiding monolithic architecture, which can lead to scalability and maintenance challenges. Options A and B promote tightly coupled or monolithic designs, which are contrary to best practices in cloud architecture. Option C suggests making larger changes less frequently, which can increase the risk of failure instead of promoting iterative improvements.