Effective total cost: $3–5/mo
Decide on an EC2 instance type:
- At AWS Console → EC2 → Instance Types, filter for ≥1 GB RAM and sort by price.
- t4g.micro is lowest.
| #!/usr/bin/env python | |
| # Name: cloudscan.py | |
| # Purpose: Run Nessus Cloud Scans Easily. | |
| # By: Jerry Gamblin | |
| # Date: 11.05.15 | |
| # Modified 11.05.15 | |
| # Rev Level 0.5 | |
| # ----------------------------------------------- | |
| import requests |
| ######################### | |
| # .gitignore file for Xcode4 and Xcode5 Source projects | |
| # | |
| # Apple bugs, waiting for Apple to fix/respond: | |
| # | |
| # 15564624 - what does the xccheckout file in Xcode5 do? Where's the documentation? | |
| # | |
| # Version 2.6 | |
| # For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects | |
| # |