AWS-Logo_White-Color
  • 1. Introduction
  • 2. Preparation
  • 3. Template basics
    • 3.1 Template overview
    • 3.2 Creating a simple stack
    • 3.3 Metadata, Parameters and Resources
    • 3.4 Intrinsic functions
    • 3.5 Outputs
    • 3.6 Obtaining resources' return values
    • 3.7 Pseudo parameters
    • 3.8 Mappings
    • 3.9 Linting
    • 3.10 Testing your template
    • 3.11 Flipping format and cleanup
  • 4. Template Improvement
    • 4.1 Latest AMI across all regions
    • 4.2 Session Manager
    • 4.3 Helper Scripts
    • 4.4 Custom Resource
  • 5. Conclusion

More

  • AWS Study Group - Blog
  • AWS Study Group - FB Group

  • Clear History
Workshop
web counter
Cloud Journey
web counter


Last Updated
05-30-2024


Team
Giau Le
Gia Hưng
Infrastructure as Code: Introduction to CloudFormation > Template basics

Template basics

Overview

This section is for the basic concepts we usually use in the CloudFormation template, including:

  1. Template overview
  2. Creating a simple stack
  3. Metadata, Parameters and Resources
  4. Intrinsic functions
  5. Outputs
  6. Obtaining resources’ return values
  7. Pseudo parameters
  8. Mappings
  9. Linting
  10. Testing your template
  11. Flipping format and cleanup