I'm trying to scale up a Lightsail instance. It's a basic Wordpress site on an Amazon Linux 2 AMI running nginx and mariadb. It's using a static IP. Works fine.
When I create a snapshot of it, use it to launch a larger instance, and then attach the static IP, it simply doesn't work. Nginx is running and giving a 404 for the IP, but it times out when trying to access the domain. No errors at all. Nothing in the access log. I've made no changes to anything. The only thing I've done is restart nginx and php-fpm.
I've double checked and triple checked that all of the conf files are the same. Is there something else I'm missing? Is the IP of the new instance being used somewhere before I attach the static IP?