IP that resolves to other IP

0

Hello, I hope you can help me or point me in the right direction.

We have several IoT devices on the field which comunicate via LTE to a given server IP, changing the server IP on the devices comes with the risk of losing remote access to the IoT devices, so we rather keep this IP fixed, but at the same time we want to have the ability to change which server gets this communication. This looks like a Domain DNS, but the IoT devices only accept IPs.

So... I need to get a fixed IP address that resolves to another IP address (EC2 instance) which I can change on the fly.

Thanks guys

asked a year ago217 views
2 Answers
2

It sounds like you want an Elastic IP Address. This is a fixed IPv4 address that you can reassign from one EC2 instance to another. This address stays persistent through instance stops and starts.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html

profile pictureAWS
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago
0

Depending on your use case and how many region you IOT devices are connecting from AWS Global Accelerator Might also be able to reduce you latency

AWS
kaveerh
answered a year 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.

Guidelines for Answering Questions