Skip to content

Einavzil/cloudprogramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages