#90daysofdevops-Day-73: Grafana Setup
ask:
Setup Grafana in your local environment on AWS EC2.
Create an EC2 instance in the AWS management console.
Login to the server and install the below dependencies for Grafana.
sudo apt-get install -y apt-transport-https
sudoapt-getinstall-...
goutamdevops.hashnode.dev2 min read