Code Monkey home page Code Monkey logo

aws-acg-saa-study-group's Introduction

A Cloud Guru AWS Solution Architect - Associate (SAA-CO2) IaC Examples

Overview

This code implements demos and concepts from the A Cloud Guru SAA-002 course using infrastructure as code. The top level folders correspond to chapters in the course (e.g., 04-iam-and-s3). The subfolders correspond to videos (e.g., 04-s3-encryption). The number prefix aims to keep the examples in order however, the A Cloud Guru content structure may change at any time. Each subfolder contains /terraform and /cdk folders with the IaC for the exercise in the corresponding formats.

Required Software

Running Terraform Examples

These examples were developed using Terraform v1.1.7. Navigate to the desired /terraform folder and run:

# initialize and install AWS provider
terraform init
# (optional) view the plan
terraform plan
# deploy
terraform apply
# clean up
terraform destroy

Running CDK Examples

These examples were developed using CDK 2.17.0+. Navigate to the desired /cdk folder and run:

# install dependencies
npm i
# an AWS account only needs to be bootstrapped once
cdk bootstrap
# (optional) generate CloudFormation to ensure code compiles
cdk synth
# deploy
cdk deploy
# clean up
cdk destroy

The /cdk folders contain many more files than the /terraform folders. However, the infrastructure is all defined in /lib/cdk-stack.ts file.

aws-acg-saa-study-group's People

Contributors

scottenriquez avatar

Stargazers

Roman avatar serapmp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.