Failure to add Cloudwatch Datasource on Amazon Managed Grafana.

0

I am currently trying to access my Cloudwatch logs from sa-east-1, but when I try to create my datasource I get the following: <html> <head><title>504 Gateway Time-out</title></head> <body> <center><h1>504 Gateway Time-out</h1></center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->

I have tried using Workspace IAM Role and Access key & Secret key for Auth (both with admin priviledges). Neither of them work. Also enabled 443 inbound on the security group.

1 Answer
1
Accepted Answer

Try accessing the logs directly using the AWS CLI to see if it's a problem with the AWS service or your environment.

aws logs describe-log-groups --region sa-east-1

If possible, try setting up the same configuration in a different AWS region. This can help determine if the issue is region-specific.

Ensure, Security Groups: Port 443 (HTTPS) is open for outbound traffic in the security group attached to your instance or environment.

VPC/Subnet Configuration: If your instance is within a VPC, ensure that your VPC routing table is configured correctly to allow outbound internet access (via an Internet Gateway or NAT Gateway).

profile pictureAWS
EXPERT
Deeksha
answered a month ago
profile picture
EXPERT
reviewed a month ago
  • VPC routing table was not configured correctly, thank you Deekshitha Urs.

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