AWS CloudFormation (YAML)

AWS infrastructure as code template.

Open in YAML Validator

About this format

AWS CloudFormation allows you to define cloud infrastructure declaratively using YAML templates instead of JSON.

Example Data

AWSTemplateFormatVersion: '2010-09-09'
Resources:
  S3Bucket:
    Type: AWS::S3::Bucket
    Properties:
      AccessControl: Private

When to use AWS CloudFormation (YAML)

  • Provisioning AWS resources
  • Managing infrastructure as code
  • Sharing architecture templates