Skip to content

pahud/awslogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CloudWatch Logs agent for Docker

This is the Docker image for AWS CloudWatch Logs agent for AWS ECS.

HOWTO

register-task-definition

aws --profile=<AWS_PROFILE> --region=<REGION> ecs register-task-definition --cli-input-json file://web.json

You must specify REGION environment variable in the task definition, indicating the AWS region of cloudwatch log.

create-service

aws --profile=<AWS_PROFILE> --region=<REGION> ecs create-service --service-name web --task-definition arn:aws:ecs:<region>:<aws_account>:task-definition/<name>:<revision> --desired-count 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages