What is the preferred way for deploying a NextJS application in AWS

0

What is the preferred way to deploy a NextJS application in AWS?

While researching I could see multiple managed services

Cloud Front , AWS Amplify, Elastic Beanstalk

So kindly provide the best choice to deploy the app.

Thanks

1 Answer
0
Accepted Answer

I d recommend Amplify given me the was a recent addition: https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html and typically will leverage, under the hood, cloudfront,s3 and lambdas

profile picture
EXPERT
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
  • As said above, it depends on your case. If you need an easy-to-go solution - Amplify is your choice. If you already have a big infrastructure deployed by Terraform, for example, you can use CloudFront, S3 and Lambdas without Amplify.

  • Thanks for sharing the details

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions