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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则