Build infrastructure-as-code templates for AWS without leaving the browser. Define resources, parameters, and outputs, then generate and download valid CloudFormation JSON.
Pick a resource category, then add types and properties.
Parameters let stack users override values at deploy time.
Outputs expose values from the stack (e.g. endpoint URLs, IDs).
{"AWSTemplateFormatVersion": "2010-09-09","Description": "AWS CloudFormation template for deploying infrastructure","Parameters": {},"Resources": {},"Outputs": {}}