Skip to content

Commit

Permalink
Merge pull request #1616 from DataDog/daniel/aws-updates
Browse files Browse the repository at this point in the history
Updates to aws docs, including new directconnect metrics and mention …
  • Loading branch information
DanielLanger authored Aug 25, 2017
2 parents 725deaf + cbb5e15 commit 8b91ab0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
5 changes: 3 additions & 2 deletions content/integrations/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ Related integrations include:
| [Autoscaling](/integrations/awsautoscaling) | scale EC2 capacity |
| [Billing](/integrations/awsbilling) | billing and budgets |
| [CloudFront](/integrations/awscloudfront) | glocal content delivery network |
| [CloudTrail](/integrations/awscloudtrail) | Access to log files and AWS API calls |
| [CloudSearch](/integrations/awscloudsearch) | Access to log files and AWS API calls |
| [CloudTrail](/integrations/awscloudtrail) | access to log files and AWS API calls |
| [CloudSearch](/integrations/awscloudsearch) | access to log files and AWS API calls |
| [Direct Connect](/integrations/awsdirectconnect) | dedicated network connection to AWS
| [Dynamo DB](/integrations/awsdynamo) | NoSQL Database |
| [EC2 Container Service (ECS)](/integrations/ecs) | container management service that supports Docker containers |
| [Elastic Beanstalk](/integrations/awsbeanstalk) | easy-to-use service for deploying and scaling web applications and services |
Expand Down
27 changes: 27 additions & 0 deletions content/integrations/awsdirectconnect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Datadog-AWS Direct Connect Integration
integration_title: AWS Direct Connect
kind: integration
git_integration_title: amazon_directconnect
doclevel: basic
---

## Overview

This integration collects metrics from AWS Direct Connect (e.g. Connection state, bit rate ingress and egress, packet rate ingress and egress, and more).

## Setup
### Installation

If you haven't already, set up the [Amazon Web Services integration first](/integrations/aws). There are no other installation steps that need to be performed.

### Configuration

In the Amazon Web Services integration tile, ensure that **Direct Connect** is checked under **metric collection**.

## Data Collected
### Metrics

{{< get-metrics-from-git >}}

Each of the metrics retrieved from AWS will be assigned the same tags that appear in the AWS console, including but not limited to host name, security-groups, and more.
11 changes: 6 additions & 5 deletions content/integrations/awselb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Datadog-AWS ELB Integration
title: Datadog-AWS ELB & ApplicationELB Integration
integration_title: AWS ELB
kind: integration
git_integration_title: amazon_elb
Expand All @@ -13,13 +13,14 @@ newhlevel: true

Elastic Load Balancing (ELB) is an AWS service used to dispatch incoming web traffic from your applications across your Amazon EC2 backend instances, which may be in different availability zones. ELB helps ensure a smooth user experience and provide increased fault tolerance, handling traffic peaks and failed EC2 instances without interruption.

To start collecting ELB metrics, the only thing you need to do is to set up our integration with AWS CloudWatch by following [these instructions](http://docs.datadoghq.com/integrations/aws/).

## Setup
### Installation

If you haven't already, set up the [Amazon Web Services integration first](/integrations/aws). There are no other installation steps that need to be performed.

### Configuration

1. Enable the [Amazon Web Services integration](/integrations/aws).
2. Open the [AWS integration tile](https://app.datadoghq.com/account/settings#integrations/amazon_web_services) and ensure the **ELB checkbox** on the left is checked.
In the Amazon Web Services integration tile, ensure the **ELB checkbox** is checked for Classic ELB metrics and the **ApplicationELB** checkbox for Application ELB metrics.

## Data Collected
### Metrics
Expand Down

0 comments on commit 8b91ab0

Please sign in to comment.