How Manage Aws Ecs Sensitive/Non-Sensitive Environment Variables
When developing an APP in ECS, We need to pass the environment variables to the tasks container.
Because we have sensitive and non-sensitive environment variables, so we need to take care in choosing the policy.
Continue Reading