AWS CloudFormation
A collection of APIs provided by AWS for infrastructure as code provisioning and management of AWS and third-party resources using CloudFormation templates and the Cloud Control API.
APIs
AWS CloudFormation API
AWS CloudFormation gives you an easy way to model a collection of related AWS and third-party resources, provision them quickly and consistently, and manage them throughout thei...
AWS Cloud Control API
AWS Cloud Control API provides a uniform CRUDL (create, read, update, delete, list) interface for managing AWS and third-party resources. It offers a standardized way to access ...
Collections
AWS Cloud Control API
POSTMANAWS CloudFormation API
POSTMANArazzo Workflows
CloudFormation Audit Cross-Stack Exports
List the account's stack exports, then list the stacks that import a named export.
ARAZZOCloudFormation Create and Execute a Change Set
Create a change set, poll until CREATE_COMPLETE, execute it, then wait for the stack update to finish.
ARAZZOCloudFormation Deploy a Stack Set
Create a stack set, roll out an instance to an account and region, then poll the instance until CURRENT.
ARAZZOCloudFormation Detect Stack Drift
Start drift detection, poll until detection completes, then list the drifted resources.
ARAZZOCloudFormation Inspect a Stack Resource
Describe a single stack resource, then run targeted drift detection against just that resource.
ARAZZOCloudFormation Provision a Stack
Validate a template, create a stack, poll until CREATE_COMPLETE, then list its resources.
ARAZZOCloudFormation Review and Clean Up a Change Set
Create a change set, poll until it is computed, then branch — delete it when it contains no changes, otherwise keep it for review.
ARAZZOCloudFormation Safe Stack Update
Summarize a template, update the stack, poll until UPDATE_COMPLETE, then pull the stack events.
ARAZZOCloudFormation Tear Down a Stack
Disable termination protection, delete the stack, then poll until DELETE_COMPLETE.
ARAZZOPricing Plans
Rate Limits
FinOps
Cloudformation Finops
FINOPSFeatures
Define and provision AWS infrastructure using declarative JSON/YAML templates
Create, update, and delete collections of AWS resources as a single unit
Preview changes before applying them to running stacks
Detect when stack resources have been modified outside of CloudFormation
Deploy stacks across multiple accounts and regions simultaneously
Uniform interface for managing any resource in the CloudFormation Registry
Use Cases
Deploy consistent infrastructure across multiple AWS accounts with Stack Sets
Spin up identical dev, staging, and production environments from templates
Detect configuration drift and enforce infrastructure compliance
Integrations
Define cloud infrastructure using familiar programming languages that compile to CloudFormation
Simplified syntax for serverless application deployment via CloudFormation
Alternative IaC tool that can import/export CloudFormation templates