Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 661956d

Browse files
authored
Merge pull request #965 from BujakiAttila/patch-2
Fixed typo
2 parents a0d7179 + dec8075 commit 661956d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/cfn-whatis-howdoesitwork.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The calls that CloudFormation makes are all declared by your template\. For exam
3939

4040
1. Save the template locally or in an S3 bucket\. If you created a template, save it with a file extension like: `.json`, `.yaml`, or `.txt`\.
4141

42-
1. Create an CloudFormation stack by specifying the location of your template file, such as a path on your local computer or an Amazon S3 URL\. If the template contains parameters, you can specify input values when you create the stack\. Parameters enable you to pass in values to your template so that you can customize your resources each time you create a stack\.
42+
1. Create a CloudFormation stack by specifying the location of your template file, such as a path on your local computer or an Amazon S3 URL\. If the template contains parameters, you can specify input values when you create the stack\. Parameters enable you to pass in values to your template so that you can customize your resources each time you create a stack\.
4343

4444
You can create stacks by using the CloudFormation [console](cfn-console-create-stack.md), [API](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html), or [AWS CLI](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/create-stack.html)\.
4545
**Note**
@@ -59,7 +59,7 @@ When you need to update your stack's resources, you can modify the stack's templ
5959
**Important**
6060
Updates can cause interruptions\. Depending on the resource and properties that you are updating, an update might interrupt or even replace an existing resource\. For more information, see [AWS CloudFormation stack updates](using-cfn-updating-stacks.md)\.
6161

62-
1. You can modify an CloudFormation stack template by using [AWS CloudFormation Designer](https://console.aws.amazon.com/cloudformation/designer) or a text editor\. For example, if you want to change the instance type for an EC2 instance, you would change the value of the `InstanceType` property in the original stack's template\.
62+
1. You can modify a CloudFormation stack template by using [AWS CloudFormation Designer](https://console.aws.amazon.com/cloudformation/designer) or a text editor\. For example, if you want to change the instance type for an EC2 instance, you would change the value of the `InstanceType` property in the original stack's template\.
6363

6464
For more information, see [Modifying a stack template](using-cfn-updating-stacks-get-template.md)\.
6565

@@ -87,4 +87,4 @@ After all the resources have been deleted, CloudFormation signals that your stac
8787

8888
## Additional resources<a name="w8676ab1b5c17c21"></a>
8989
+ For more information about creating CloudFormation templates, see [Template anatomy](template-anatomy.md)\.
90-
+ For more information about creating, updating, or deleting stacks, see [Working with stacks](stacks.md)\.
90+
+ For more information about creating, updating, or deleting stacks, see [Working with stacks](stacks.md)\.

0 commit comments

Comments
 (0)