A small civic innovation team wants a hosted path to build and publish a citizen mobile/web app with backend scaffolding rather than wiring every AWS service by hand. Which AWS service fits that frontend development platform role?
Select an answer to reveal the explanation.
Short Explanation
Amplify is the starter kitchen for web and mobile apps — auth, APIs, hosting helpers — so a tiny civic team is not soldering every AWS wire. CloudFormation is the blueprint language, EC2 is raw servers, and Outposts is hardware in your basement; different jobs.
Full Explanation
AWS Amplify helps developers build, ship, and host frontend web and mobile applications with integrated backend capabilities. It matches Cloud Practitioner awareness of a higher-level app platform versus assembling services manually. CloudFormation provisions infrastructure as code, EC2 provides virtual servers, and Outposts extends AWS on-premises — none are specifically the Amplify-style app platform.