Restricting IP Range for Access to AWS Amplify Gen2 Deployed App

0

Is it possible to specify an IP range for accessing an app deployed with AWS Amplify? I'd like to restrict access so that the app can only be accessed from within a VPN.

1 Answer
2
Accepted Answer

Hello.

How about trying using AWS WAF?
AWS WAF cannot restrict access from private IP addresses, but it can restrict access from public IP addresses.
https://zenn.dev/find/articles/e212943f04d8d9427d39

profile picture
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago
profile picture
EXPERT
reviewed 10 months ago
profile pictureAWS
EXPERT
reviewed 10 months ago
  • Thank you. I also saw that blog. I was deploying using the management console with Amplify Gen2, but it seems like this method can only be done via CLI. Is that correct?

  • I have never set it for Gen2, but I think it was possible to set it from the management console. https://qiita.com/shinon_uk/items/2171071b6f6795af726c

  • Thank you. I wanted to know if it was possible to act completely privately, but it seems like this is the only way.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions