- Use AWS profile passed in from
--profile
flag (also caches MFA credentials) - Switched to using CloudWatch instead of S3: logs are now streamed for long-running commands
- Support writing output to files (using
-f
flag) instead of the terminal. Files are written to<cmd id>/<instance id>.txt
- Dev: Go 1.11 modules, added unit tests, gofmt