Skip to content

Financial-Times/com.ft.editorial.cms.ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECS cluster for FT Editorial Technology

Repository to gather bells and whistles related to Editorial Cluster Service experimentation.

AWS command line tool

Alpine Linux based container image provides runtime for aws cli.

Building image

sudo docker build -t com.ft.editorial.ecs:dev .

Running container

sudo docker run -it com.ft.editorial.ecs:dev

Configuring environment

To configure access id and secret run command aws configure inside container

Sample application echoes

See tasks/echoes/README.md for more details