Git clone template

Clone template

As noted in the Preparation section, you need to have the required dependencies installed on your machine, and you can use Visual Studio Code for easier folder management.

  • Use the command below to check if Git is installed.
git -v

image

  • Next, clone the repository to run the code.
git clone https://github.com/LyHoangViet/Terraform-DoAn.git
cd .\Terraform-DoAn\deploy-infrastructure-ecs\

image

  • Log in to AWS CLI
aws --version
aws configure

image