1. 2

More often than not, during the development cycle. I keep looking at my AWS ECS cluster and services to check what all environment variables have been set. Some ENVs were not readily available in the project repository since they were configured as secrets in SSM’s parameter store.

While setting up an application or debugging some issue, I kept looking for env values for a set in different environments by logging in to the AWS console, which is painstakingly slow and hampers productivity.

Hence the tool.

  1.  

  2. 2

    All cool if that works for you, but did you know that’s also easy to do with awscli? A few extra arguments, but you can setup aliases for shorter versions if you use it often.