awslabs / ecs-refarch-service-discovery

An EC2 Container Service Reference Architecture for providing Service Discovery to containers using CloudWatch Events, Lambda and Route 53 private hosted zones.
Apache License 2.0
445 stars 81 forks source link

Question: Add secure environment variables #6

Open zoellner opened 8 years ago

zoellner commented 8 years ago

Great reference! I have a question regarding the task definitions: How can one pass environment variables to the tasks in a secure way, i.e. without storing them in the template or having to check them into a repo?