- Install Terraform
- Add IAM User and generate Access Key
- Put the credentials on ~/.aws/credentials below is the template
[default]
aws_access_key_id=AKIAZIN6EXAMPLE
aws_secret_access_key=62vwnfFpyEXAMPLE
cd vpcterraform initterraform apply -auto-approvecd ..terraform initterraform apply -auto-approve
OR
bash run.sh