A small township library app is one deployable unit sharing one schema, maintained by three staff. Leadership asks whether splitting into ten services is mandatory on AWS. Which statement is accurate?
Select an answer to reveal the explanation.
Short Explanation
AWS is not a micromanager that forces every town library into ten microservices. For three staff and one simple schema, one deployable unit is still a solid pattern. Split only when the domain and team pain actually need it.
Full Explanation
Architectural patterns on DVA-C02 include monolithic applications as a legitimate choice. Microservices add operational and coordination overhead that a three-person township team may not need. Neither Lambda nor API Gateway usage forces a rewrite into many services, and ECS can host a single deployable unit. Choose the pattern that fits team size and domain complexity rather than treating microservices as mandatory.