A city 311 contact center wants spoken responses and text sentiment analysis without standing up DIY machine-learning servers that become single points of failure. Which approach best improves reliability for the voice and text pipeline?
Select an answer to reveal the explanation.
Short Explanation
Managed AI services are like hiring a reliable contractor instead of babysitting your own fragile servers. Polly and Comprehend remove DIY ML boxes that go down with one AZ or one host. The city still owns the architecture—it just stops owning the SPOF.
Full Explanation
Purpose-built managed services such as Amazon Polly and Amazon Comprehend provide speech and NLP capabilities without operating model servers, GPUs, or single-instance inference hosts. Eliminating those self-managed components reduces single points of failure and operational burden for a municipal 311 pipeline. Self-hosted ML on one EC2, one ECS task, or an on-premises GPU workstation concentrates failure risk. For SAA-C03 resilience design, prefer managed services when they meet the functional need and improve availability.