Skip to content

Commit

Permalink
Merge pull request #5 from MoisesTapia/dev
Browse files Browse the repository at this point in the history
Add new features of branch Dev version 0.1.0
  • Loading branch information
MoisesTapia committed Mar 20, 2021
2 parents 4dc705f + d811265 commit c3dea0b
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 78 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ before_install:
- docker ps

script:
- docker exec -ti awshacks python3 hackslabs.py --help
- docker exec -ti awshacks python3 hackslabs.py --help
- docker exec -ti awshacks python3 hackslabs.py -it show
- docker exec -ti awshacks python3 hackslabs.py --version
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ python3 hackslabs.py -l aws -z t2.micro -mx 1 -mn 1 -k KaliLinux
| -in | --getinfo | all information of vm |
| -v | --version | get version of script |
| -ds | --describe | get info of sshkeys |
| -ds | --intances-types| get info instances and types |



## [Amazon EC2 Instance Types](https://aws.amazon.com/ec2/instance-types/?nc1=h_ls)

| Instance | vCPU* | CPU Credits / hour | Mem GiB| Storage | Network Performance |
Expand All @@ -85,7 +89,7 @@ python3 hackslabs.py -l aws -z t2.micro -mx 1 -mn 1 -k KaliLinux
| t2.medium | 2 | 24 | 4 | EBS-Only | Low to Moderate |
| t2.large | 2 | 36 | 8 | EBS-Only | Low to Moderate |
| t2.xlarge | 4 | 54 | 16 | EBS-Only | Moderate |
| t2.medium | 8 | 81 | 32 | EBS-Only | Moderate |
| t2.2xlarge | 8 | 81 | 32 | EBS-Only | Moderate |


## Use docker to deploy this tool
Expand Down
Loading

0 comments on commit c3dea0b

Please sign in to comment.