Skip to content

Commit c3dea0b

Browse files
authored
Merge pull request #5 from MoisesTapia/dev
Add new features of branch Dev version 0.1.0
2 parents 4dc705f + d811265 commit c3dea0b

File tree

5 files changed

+340
-78
lines changed

5 files changed

+340
-78
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ before_install:
99
- docker ps
1010

1111
script:
12-
- docker exec -ti awshacks python3 hackslabs.py --help
12+
- docker exec -ti awshacks python3 hackslabs.py --help
13+
- docker exec -ti awshacks python3 hackslabs.py -it show
14+
- docker exec -ti awshacks python3 hackslabs.py --version

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ python3 hackslabs.py -l aws -z t2.micro -mx 1 -mn 1 -k KaliLinux
7575
| -in | --getinfo | all information of vm |
7676
| -v | --version | get version of script |
7777
| -ds | --describe | get info of sshkeys |
78+
| -ds | --intances-types| get info instances and types |
79+
80+
81+
7882
## [Amazon EC2 Instance Types](https://aws.amazon.com/ec2/instance-types/?nc1=h_ls)
7983

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

9094

9195
## Use docker to deploy this tool

0 commit comments

Comments
 (0)