Topic 1 Question 154
Which of the following is a recommended design principle for AWS Cloud architecture?
Design tightly coupled components.
Build a single application component that can handle all the application functionality.
Make large changes on fewer iterations to reduce chances of failure.
Avoid monolithic architecture by segmenting workloads.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: D
D 가 정답입니다.
👍 3jimoon2023/11/15 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
👍 2BoBOMr2024/02/07- 正解だと思う選択肢: D
D. Avoid monolithic architecture by segmenting workloads.
In AWS Cloud architecture, one of the key design principles is to avoid monolithic architectures and instead use a microservices or segmented approach for workloads. This promotes flexibility, scalability, and maintainability by breaking down applications into smaller, independent components. This makes it easier to deploy, scale, and manage applications, and it improves fault isolation.
👍 2Amin_0132024/12/30
シャッフルモード