Site icon techbeatly

Setup Amazon Managed Service for Grafana (AMG) on AWS EKS

https://aws.amazon.com/grafana/

Based on the previous article of setting up Amazon Managed Service for Prometheus (AMP) with open source Grafana , we will now be provisioning Amazon Managed Grafana to integrated with Amazon Managed Service for Prometheus in this walkthrough.


Amazon Managed Grafana is a fully managed service for open source Grafana developed in collaboration with Grafana LabsGrafana is a popular open source analytics platform that enables you to query, visualize, alert on and understand your metrics no matter where they are stored.

With Amazon Managed Grafana, you can analyze your metrics, logs, and traces without having to provision servers, configure and update software, or do the heavy lifting involved in securing and scaling Grafana in production.

Connect Amazon Managed Grafana to multiple data sources in your observability stack, including AWS data sources like Amazon Managed Service for Prometheus, Amazon CloudWatch, and Amazon Elasticsearch Service, third-party ISVs like Datadog and Splunk, and self-managed data sources like InfluxDB.

Amazon Managed Grafana (AMG) is Generally Available on Aug’2021.

Step1: Create Amazon Managed Service for Grafana (AMG) workspace


Step2: Assign users to access the new created AWS Managed Grafana workspace

Now you have access to AWS Managed Grafana !! 


Step3: Configure Amazon Managed Service for Prometheus (AMP) as data source in AWS Managed Service Grafana

To monitor specific AWS EKS cluster, you will need to setup AWS managed Prometheus before using AWS Managed Service Grafana.

  1. Grafana Configurations > Data Sources > Select Prometheus as data source

2. Input the AWS AMP Workspace query URL under HTTP/URL

3. Turn on SigV4 auth

4. Change default region of the AMP and AWS EKS cluster resides in

5. Lastly, Save & Test the data source. (Ensure the tick and Data source is working)


Step4: Deploy dashboard to monitor our workload in AWS EKS Cluster

  1. On the main page of Grafana login, lets add in some default dashboard by selecting Import:

You are done for the day !!


References:

Exit mobile version