---
title: "Download the Code"
chapter: false
weight: 31
pre: "3.1 "
---
The code is located at [https://github.com/jfrogtraining/aws-ecs-docker-compose-workshop](https://github.com/jfrogtraining/aws-ecs-docker-compose-workshop) GitHub repository. We will clone this repo locally in order to pull the required workshop files and scripts.
1. Go to [https://github.com/jfrogtraining/aws-ecs-docker-compose-workshop](https://github.com/jfrogtraining/aws-ecs-docker-compose-workshop) and fork this repository to your GitHub account.
2. In your Cloud9 terminal, clone this repository to your local directory with the following command.
``
git clone https://github.com//aws-ecs-docker-compose-workshop.git
``
