Migrate externally hosted website path by path to fargate

0

Hi there, we are in the process of evaluation of how to migrate a web project from an external web hosting service to AWS Fargate. We would prefer to migrate certain pathes first and then move along with more paths as soon as the implementation on the Fargate Service is ready.

E.g.: www.my-website.com/already-migrated-path (served from AWS Fargate) www.my-website.com/not-yet-migrated (served from previous web hosting service)

Are there any best practices or ideas how to do this?

Kind regards, Nils

Nischu
已提问 3 个月前111 查看次数
4 回答
0

The only way I can see you doing this is to have a reverse proxy in-front of your website such as ngnix.

Host this as a container in fargate and use path rules to send the request either to your new website or your old one. You need to have your old website accessible on a different host url for this to work.

profile picture
专家
已回答 3 个月前
0

Is that something that could also be accomplished with path routing of an alb (in order not to manage an nginx)?

Nischu
已回答 3 个月前
0

... or with CloudFront?

Nischu
已回答 3 个月前
0

If anyone else is looking for something like this. I found this article which gave me three options to accomplish what I was looking for: https://aws.amazon.com/de/blogs/architecture/serving-content-using-fully-managed-reverse-proxy-architecture/

(Thanks @Gary Mclean - the keyword "reverse proxy" helped me to finally find this resource)

Nischu
已回答 3 个月前

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

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

回答问题的准则