Which of the following is a recommended design principle of the AWS Well-Architected Framework?
Reduce downtime by making infrastructure changes infrequently and in large increments.
Invest the time to configure infrastructure manually.
Learn to improve from operational failures.
Use monolithic application design for centralization.
Explanations:
This principle suggests infrequent and large changes, which can increase risk and potential downtime. The AWS Well-Architected Framework advocates for frequent, small changes to reduce risk and improve resilience.
Manual configuration of infrastructure is discouraged as it can lead to inconsistencies and inefficiencies. Automation is encouraged to improve reliability and repeatability in deployments.
This principle aligns with the AWS Well-Architected Framework, which emphasizes the importance of learning from operational failures to enhance system resilience and improve future performance.
The framework promotes microservices architecture for better flexibility, scalability, and maintainability, as opposed to monolithic designs that can create bottlenecks and complicate updates.