Score:0

Nginx proxy pass alternative in AWS

ru flag

In my Nginx config I am setting up a reverse proxy rule to s3 bucket like below


location ~ /feeds/(.*\.rss$){
...
proxy_pass https://xxx.s3.amazonaws/feed/$1;
...
}

Is there a way that I can remove this proxy task from nginx. And use AWS managed service like ALB or API gateway?

I am aware with ALB I can write a redirection rule to different subdomain but I need to keep the URL as it is.

E.g. https://example.com/feeds/hk.rss

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.