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년 전1292회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인