AWS tools
Tools and tips for AWS, which I find useful day-to-day.
Granted
Use AWS SSO to assume roles in multiple AWS accounts. Easy, secure switching between accounts.
Alternatively you can also use AWSume: https://awsu.me/
EB CLI
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html
Tool to manage and deploy to Elastic Beanstalk.
Tail Elastic Beanstalk logs
$ aws logs tail /aws/elasticbeanstalk/YOUR_ENVIRONMENT_NAME/var/log/eb-docker/containers/eb-current-app/stdouterr.log --follow