
"Serverless"
This page describes getting data in from popular "Serverless" offerings.
ECS Fargate
IAM Policies and Roles
Create IAM Policy and Roles:
Create SSM
Example Config:
Task Definition Specifics
Task Roles:

ADOT Container:

ADOT Environment Variables (Config):

AWS Lambda
Add Layer with ARN (python example: arn:aws:lambda:us-west-2:901920570463:layer:aws-otel-python-amd64-ver-1-25-0:1.). Language specific instructions: https://aws-otel.github.io/docs/getting-started/lambda#getting-started-with-aws-lambda-layers
Add custom configuration (in same folder) to bundle or S3: https://aws-otel.github.io/docs/getting-started/lambda#custom-configuration-for-the-adot-collector-on-lambda
Add env variables. Example with S3 config (for s3 , lambda iam role needs access to bucket)
Last updated