A company wants to build an application that consists entirely of microservices.
Which AWS Cloud architecture design principle supports this goal?
Think parallel
Implement elasticity
Stop guessing capacity
Decouple components
Explanations:
“Think parallel” is about parallel processing and scaling but does not directly support microservices.
“Implement elasticity” refers to scaling resources up or down as needed, which is not specific to microservices.
“Stop guessing capacity” focuses on accurate capacity planning rather than the microservices architecture itself.
“Decouple components” is a fundamental principle of microservices architecture, allowing services to operate independently.