--- title: "Download the Workshop Code" chapter: false weight: 41 pre: "4.1 " --- The code is located at [https://github.com/jfrogtraining/aws-eks-workshop](https://github.com/jfrogtraining/aws-eks-workshop) GitHub repository. We will clone this repo locally in order to pull the required workshop files. 1. Go to [https://github.com/jfrogtraining/aws-eks-workshop](https://github.com/jfrogtraining/aws-eks-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-eks-workshop.git `` ![Git Clone](/images/git-clone-eks.png)