You will need two Python modules: boto3 and pygame. Install them like so:\r
\r
```python\r
-pip install boto3\r
+pip install boto3\\r
pip install pygame\r
```\r
\r
Next, open up the Pilot2AWS.py script with your favorite editor and make the necessary adjustments as follows:\r
\r
```python\r
-atc_aws_key = "YOUR_AWS_KEY"\r
-atc_aws_secret = "YOUR_AWS_SECRET"\r
+atc_aws_key = "YOUR_AWS_KEY"\\r
+atc_aws_secret = "YOUR_AWS_SECRET"\\r
atc_aws_region = "SERVER REGION"\r
```\r
\r