For some reason I manually terminated the EC2 instance of my EB environment more than a week ago. A new instance started, and I thought it was all fine.
However, today, I see that my EB environment URL (my-env-name.eu-west-3.elasticbeanstalk.com) still points to the old EC2 instance IP when I ping it (it's not a DNS cache problem, I flushed it and tried with online ping services). And since the old instance doesn't exist anymore, I just can't reach my web application. I can reach it when I use the current EC2 instance public DNS though (ec2-xxx-xxx-xxx-xxx.eu-west-3.compute.amazonaws.com).
Is this behaviour expected or is it a bug? How can I make my environment URL to point to the current EC2 instance?