CNAME redirect to Amazon Managed Grafana URL

0

Hi, I need to redirect one of my subdomains to the URL of an Amazon Managed Grafana. I used to have an EC2 instance running Grafana so I easily had a static IP address, but now I migrated the service to the Amazon Managed Grafana and haven't found a way of associating a static IP address to it's public URL. Thanks for any help!

1개 답변
0

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.

AWS
Shmosa
답변함 8달 전

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

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

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

관련 콘텐츠