1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
1
Could you please use the below for your troubleshooting
- Check Logs:
- Check the CloudWatch Logs for both Athena and Grafana for detailed error messages.
- Test Connectivity:
- Use tools like
telnetorcurlfrom an EC2 instance in the same VPC to test connectivity to the VPC endpoints.
- Use tools like
- Revert Changes:
- If the issue persists, temporarily revert the S3 bucket policy and Grafana VPC configuration to the previous working state and troubleshoot incrementally.
Contenido relevante
preguntada hace 9 meses
preguntada hace un año
preguntada hace 8 meses
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace 4 años

Hi Adeleke, your answer is awesome. Following your suggestion, I was able to create the STS endpoint and it worked after that. I specified the network access control in the AWS Grafana management console as the same VPC I created where I also created STS, athena, and S3 endpoint. I also created security groups for Grafana, sts, and s3. The charts worked well. However, something weird happened. Now when I ran queries on Athena query editor, the query succeeded even without any S3 bucket policy. I checked IAM and there was not any role associated with Athena. Do you know what could go wrong?