How can I migrate Classic Load Balancer to Application Load Balancer

0

Hello,

I'm not a web developer. I created my AWS EB WebApp as Classic Load balancer. I'm now setting up Cloudfront distribution for CDN with a custom domain that I bought from AWS Route 53. My cloudfront is working, but it's not responding for POST request. When I read about it online, I think my aws eb webapp should be migrated to Application Load Balancer. Could you help please? - Haile

2回答
3

yes you need to migrate

To migrate your EB environment to ALB, you can follow these steps:

  • Create a new Application Load Balancer in your AWS account.
  • In your EB environment, go to the Configuration tab and select the Modify button.
  • In the Load Balancer section, select the Application Load Balancer option and select the ALB you created in step 1.
  • Review and apply the changes to your EB environment.

After migrating your EB environment to ALB, you can configure your CloudFront distribution to use the ALB as its origin. This should allow your CloudFront distribution to support both GET and POST requests.

profile picture
エキスパート
回答済み 1年前
2

Take a look at this Knowledge Center article: https://repost.aws/knowledge-center/migrate-classic-load-balancer

profile pictureAWS
エキスパート
回答済み 1年前
profile picture
エキスパート
レビュー済み 1年前
profile picture
エキスパート
iwasa
レビュー済み 1年前

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

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

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

関連するコンテンツ