Skip to content

Udacity AWS Cloud Architect nano-degree program - exercises and project works

License

Notifications You must be signed in to change notification settings

nithinmohantk/udacity-aws-cloud-architect-nanodegree-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

Project Status

** COMPLETED - June'04 2020 **

Getting Started

Folder Structure

  • 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.

Installation

You need the following components for running the exercises:

  1. AWS CLI
  2. Terraform CLI
  3. Visual Studio Code

AWS CLI

Install Terraform CLI

Install Visual Studio Code IDE

You can use any code editor or IDE that supports client-side development to build your web part, such as:

Useful Terraform Commands

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"

Usage

You can use the source code in repository under MIT License without any warranty or support. Free to use, without any royalty.

Completion Certificate

Completion Cert

License

MIT License © 2020

About

Udacity AWS Cloud Architect nano-degree program - exercises and project works

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published