Server Error 500 deploy AWS RDS

0

I'm trying to deploy an AWS RDS and the error below is happening:

Server Error 500 <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="noindex, noarchive"> <meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Expires" content="0"> <title>AWS: 500 Server Error</title> <style> @font-face { font-family: 'AmazonEmber'; src: url(data:application/font-woff;charset=utf-

Anyone know what is wrong?

Thks

andrecr
asked 4 years ago1272 views
1 Answer
0

Hey there

The 500 internal server error can be caused by several things which at times might be triggered by invalid API call causing the internal server not to fulfil the API request. To troubleshoot what might have caused the error, use CloudTrail. All AWS API calls including RDS actions are logged by CloudTrail. It provides actions taken by a user, role, or an AWS service in Amazon RDS.

To view CloudTrail Events

  1. Go to the CloudTrail console
  2. Choose Event history in the navigation pane
    A list of events appears in the content pane with the latest event first. Scroll down to see more events.
  3. Click an event to see its details

You can refer to this document for further information on Viewing CloudTrail Events
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/view-cloudtrail-events-console.html

If you can’t see much information on what might have caused the error, can provide information on how you are deploying the instance for more insights also information about the agent used for the API call

I hope this helps solve your problem
Have a great day!

prech
answered 3 years ago

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