├── .gitignore ├── LICENSE ├── README.md ├── ec2res.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spinpunch/ec2res/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spinpunch/ec2res/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spinpunch/ec2res/HEAD/README.md -------------------------------------------------------------------------------- /ec2res.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spinpunch/ec2res/HEAD/ec2res.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spinpunch/ec2res/HEAD/requirements.txt --------------------------------------------------------------------------------