The goal of this project is to implement three different Python Scripts. One script will be used to launch a new Amazon EC2 instance. The second script will be copied over to the new EC2 instance and executed there. This second script will download the third script into the EC2 instance from a provided location. The third script will be executed in the EC2 instance and will download and execute additional files defined in a configuration file that will also be transferred to the EC2 instance...