Skip to content

AWS Authentication #501

Discussion options

You must be logged in to vote

Connecting AWS API in Grafana using Infinity

Support for connecting to AWS API is available from version 1.3.0

Steps to connect to AWS APIs

  1. Create a new service account in AWS console. ( AWS Console -> IAM -> Access Management -> Users -> Add users)
    1. Select Access key - Programmatic access as AWS Credentials type
    2. Set required permissions ( preferably CloudWatch ReadOnly Permission )
    3. Copy the access key and secret key
  2. Install the infinity plugin in Grafana and add data source for the same
  3. Expand Authentication section and select "AWS"
  4. Select region. Example us-east-1
  5. Select service. Example monitoring. You can find the appropriate service name either here or here.
  6. Enter the access key a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yesoreyeram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment