You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this guide to set up the New Relic AWS Auto Discovery fully automated through Terraform.
7
+
---
8
+
9
+
# NewRelic Integration with AWS AutoDiscovery
10
+
The below guide provides reference on how to integrate with AWS Auto-Discovery via terraform.
11
+
12
+
## Documentation Reference
13
+
*[AWS Auto Discovery](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/connect/set-up-auto-discovery-of-aws-entities/)
14
+
15
+
## Pre-Requisites
16
+
The below integration process presumes that the client has already integrated with either of the New Relic's integration for monitoring their cloud-infrastructure on AWS, which is either of API Polling or Cloudwatch Metrics Streams integration.
17
+
18
+
## Variables -
19
+
***New Relic Region**```new_relic_region``` - The region where your New Relic account is hosted
20
+
***Type** - String
21
+
***Allowed Values** - US or EU
22
+
23
+
***New Relic Account Id**```new_relic_account_id``` - The account id associated with your organisation's New Relic Account.
24
+
***Type** - Integer
25
+
***Example** - 1234567
26
+
27
+
***AWS IAM Role Name**```aws_iam_role_name``` - The IAM role-name that has been used to integrate cloud monitoring with New Relic.
***AWS Account Id**```aws_account_id``` - The AWS Account Id which has been integrated with New Relic on which Auto-Discovery has to be enabled.
32
+
***Type** - Integer
33
+
***Example** - 123456789012
34
+
35
+
***Metric Polling Interval**```metric_polling_interval``` - The interval at which the auto-discovery scans are to be triggered on the integrated AWS account in seconds
36
+
***Type** - Integer
37
+
***Allowed Values** - 28800, 43200, 86400
38
+
39
+
***aws_regions**```aws_regions``` - The list of regions at which the auto-discovery scans are to be triggered on the integrated AWS account.
0 commit comments