Which of the following is a recommended design principle for AWS Cloud architecture?
Which of the following is a recommended design principle for AWS Cloud architecture?
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.
D 가 정답입니다.
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
Why not A?
This is not a recommended design principle because it goes against the principles of building scalable, resilient, and maintainable cloud-based systems.