# chef-amazon-ecs-agent **Repository Path**: mirrors_DataDog/chef-amazon-ecs-agent ## Basic Information - **Project Name**: chef-amazon-ecs-agent - **Description**: ## Auto-archived due to inactivity. ## chef cookbook for the amazon container service agent - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # amazon-ecs-agent-cookbook [](https://travis-ci.org/willejs/chef-amazon-ecs-agent) This cookbook sets up the [amazon ecs agent](https://github.com/aws/amazon-ecs-agent) into a docker container on ubuntu. You can run it in test kitchen with the default-ecs suite, and relevant environment variabes, and perhaps a kitchen local.yml for vpc settings (subnet_id, availability_zone, security_group_ids, interface) if needed. ## Supported Platforms Ubuntu 12.04 Ubuntu 14.04 ## Attributes
| Key | Type | Description | Default |
|---|---|---|---|
| node['amazon-ecs-agent']['log_folder'] | String | the log folder for the host | /var/log/ecs |
| node['amazon-ecs-agent']['log_level'] | String | the log level for the agent | info |
| node['amazon-ecs-agent']['cluster'] | String | the ecs cluster name to attach to | default |
| node['amazon-ecs-agent']['aws_access_key_id'] | String | Your aws access key with ecs privs | nil |
| node['amazon-ecs-agent']['aws_secret_access_key'] | String | The secret access key | nil |