Reference Architecture
Amazon ECS +
CircleCI
In the video below, you can see how to use SecretHub to consolidate secrets management across Amazon Elastic Container Service (ECS) and CircleCI. It demonstrates a CI/CD pipeline that deploys a Dockerized demo application to ECS.
The CircleCI pipeline uses an AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
to publish the application image to the Amazon Elastic Container Registry (ECR) and to deploy the application to Amazon ECS.
The demo application itself uses a DEMO_USERNAME
and DEMO_PASSWORD
to authenticate to a (fictional) third-party service.
Read More
To implement the integrations shown in the video for your application, follow these step-by-step integration guides: