Bindplane OTel Collector
Deploy BDOT Collectors on AWS ECS for scalable, managed collector deployment with automatic scaling and monitoring.
Last updated
Was this helpful?
Deploy BDOT Collectors on AWS ECS for scalable, managed collector deployment with automatic scaling and monitoring.
Last updated
Was this helpful?
Was this helpful?
# Deploy with CloudFormation
aws cloudformation create-stack \
--stack-name bindplane-collector-ecs-fargate \
--template-body file://YOUR_CLOUDFORMATION_FILE.yaml \
--parameters \
ParameterKey=CollectorSecretKey,ParameterValue=YOUR_SECRET_KEY \
ParameterKey=OpampEndpoint,ParameterValue=wss://app.bindplane.com/v1/opamp \
--capabilities CAPABILITY_IAM# Deploy with CloudFormation
aws cloudformation create-stack \
--stack-name bindplane-collector-ecs-ec2 \
--template-body file://YOUR_CLOUDFORMATION_FILE.yaml \
--parameters \
ParameterKey=CollectorSecretKey,ParameterValue=YOUR_SECRET_KEY \
ParameterKey=OpampEndpoint,ParameterValue=wss://app.bindplane.com/v1/opamp \
ParameterKey=InstanceType,ParameterValue=t3.medium \
--capabilities CAPABILITY_IAM