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 clone
https://github.com/jfmaes/aws_mini_ad
navigate to prod - files
cd aws_mini_ad/prod/files/
currently supported regions are us-east-1, us-west-1, eu-west-1
run the following command to spin up the environment
python3 manage.py deploy -r <a region close to you> -t v0.1
eventually 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