Updated with 2008 r2 that can run the monkey

This commit is contained in:
VakarisZ 2020-01-20 17:47:49 +02:00
parent 978918e5dd
commit d9fbc12601
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,8 @@ Since island machine is built from custom AMI it already has the following crede
Administrator: %tPHGz8ZuQsBnEUgdpz!6f&elGnFy?;.
For windows_2008_r2 Administrator:AGE(MP..txL
The following machines does not download monkey automatically, so you'll have to manually check them:
- os_compat_kali_2019
@ -48,6 +50,7 @@ The following machines does not download monkey automatically, so you'll have to
- os_compat_oracle_7
- windows_2003_r2_32
- windows_2003
- windows_2008_r2
A quick reference for usernames on different machines (if in doubt check official docs):
- Ubuntu: ubuntu

View File

@ -318,7 +318,7 @@ module "windows_2003" {
module "windows_2008_r2" {
source = "./instance_template"
name = "windows_2008_r2"
ami = "ami-b63c0aab"
ami = "ami-05af5509c2c73e36e"
ip = "10.0.0.8"
env_vars = "${local.env_vars}"
user_data = "${local.user_data_windows_64}"