File tree Expand file tree Collapse file tree 5 files changed +340
-78
lines changed Expand file tree Collapse file tree 5 files changed +340
-78
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ before_install:
99 - docker ps
1010
1111script :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments