Helps with a few irritating AWS issues:
- ec2s are referenced by Instance ID in some places in a way that is not useful, for example when viewing Elastic IPs and trying to remember what you're doing with them.
- Same issue when trying to figure out what a VPC or a NAT Gateway is for.
- Anything else I can think of
- Install Tampermonkey for Chrome (http://tampermonkey.net/)
- Add the scripts included with this package
- Cache Names of ec2's when visiting the ec2 page
- Abstract the function for caching data in a table so it can be re-used easier
- Cache VPCs
- Show VPCs on Network Interfaces page
- Show VPC on NAT Gateway page
- Show ec2's on Network Interfaces page
- Cache NIC Name or Description
- Show NIC Name or Description on EIP page
- Cache Route Table
- Show Route Table on VPC page