Skip to content

Commit

Permalink
Document min permissions for AWS metric streams
Browse files Browse the repository at this point in the history
  • Loading branch information
josemore committed Jun 28, 2021
1 parent 0ef35b4 commit c4d0e04
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@ Next, set up the metric stream using the [CloudFormation template](https://conso

3. ** Add the new AWS account** in the **Metric streams** mode in the New Relic UI.
Go to **[one.newrelic.com](https://one.newrelic.com/) > Infrastructure > AWS**, click on **Add an AWS account**, then on **Use metric streams**, and follow the steps.

<Callout variant="tip">
The following are the minimal permissions that should be granted on the AWS role configured in New Relic so that CloudWatch metrics can be enriched with additional service metadata and custom tags when applicable:

```
config:BatchGetResourceConfig
config:ListDiscoveredResources
tag:GetResources
```

The New Relic UI currently recommends the `ReadOnlyAccess` policy over these individual items so that New Relic has proper permissions to collect service data that's not available in AWS CloudWatch Metric Streams.
</Callout>

## Validate your data is received correctly [#validate-data]

Expand Down

0 comments on commit c4d0e04

Please sign in to comment.