Exam CLF-C02 All QuestionsBrowse all questions from this exam
Question 154

Which of the following is a recommended design principle for AWS Cloud architecture?

    Correct Answer: D

    To ensure scalability, resilience, and flexibility in AWS Cloud architecture, it is recommended to avoid monolithic architectures. By segmenting workloads into smaller, manageable components, each service can be independently deployed, maintained, and scaled. This approach is aligned with best practices for designing cloud-native applications, enhancing performance and reducing the risk of system-wide failures.

Discussion
jimoonOption: D

D 가 정답입니다.

BoBOMr

D. Avoid monolithic architecture by segmenting workloads. Monolithic architectures can become unwieldy, difficult to maintain, and prone to failures. Segmenting workloads into smaller, more manageable components allows for greater scalability, resilience, and flexibility in the cloud. This approach aligns with best practices for modern cloud-native architectures, where services are decoupled, independently deployable, and can scale independently

Bomber

Why not A?

f964633

This is not a recommended design principle because it goes against the principles of building scalable, resilient, and maintainable cloud-based systems.