- Newest
- Most votes
- Most comments
AWS Amplify Hosting is a fully managed CI/CD and hosting service, so you won't see the underlying compute resources created for hosting as they are automatically managed by the hosting service. Compare to other serverless compute services like Lambda.
https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html
This AWS Tech Talk on Amplify Hosting SSR covers it well, and describes the hosting as a "web compute platform":
Hey,
Hope you're keeping well.
When you deploy a Next.js SSR app to Amplify Hosting, the server-side rendering code runs on a managed AWS compute environment that Amplify provisions behind the scenes. It uses AWS Lambda@Edge functions deployed via Amazon CloudFront to execute the SSR logic close to the viewer, so you won’t see EC2 instances or traditional backend resources in your account. This is fully abstracted, so all infrastructure is created and managed within the Amplify Hosting service. You can find more details in the Amplify Next.js SSR documentation, which explains how requests are routed and rendered server-side.
Thanks and regards,
Taz
Relevant content
- asked 10 months ago
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
