/Cloud_computing_basics

Exercise one for the subject basics of cloud computig. Which are solved with Terraform. Part of the third semester computer science.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Cloud computing basics

Set Environment variables

export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
export AWS_SESSION_TOKEN=""

Terraform useful commands

terraform apply -auto-approve
terraform destroy -auto-approve