Lab 1 - Environment Orientation and Spinning up
This will be the shortest lab in the history of labs, but it does take some time, so please execute this as soon as we are starting the workshop, as the lab needs some time to build.
open up a terminal window and clone the following repository
git clonehttps://github.com/jfmaes/aws_mini_adnavigate to prod - files
cd aws_mini_ad/prod/files/
run the following command to spin up the environment MAKE SURE YOU ARE NOT CONNECTED TO A VPN. Double VPNs don't tend to do well...
python3 manager.py deploy -r <a region close to you> -t v0.2To get the best experience, I recommend eu-west-1, this is to avoid timezone conflicts in the Elastic stack.python manager.py deploy -r eu-west-1 -t v0.2eventually the script will finish and will tell you that the lab environment is ready to use and give you instructions to connect to the student.ovpn file

Last updated
