Exam: AWS Certified Cloud Practitioner 0 Likes
Which of the following is a recommended design principle for AWS Cloud (CLF-C02)
Which of the following is a recommended design principle for AWS Cloud architecture?
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.
Solution
Correct answer: D) Avoid monolithic architecture by segmenting workloads.
Monolithic architectures involve building applications as a single unit, where all the components are tightly coupled and interdependent. This can lead to various issues such as scalability challenges, difficulty in maintenance and updates, and reduced flexibility.
In contrast, segmenting workloads into smaller, loosely coupled components allows for greater flexibility, scalability, and agility. It enables independent deployment, scaling, and management of each component, which can improve fault isolation, resilience, and resource utilization.
Category: Cloud concepts