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 ...
Capabilities
AWS Infrastructure Provisioning
Unified workflow for AWS infrastructure provisioning combining CloudFormation stack management with Cloud Control API resource operations. Used by cloud engineers and platform t...
Run with NaftikoFeatures
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