Ideally, the user should wget only one script that configures the staging machine.
The main script should detect whether aws-cli and other dependencies have been installed (currently handled by awscli_setup.sh). The main script should also detect whether the vpc has been created (create_vpc.sh).
We should try to reduce the number of additional scripts that the user has to wget and keep things as simple as possible.
Ideally, the user should wget only one script that configures the staging machine.
The main script should detect whether aws-cli and other dependencies have been installed (currently handled by awscli_setup.sh). The main script should also detect whether the vpc has been created (create_vpc.sh).
We should try to reduce the number of additional scripts that the user has to wget and keep things as simple as possible.