1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
Contenus pertinents
demandé il y a un an
demandé il y a un an
demandé il y a 10 mois
demandé il y a 10 mois
- AWS OFFICIELA mis à jour il y a un an

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?