

# Welcome
<a name="Welcome"></a>

 Amazon CloudFormation allows you to create and manage Amazon infrastructure deployments predictably and repeatedly. You can use CloudFormation to leverage Amazon products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective applications without creating or configuring the underlying Amazon infrastructure.

With CloudFormation, you declare all your resources and dependencies in a template file. The template defines a collection of resources as a single unit called a stack. CloudFormation creates and deletes all member resources of the stack together and manages all dependencies between the resources for you.

For more information about CloudFormation, see the [Amazon CloudFormation product page](http://www.amazonaws.cn/cloudformation/).

CloudFormation makes use of other Amazon products. If you need additional technical information about a specific Amazon product, you can find the product's technical documentation at [docs.aws.amazon.com](https://docs.amazonaws.cn/).

 **Stack actions**   
When you use CloudFormation, you manage related resources as a single unit called a stack. You create, update, and delete a collection of resources by creating, updating, and deleting stacks. All the resources in a stack are defined by the stack's template.  
 [CancelUpdateStack](API_CancelUpdateStack.md) \$1 [ContinueUpdateRollback](API_ContinueUpdateRollback.md) \$1 [CreateStack](API_CreateStack.md) \$1 [DeleteStack](API_DeleteStack.md) \$1 [DescribeStacks](API_DescribeStacks.md) \$1 [ListStacks](API_ListStacks.md) \$1 [RollbackStack](API_RollbackStack.md) \$1 [UpdateStack](API_UpdateStack.md)   
Stack events: [DescribeStackEvents](API_DescribeStackEvents.md)   
Stack resources: [DescribeStackResource](API_DescribeStackResource.md) \$1 [DescribeStackResources](API_DescribeStackResources.md) \$1 [ListStackResources](API_ListStackResources.md)   
Stack drift: [DescribeStackDriftDetectionStatus](API_DescribeStackDriftDetectionStatus.md) \$1 [DescribeStackResourceDrifts](API_DescribeStackResourceDrifts.md) \$1 [DetectStackDrift](API_DetectStackDrift.md) \$1 [DetectStackResourceDrift](API_DetectStackResourceDrift.md)   
Stack operations: [ListExports](API_ListExports.md) \$1 [ListImports](API_ListImports.md) \$1 [SignalResource](API_SignalResource.md) \$1 [UpdateTerminationProtection](API_UpdateTerminationProtection.md)   
Stack policies: [GetStackPolicy](API_GetStackPolicy.md) \$1 [SetStackPolicy](API_SetStackPolicy.md)   
Templates: [GetTemplate](API_GetTemplate.md) \$1 [GetTemplateSummary](API_GetTemplateSummary.md) \$1 [ValidateTemplate](API_ValidateTemplate.md) 

 **Change set actions**   
If you need to make changes to the running resources in a stack, you update the stack. Before making changes to your resources, you can generate a change set, which is summary of your proposed changes. Change sets allow you to see how your changes might impact your running resources, especially for critical resources, before implementing them.  
 [CreateChangeSet](API_CreateChangeSet.md) \$1 [DeleteChangeSet](API_DeleteChangeSet.md) \$1 [DescribeChangeSet](API_DescribeChangeSet.md) \$1 [DescribeChangeSetHooks](API_DescribeChangeSetHooks.md) \$1 [ExecuteChangeSet](API_ExecuteChangeSet.md) \$1 [ListChangeSets](API_ListChangeSets.md) 

 **StackSets actions**   
CloudFormation StackSets lets you create a collection, or *stack set*, of stacks that can automatically and safely provision a common set of Amazon resources across multiple Amazon Web Services accounts and multiple Amazon Web Services Regions from a single CloudFormation template. When you create a StackSet, CloudFormation provisions a stack in each of the specified accounts and Amazon Web Services Regions by using the supplied CloudFormation template and parameters. Stack sets let you manage a common set of Amazon resources in a selection of accounts and Amazon Web Services Regions in a single operation.  
 [CreateStackSet](API_CreateStackSet.md) \$1 [DeleteStackSet](API_DeleteStackSet.md) \$1 [DescribeStackSet](API_DescribeStackSet.md) \$1 [ListStackSets](API_ListStackSets.md) \$1 [UpdateStackSet](API_UpdateStackSet.md)   
Stack instances: [CreateStackInstances](API_CreateStackInstances.md) \$1 [DeleteStackInstances](API_DeleteStackInstances.md) \$1 [DescribeStackInstance](API_DescribeStackInstance.md) \$1 [ListStackInstances](API_ListStackInstances.md)   
StackSet operations: [DescribeStackSetOperation](API_DescribeStackSetOperation.md) \$1 [ListStackSetOperations](API_ListStackSetOperations.md) \$1 [ListStackSetOperationResults](API_ListStackSetOperationResults.md) \$1 [StopStackSetOperation](API_StopStackSetOperation.md) 

 **IaC Generator actions**   
Use CloudFormation IaC generator to scan your existing Amazon resources and generate CloudFormation templates from them.  
For more information, see [Generating templates from existing resources](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/generate-IaC.html) in the * Amazon CloudFormation User Guide*.  
Generated templates: [CreateGeneratedTemplate](API_CreateGeneratedTemplate.md) \$1 [DeleteGeneratedTemplate](API_DeleteGeneratedTemplate.md) \$1 [DescribeGeneratedTemplate](API_DescribeGeneratedTemplate.md) \$1 [GetGeneratedTemplate](API_GetGeneratedTemplate.md) \$1 [ListGeneratedTemplates](API_ListGeneratedTemplates.md) \$1 [UpdateGeneratedTemplate](API_UpdateGeneratedTemplate.md)   
Resource scanning: [DescribeResourceScan](API_DescribeResourceScan.md) \$1 [ListResourceScans](API_ListResourceScans.md) \$1 [ListResourceScanRelatedResources](API_ListResourceScanRelatedResources.md) \$1 [ListResourceScanResources](API_ListResourceScanResources.md) \$1 [StartResourceScan](API_StartResourceScan.md) 

 **Stack refactoring actions**   
Use CloudFormation stack refactoring to move resources between stacks or reorganize your stack architecture.  
For more information, see [Refactoring stacks](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/stack-refactoring.html) in the * Amazon CloudFormation User Guide*.  
 [CreateStackRefactor](API_CreateStackRefactor.md) \$1 [DescribeStackRefactor](API_DescribeStackRefactor.md) \$1 [ExecuteStackRefactor](API_ExecuteStackRefactor.md) \$1 [ListStackRefactors](API_ListStackRefactors.md) \$1 [ListStackRefactorActions](API_ListStackRefactorActions.md) 

 **CloudFormation registry actions**   
The CloudFormation registry serves as a centralized hub for managing extensions that can be used with CloudFormation templates, including CloudFormation Hooks, resource types, and modules.  
For more information, see [Managing extensions with the CloudFormation registry](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/registry.html) in the * Amazon CloudFormation User Guide*.  
Discover and activate: [ActivateType](API_ActivateType.md) \$1 [DeactivateType](API_DeactivateType.md) \$1 [DescribeType](API_DescribeType.md) \$1 [ListTypes](API_ListTypes.md)   
Configure: [BatchDescribeTypeConfigurations](API_BatchDescribeTypeConfigurations.md) \$1 [SetTypeConfiguration](API_SetTypeConfiguration.md)   
Manage versions: [ListTypeVersions](API_ListTypeVersions.md) \$1 [SetTypeDefaultVersion](API_SetTypeDefaultVersion.md)   
Monitor results: [GetHookResult](API_GetHookResult.md) \$1 [ListHookResults](API_ListHookResults.md)   
Register privately: [DescribeTypeRegistration](API_DescribeTypeRegistration.md) \$1 [DeregisterType](API_DeregisterType.md) \$1 [ListTypeRegistrations](API_ListTypeRegistrations.md) \$1 [RegisterType](API_RegisterType.md)   
Publish: [DescribePublisher](API_DescribePublisher.md) \$1 [PublishType](API_PublishType.md) \$1 [RegisterPublisher](API_RegisterPublisher.md) \$1 [TestType](API_TestType.md) 

This document was last published on April 28, 2026. 