Learn how to setup persistent storage for your ECS Docker containers, using the REX-Ray Docker volume plugin. Through a working example in CloudFormation, you'll see how to configure your ECS Task and ECS Container Instances correctly to always have an EBS volume mounted.
CLOUDFORMATION TEMPLATE
Save your fingers and grab the CloudFormation. Note that this is NOT production ready, as is just an example template for demo purposes.
https://tomgregory-cloudformation-examples.s3-eu-west-1.amazonaws.com/postgres-ecs-cluster.yml
POSTGRES PASSWORD
Unlike in the video, a password must now be set to run the latest Postgres Docker image. In the CloudFormation template the password is set to 'password' for demo purposes.
PGADMIN DOWNLOAD
https://www.pgadmin.org/download/
Download
0 formats
No download links available.
Using AWS EBS Volumes With ECS Docker Containers | NatokHD