File tree 5 files changed +340
-78
lines changed 5 files changed +340
-78
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ before_install:
9
9
- docker ps
10
10
11
11
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
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
75
75
| -in | --getinfo | all information of vm |
76
76
| -v | --version | get version of script |
77
77
| -ds | --describe | get info of sshkeys |
78
+ | -ds | --intances-types| get info instances and types |
79
+
80
+
81
+
78
82
## [ Amazon EC2 Instance Types] ( https://aws.amazon.com/ec2/instance-types/?nc1=h_ls )
79
83
80
84
| 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
85
89
| t2.medium | 2 | 24 | 4 | EBS-Only | Low to Moderate |
86
90
| t2.large | 2 | 36 | 8 | EBS-Only | Low to Moderate |
87
91
| 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 |
89
93
90
94
91
95
## Use docker to deploy this tool
You can’t perform that action at this time.
0 commit comments