👕 Deployed resource (in EC2 instances) version is uniform ?
Check version of deployed resources on multiple servers.
If you deployed resources(ex)api binary) to multiple server,
all resources, Is the same version on all servers?
Set your AWS Key, Secret to Environment Variables.
$ export UNIFORM_AWS_KEY=your_key
$ export UNIFORM_AWS_SECRET=your_secret
$ export UNIFORM_AWS_REGION=ap-northeast-1
Show usage
$ uniform
Check deployed binary version
$ uniform -t Environment=Production,Type=API,Name=1a01
- Check resource version
- Specific version API endpoint
- Specific reagion
- Specific Tags
- Support Autoscaling
$ git clone git@github.com:takecy/uniform.git
$ cd uniform
$ make prepare
$ make test
MIT