Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 608 Bytes

File metadata and controls

32 lines (21 loc) · 608 Bytes

Cloud Programming Course

Einav Zilka

How to run

AWS Credentials

Edit the following commands with your aws secrets to run:

Windows

setx AWS_ACCESS_KEY_ID {your_access_key_id}
setx AWS_SECRET_ACCESS_KEY {your_secret_key}

Mac/Unix

export AWS_ACCESS_KEY_ID {your_access_key_id}
export AWS_SECRET_ACCESS_KEY {your_secret_key}

Apply

terraform apply

When "terraform apply" is complete, the cloudfront domain address will be printed in the terminal. Keep in mind that it might take a few minutes for the resources to initialize before accessing the web page.