The main account owner must complete the following steps for initial setup:
The steps described above are completed using an AWS CloudFormation script and executed through the following commands. These commands must be executed on the main account using admin credentials in a terminal on Linux, OSX or WSL:
curl https://s3.amazonaws.com/aws-hpc-workshops/carla_0.9.5_ami_generation.zip \
-o carla_0.9.5_ami_generation.zip
unzip carla_0.9.5_ami_generation.zip
pushd carla_0.9.5_ami_generation/utils
bash cfn_pre-requisites.sh
popd
The script waits until the base infrastructure is ready, then outputs the EC2 instance role needed to access the Nvidia drivers on Amazon S3.
Keep note of the following information for the next steps of the lab: EC2 Role ID, ECS Task Role ID, and S3 Bucket.