Designing a website for a client and taking over from previous guy who set it all up in AWS. I’m not familiar and the learning curve is steep. The last few days I’m getting a 504 gateway problem and the website is broken.
So, bought new traditional hosting today. Want to extract from AWS without breaking their other assets. Usually I can just change the A records to the new IP and it will redirect after an hour, but AWS is not letting go. It just gave me a site not found error.
Here is the current setup as I understand it:
- Route 53: Hosted zone in AWS, not registered domain
- current ‘A’ record is an alias, pointing to a load balancer in EC2
- Has an amazon-provided SSL cert
- LB listener has a target group with redirect rules
Never heard of any of this before last week, except ‘A’ records. All I want now is to know how to safely repoint the nameservers and start using the new hosting. The listeners etc are in use by other sites so I have to be careful not to interfere with them.
edit2: deleted reference to actual website and IP address