AWS CloudFormation Generator

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.

ComputeEC2, Lambda, ECS
StorageS3, EBS, EFS
DatabaseRDS, DynamoDB
NetworkingVPC, ALB, CloudFront
SecurityIAM, Secrets

Parameters let stack users override values at deploy time.

Outputs expose values from the stack (e.g. endpoint URLs, IDs).

CloudFormation JSON

{"AWSTemplateFormatVersion": "2010-09-09","Description": "AWS CloudFormation template for deploying infrastructure","Parameters": {},"Resources": {},"Outputs": {}}