diff --git a/docs/reference/edot-cloud-forwarder/aws.md b/docs/reference/edot-cloud-forwarder/aws.md index 46037f75..a94465e5 100644 --- a/docs/reference/edot-cloud-forwarder/aws.md +++ b/docs/reference/edot-cloud-forwarder/aws.md @@ -17,7 +17,7 @@ products: # EDOT Cloud Forwarder for AWS -{{edot-cf}} (CF) for AWS provides the EDOT Collector as a Lambda function that collects and forwards logs to {{product.observability}} on {{serverless-full}}. +{{edot-cf}} (CF) for AWS provides the EDOT Collector as a Lambda function that collects and forwards logs to {{motlp}}. {{edot-cf}} for AWS supports the following log sources: @@ -104,9 +104,7 @@ Trim the API key from `Authorization=ApiKey MYKEYVALUE...` to just `MYKEYVALUE.. | --- | --- | | CloudFormation (AWS CLI) | Deploy using AWS CLI commands with CloudFormation templates. | | CloudFormation (AWS Console) | Deploy using the AWS Management Console UI. | - +| AWS Serverless Application Repository (SAR) | Deploy directly from the AWS Serverless Application Repository. | Each method achieves the same result and uses CloudFormation templates. Choose the method that best adapts to your workflow. @@ -199,6 +197,27 @@ The default values provided have been determined through extensive load testing Adjust these parameters only if you notice performance issues such as Lambda timeouts, throttling, high memory usage or dropped data. If you need assistance tuning these parameters for your specific workload, refer to [Contact support](docs-content://troubleshoot/ingest/opentelemetry/contact-support.md). ::: +## Sizing and performance tuning + +Use the following sizing matrices to select appropriate Lambda memory and concurrency settings for your traffic volume. Proper tuning helps maximize performance and prevent throttling in high‑volume log sources. + +### VPC Flow Logs sizing + +| Throughput | Log Rate | Recommended Memory | Recommended Concurrency | +| :--- | :--- | :--- | :--- | +| **< 5 MB/s** | < 50,000 events/s | 512 MB | 5 | +| **5 - 10 MB/s** | 50,000 - 100,000 events/s | 512 MB | 10 | +| **> 10 MB/s** | > 100,000 events/s | 1024 MB | 20+ | + +### ELB Access Logs sizing + +| Throughput | Log Rate | Recommended Memory | Recommended Concurrency | +| :--- | :--- | :--- | :--- | +| **< 10 MB/s** | < 25,000 events/s | 512 MB | 5 | +| **10 - 40 MB/s** | 25,000 - 100,000 events/s | 1024 MB | 10 | +| **> 40 MB/s** | > 100,000 events/s | 2048 MB | 20+ | + + ## Deploy using CloudFormation (AWS CLI) Use the AWS CLI to deploy the EDOT Cloud Forwarder with CloudFormation templates. This method is ideal for automation and infrastructure-as-code workflows. @@ -462,7 +481,6 @@ To modify parameters of an existing stack through the AWS Console: 7. Select **Submit** to apply the updates. In case of a change set, **Execute changeset** . 8. Monitor the stack update progress in the console. - ## CloudFormation stack resources