2 Answers
- Newest
- Most votes
- Most comments
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
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
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 6 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 7 months ago

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