503 Service unavailable

0

While trying to open the website or admin panel it's showing "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later."

Website: toolgine.com Origin Server: AWS DNS/CDN Server: Cloudflare

Can anyone help me to fix this issue?

1 Answer
0
Accepted Answer

Are you trying to point to 43.205.43.149?

It appears that I can build a connection to the above IP address already with port 80 and 443

(which is your Alias record for toolgine.com)

In this case, I suspect that you are pointing to a wrong instance, or your instance is not serving any material yet.

If you are using EC2, make sure your nginx or apache is running to serve your content.

Then, it can mean that maybe your Cloudflare is just showing a failover behavior to us. So, check Cloudflare setting and Alias record?

Check this link https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/load-testing.html

answered a year ago
  • Yes 43.205.43.149 is my web elastic IP.

    I am using ec2 instance ap-south-1 (t2.micro), how to know if nginx or Apache is running or not?

  • You may do sudo systemctl restart httpd on your server (it seems you are using Apache not nginx?) Or please take a look at how to configure your Apache Without nginx or apache, your instance cannot serve any content. After you do this part right, you should be able to create a good connection

  • I am not even able to connect the instance now, it's showing "failed to connect to your instance - EC2 instance connect is unable to connect to your instance. Ensure your instance network settings are configured correctly for EC2 instance connect. For more information, see set up EC2 instance connect at https://docs.aws.amazon.com/AWSEC2/latest/User guide/ec2-instance-connect-set-up.html.

    I am a newbie in aws, don't know what to do!

  • Maybe your instance was rebooted. I highly suggest going through the tutorial below then. You must have been missing something. I am sorry that I cannot help much, but I don't have information to help you. I think for your EC2 instance connect, you need to make sure that your ec2 instance is in a public subnet, and open for connections. https://www.youtube.com/watch?v=Q4Qlg_-pgMg

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