Skip to content

AWS Amplify IP Address

0

Hi all, can someone help to confirm if AWS amplify provides a static IP address? From my understanding, the IP address you get from DNS lookup will fall within Amazon's Global IP range and is a dynamic IP address that changes

  • What are you aiming to achieve? Do you have a requirement for static IP address? What type of app are you deploying?

AWS
asked 2 years ago1.5K views
2 Answers
0

Hello,

In My way AWS Amplify does not provide a static IP address.

If you require a static IP address for your application, You Follow some things like:

  • Amazon Elastic Load Balancing (ELB): You can create an ELB in front of your Amplify app to provide a static IP. However, this introduces additional complexity and cost.
  • Amazon Lightsail: If your requirements are relatively simple, Lightsail might be a suitable alternative that offers static IP addresses.  
  • Third-party CDNs: Some CDNs offer static IP address options, but this might involve additional costs and configuration.

https://docs.aws.amazon.com/vpc/latest/userguide/aws-ip-ranges.html

https://repost.aws/questions/QUXEuGgQNdT0eFiHKq-VrBEg/get-amplify-app-ip-network-adress

EXPERT
answered 2 years ago
0

I little note about previous comment. There are several ELB types. ALB cannot be assigned static IP. Only NLB. And it is layer 4 Load Balancer

AWS
answered 2 years ago

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.