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
已提问 4 年前1294 查看次数
1 回答
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
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则