GithubHelp home page GithubHelp logo

mukhendra / cfn-challenges Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miztiik/cfn-challenges

0.0 0.0 0.0 118 KB

Learn AWS CloudFormation in a fun way with these templates: Used by Udemy Course๐ŸŽ“

Home Page: https://www.udemy.com/course/aws-cloudformation-basics

HTML 100.00%

cfn-challenges's Introduction

CloudFormation Challenges

Learn AWS CloudFormation with these fun challenges to solve. This will help you understand the basics of cloudformation and how to combine multiple AWS services to create an application stack

These are multiple puzzles in the directory. There are some defects or missing functionality introduced in each of these templates deliberately. Your task is find them and fix them to achieve the desired functionality. The difficulty level varies from Simple, Medium and Complex

After you figured out the solution, do not forget to send us a pull request with your solution.

  1. ๐Ÿงฐ Prerequisites

  2. ๐Ÿš€ Deploy AWS CloudFormation Template

    Here is a sample CLI command to deploy the template. Make your you have downloaded the template parameterize_ddb.json and run this command from the same directory.

    NOTE: These templates have been tested in us-east-1 region. It is highly recommended to try them out them in the same region.

    # Configure AWS CLI
    aws configure
    
    # Deploy the template
    aws cloudformation create-stack \
        --stack-name "miztiik-automation-clouformation-challenge-puzzles" \
        --template-body file://REPLACE-WITH-TEMPLATE-FILE-NAME \
        --capabilities CAPABILITY_IAM
  3. ๐Ÿ”ฌ Solving the puzzle

    Depending upon the puzzle, you may have to do one or some of these tasks to solve them.

    • Check if, ALL resources that are required are deployed.
    • Check if, ALL attributes for resources have been set correctly.
      • For example, Check if S3 bucket is having versioning or encryption etc.,
    • Check if the resources are communicating with each other,
      • For example, Is the Webserver accessible from public IP?

    Good Luck

  4. ๐Ÿงน CleanUp

    You are responsible for the resources being created by any of the templates in this repository. You are encouraged to destroy all the resources after their purpose has been met. One of the way to clean up the resources is to execute the below command to delete the stack, or you can delete the stack from console as well

    aws cloudformation delete-stack \
        --stack-name "miztiik-automation-cloudformation-challenge-puzzles"

    This is not an exhaustive list, please carry out other necessary steps as maybe applicable to your needs.

๐Ÿ“Œ Who is using this

This repository to teaches cloudformation to new developers, Solution Architects & Ops Engineers in AWS. Based on that knowledge these Udemy course #1, course #2 helps you build complete architecture in AWS.

๐Ÿ’ก Help/Suggestions or ๐Ÿ› Bugs

Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional documentation or solutions, we greatly value feedback and contributions from our community. Start here

๐Ÿ‘‹ Buy me a coffee

Buy me a coffee โ˜•.

๐Ÿท๏ธ Metadata

Level: 200

[1]:

[2]:

[3]:

cfn-challenges's People

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.