AWS-Logo_White-Color
  • Prerequisites
    • Create an AWS account
    • Create a keypair
    • Create a Cloud9 Workspace
    • Create Github Token
    • Setup Git CLI
  • Getting Started
    • What We'll Build
  • Setting-up Repo
    • Create Quick Start repo
    • Create Scaffolding
  • Creating CICD Pipeline
    • Set-up CICD for CloudFormation
  • Planning Architecture
    • Best practices
    • Identify Quick Start Components
  • Writing CloudFormation
    • Building master template
    • Adding submodules
    • Adding parameters
    • Creating VPC Stack
    • Adding your workload
    • Creating Workload Stack
    • Adding outputs
  • Testing Quick Start
    • Testing locally
    • Testing through CICD pipeline
  • Submitting for review
    • Review process
    • Create a fork
    • Clone your fork
    • Add upstream remote branch
    • Create a feature branch
    • Update your fork
  • Wrapping Up
    • What's Next
    • Resources and links

Github Repos

AWS Quick Start Workshop

Star  Fork

Privacy | Site terms | © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.

AWS Quick Start Workshop > Writing CloudFormation

Writing CloudFormation templates

  • Building master template
  • Adding submodules
  • Adding parameters
  • Creating VPC Stack
  • Adding your workload
  • Creating Workload Stack
  • Adding outputs