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回答
0
承認された回答

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
エキスパート
回答済み 5ヶ月前
profile picture
エキスパート
レビュー済み 5ヶ月前
  • 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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ