AWS CodeDeploy
AWS CodeDeploy is a fully managed deployment service that automates software deployments to various compute services, such as Amazon Elastic Compute Cloud (EC2), Amazon Elastic Container Service (ECS), AWS Lambda, and your on-premises servers.
AWS CodeDeploy publishes both logs and metrics to CloudWatch. Using Honeycomb’s AWS integrations, you can send that data to Honeycomb.
How it works
AWS CloudWatch provides Subscription Filters, which can be configured to forward all logs in a log group to a Kinesis Firehose destination. Kinesis Firehose then streams those logs to Honeycomb. Some AWS services use an additional step in the workflow that uses Lambda to structure log data before sending it to Honeycomb. Log data for Amazon API Gateway is unstructured and does not use this step.
AWS CloudWatch provides Metric Streams, which forward all metrics captured to third-party destinations. Metrics are streamed to Honeycomb using AWS Kinesis Data Firehose.
This service sends logs to CloudWatch and then forwards them (unstructured) to Honeycomb via Kinesis Firehose. It also sends metrics to CloudWatch and also forwards them to Honeycomb via AWS Kinesis.