> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Data from Amazon Web Services (AWS)

> Collect telemetry from AWS workloads, including Lambda, ECS, and other services, and send it to Honeycomb for analysis.

export const PermissionsTable = ({children}) => {
  return <div className="permissions-table">
      {children}
    </div>;
};

Honeycomb AWS Integrations collect logs and metrics from AWS services.
Send this data to Honeycomb and identify service impacts to your application's performance.

To get started, use either AWS CloudFormation or HashiCorp Terraform to install your Honeycomb AWS Integrations.

<Card title="AWS CloudFormation" href="/send-data/aws/aws-cloudformation/">
  Set Up Honeycomb AWS Integrations with AWS CloudFormation.
</Card>

<Card title="HashiCorp Terraform" href="/send-data/aws/hashicorp-terraform/">
  Set Up Honeycomb AWS Integrations with HashiCorp Terraform.
</Card>

## Supported AWS Services

Honeycomb AWS Integrations work with **all** services that send metrics or logs to AWS CloudWatch.

For a full list of possible data sources, visit AWS documentation for services that [publish logs to CloudWatch Logs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/aws-services-sending-logs.html) and [publish metrics to CloudWatch Metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html).

The table below lists a selection of supported AWS services, and the types of data Honeycomb can collect from them.

<PermissionsTable>
  | Supported AWS Service                    | Logs | Metrics |
  | ---------------------------------------- | ---- | ------- |
  | Amazon API Gateway                       | ✔    | ✔       |
  | Amazon Athena                            |      | ✔       |
  | Amazon AppSync                           |      | ✔       |
  | Amazon Aurora                            | ✔    | ✔       |
  | AWS Autoscaling                          |      | ✔       |
  | AWS Certificate Manager                  |      | ✔       |
  | AWS CloudFront                           | ✔    | ✔       |
  | AWS CloudHSM                             | ✔    | ✔       |
  | AWS CloudTrail                           | ✔    | ✔       |
  | AWS CloudWatch                           | ✔    | ✔       |
  | AWS CodeBuild                            | ✔    | ✔       |
  | AWS CodeDeploy                           | ✔    | ✔       |
  | Amazon Cognito                           | ✔    | ✔       |
  | AWS Distro for OpenTelemetry             |      |         |
  | Amazon DocumentDB                        |      | ✔       |
  | Amazon DynamoDB                          |      | ✔       |
  | AWS Elastic Beanstalk                    | ✔    | ✔       |
  | Amazon Elastic Block Store (EBS)         |      | ✔       |
  | Amazon Elastic Cloud Compute (EC2)       |      | ✔       |
  | Amazon Elastic Container Service (ECS)   | ✔    | ✔       |
  | Amazon Elastic File System (EFS)         |      | ✔       |
  | Amazon Elastic Kubernetes Service (EKS)  | ✔    | ✔       |
  | Elastic Load Balancing (ELB)             | ✔    | ✔       |
  | Amazon ElastiCache                       | ✔    | ✔       |
  | Amazon Elastic Map Reduce (EMR)          |      | ✔       |
  | Amazon EventBridge                       |      | ✔       |
  | AWS Fargate                              | ✔    |         |
  | AWS Global Accelerator                   |      | ✔       |
  | Amazon Key Management Service (KMS)      |      | ✔       |
  | Amazon Keyspaces                         | ✔    | ✔       |
  | Amazon Kinesis                           |      | ✔       |
  | AWS Lambda                               | ✔    | ✔       |
  | Amazon Managed Streaming for Kafka       | ✔    | ✔       |
  | Amazon MQ                                | ✔    | ✔       |
  | Amazon Neptune                           |      | ✔       |
  | AWS Network Firewall                     | ✔    | ✔       |
  | AWS OpsWorks                             | ✔    | ✔       |
  | AWS PrivateLink                          |      | ✔       |
  | AWS Redshift                             |      | ✔       |
  | Amazon Relational Database Service (RDS) | ✔    | ✔       |
  | Amazon Route 53                          | ✔    | ✔       |
  | AWS Secrets Manager                      |      | ✔       |
  | Amazon Simple Email Service (SES)        |      | ✔       |
  | Amazon Simple Notification Service (SNS) | ✔    | ✔       |
  | Amazon Simple Queue Service (SQS)        |      | ✔       |
  | Amazon Simple Storage Service (S3)       | ✔    | ✔       |
  | Amazon Simple Workflow Service (SWF)     |      | ✔       |
  | AWS Step Functions                       | ✔    | ✔       |
  | Amazon Timestream                        |      | ✔       |
  | Amazon Virtual Private Cloud (VPC)       | ✔    | ✔       |
  | AWS Web Application Firewall (WAF)       |      | ✔       |
</PermissionsTable>

## Other Way to Send Data from AWS

Some additional ways of sending AWS data to Honeycomb include:

* **AWS Distro for OpenTelemetry (ADOT)** -
  Because Honeycomb supports native OTLP ingest, you can send tracing data directly to Honeycomb.
  To learn more, visit the [ADOT Docs](https://aws-otel.github.io/docs/components/otlp-exporter#honeycomb).

* **AWS Lambda** -
  Honeycomb supports receiving data from instrumented Lambda Layers.
  To learn more, visit [AWS Lambda](/send-data/aws/lambda/).

* **AWS PrivateLink** -
  Honeycomb supports sending data through AWS PrivateLink.
  To learn more, visit [AWS PrivateLink](/integrations/aws-privatelink/).
  AWS PrivateLink connections are only available for [Honeycomb Enterprise plans](https://www.honeycomb.io/pricing/).

* **AWS CloudWatch, Amazon S3, Amazon Kinesis, and AWS Lambda** -
  Honeycomb AWS integrations use a combination of these services to stream metrics and log data to Honeycomb.
  To learn more about Honeycomb's AWS integrations, visit [How AWS Integrations work](/send-data/aws/how-aws-integrations-work/).
