Yup @remcohn, absolutely true, which is why we’re extremely careful when changing anything in amazon—think multiple people turning the nuclear launch keys at the same time.
Moving from an IP to DNS is already on our roadmap. Thanks for the suggestion!
Hi @zachary could you give us an expected timeline on this, because the issue crept up on me just now. I’m using a TCPClient connecting to my server on AWS and I carelessly asked for a renewal of my IP
Is your problem DNS (get an IP address from a host name)? TCPClient.connect() takes a char* argument for a host name in one of it overloads, you have that already for TCPClient.
So if you have a DNS record for your AWS host, you can just connect by name.