- Newest
- Most votes
- Most comments
Once you create the Amazon Managed Grafana, it will automatically create an VPC endpoint "Powered by Privatelink" within your Virtual Private Cloud (VPC). You can find the DNS name associated with it inside your AWS Management Console, which will be in the format com.amazonaws.region.grafana
.
To redirect a subdomain to your Amazon Managed Grafana instance, you can set up a CNAME record in your DNS configuration. This record will point your chosen subdomain to the generated DNS name.
For detailed instructions on how to configure VPC endpoints for Amazon Managed Grafana, you can refer to the official documentation here.
Note: Just to consider that the Endpoint will have a private IP from the VPC IP Subnet
This setup will allow you to easily access your Amazon Managed Grafana instance using your chosen subdomain.
The private endpoint is only for restricting access within the VPC, you will still need to use the grafana workspace url instead of vpc endpoint, which means CNAME to the endpoint wont help here, besides you will not be able to bypass certificate validation when using a CNAME from custom dns to grafana workspace. This is currently not supported (https://github.com/aws/amazon-managed-grafana-roadmap/issues/6), and will need to use reverse proxy for custom domain
Relevant content
- asked 3 years ago