This repository contains my practical project works for Udacity AWS Cloud Architect Nanodegree program. As part of working from home due to COVID-19, I decided to utilize my free time and do something to upskill myself with help of available free resources. With such interest I started with Udacity AWS Cloud Architect Nano Degree
** COMPLETED - June'04 2020 **
- exercises - contains sample works as part of the labs from the chapters.
- project - contains actual project work submitted as part of the assignments for the curriculam.
You need the following components for running the exercises:
- AWS CLI
- Terraform CLI
- Visual Studio Code
- Install Terraform CLI
You can use any code editor or IDE that supports client-side development to build your web part, such as:
- Visual Studio Code * I used Code
terrafrom init
terraform plan
terraform apply
terraform destroy
terraform destroy --target={instanceId_here}
terraform show
terraform state list
Command to test the validity of your configuration:
terraform validate
Terraform will attempt when it comes to provision the infrastructure according to your configuration:
terraform plan -var-file="definitions.tfvars"
Execute the plan by running terraform apply:
terraform apply -var-file="definitions.tfvars"
You can use the source code in repository under MIT License without any warranty or support. Free to use, without any royalty.
MIT License © 2020