Skip to content

Latest commit

 

History

History
180 lines (135 loc) · 5.25 KB

File metadata and controls

180 lines (135 loc) · 5.25 KB
title tags metaDescription redirects freshnessValidatedDate
AWS Trusted Advisor integration
Integrations
Amazon integrations
AWS integrations list
The AWS Trusted Advisor monitoring integration with New Relic: what data it reports, and how to enable it.
/docs/integrations/amazon-integrations/aws-integrations-list/aws-trusted-advisor-integration
/docs/integrations/amazon-integrations/aws-integrations-list/trusted-advisor-integration
/docs/aws-trustedadvisor-integration
never
In order to use this integration, you must have an AWS Business or Enterprise [support plan](https://aws.amazon.com/premiumsupport/plans/).

The AWS Trusted Advisor is an online tool that provides real-time guidance to help you follow AWS best practices for provisioning your resources.

New Relic infrastructure integrations include an integration for reporting your service limits data to New Relic products. This document explains how to activate this integration and describes the data that can be captured.

Activate integration [#activate]

To enable this integration, follow standard procedures to connect AWS services to New Relic.

This integration requires additional access permissions not covered by default managed policies. You can find out more on [Integrations and managed policies](/docs/integrations/amazon-integrations/getting-started/integrations-managed-policies#recommended) page.

Configuration and polling [#polling]

You can change the polling frequency and filter data using configuration options.

Default polling information for the AWS Trusted Advisor integration:

  • New Relic polling interval: 1 hour

In order to have fresh data, New Relic programmatically sends refresh requests to AWS. Trusted Advisor checks are automatically refreshed by AWS weekly only for customers with AWS Business or Enterprise Support plans.

View and use data [#find-data]

To view and use your integration data, go to one.newrelic.com > All capabilities > Infrastructure > AWS and select the AWS Trusted Advisor integration link.

You can query and explore your data using the TrustedAdvisorSample event type within one category of data:

  • Service limits: Appears in New Relic with provider value ServiceLimits.

Metric data

There is one Trusted Advisor category of data: ServiceLimits.

Service limits metrics [#metric-service-limits]

Our Amazon integrations collect the following Amazon Service limits data to the provider ServiceLimits.

  <th>
    Description
  </th>
</tr>
  <td>
    The AWS region in which the identified resource is located. Can be absent for global services that do not have regions.
  </td>
</tr>

<tr>
  <td>
    `checkId`
  </td>

  <td>
    The unique identifier of the AWS Trusted Advisor check.
  </td>
</tr>

<tr>
  <td>
    `currentUsage`
  </td>

  <td>
    Current usage of service limit in region.
  </td>
</tr>

<tr>
  <td>
    `isSuppressed`
  </td>

  <td>
    If the item is excluded from the check result. The excluded items appear separately in AWS console.
  </td>
</tr>

<tr>
  <td>
    `limitAmount`
  </td>

  <td>
    Current maximum of service limit in region.
  </td>
</tr>

<tr>
  <td>
    `limitName`
  </td>

  <td>
    Name of the service limit.
  </td>
</tr>

<tr>
  <td>
    `service`
  </td>

  <td>
    Name of the service.
  </td>
</tr>

<tr>
  <td>
    `serviceLimitUsage`
  </td>

  <td>
    Percentage of service limit used.
  </td>
</tr>

<tr>
  <td>
    `status`
  </td>

  <td>
    Status of the service limit. Can be one of:

    `Green`: Service limit usage is below 80%.

    `Yellow`: Service limit usage is between 80% and 100%.

    `Red`: Service limit usage is 100%.

    `Blue`: Trusted Advisor was unable to retrieve utilization or limits.
  </td>
</tr>

<tr>
  <td>
    `timestamp`
  </td>

  <td>
    The time of the last refresh of the check.
  </td>
</tr>
Metric
`awsRegion`