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

Commit e7def8a

Browse files
authored
Merge pull request #757 from leotohill/patch-2
Update GettingStarted.Walkthrough.md with better doc for required template parameters.
2 parents 9070d8a + fdbd649 commit e7def8a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc_source/GettingStarted.Walkthrough.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ AWS CloudFormation templates that are stored in an S3 bucket must be accessible
296296

297297
1. In the **Specify Details** section, enter a stack name in the **Name** field\. For this example, use **MyWPTestStack**\. The stack name cannot contain spaces\.
298298

299-
1. In the **KeyName** field, enter the name of a valid Amazon EC2 key pair in the same region you are creating the stack\.
300-
**Note**
301-
On the **Specify Parameters** page, you'll recognize the parameters from the Parameters section of the template\.
299+
1. On the **Specify Parameters** page, you'll recognize the parameters from the Parameters section of the template\. You must provide values for all parameters that do not have default values, including DBUser, DBPassword, DBRootPassword, and KeyName\. In the **KeyName** field, enter the name of a valid Amazon EC2 key pair in the same region you are creating the stack\.
302300

303301
1. Click **Next**\.
304302

@@ -372,4 +370,4 @@ The status for `MyWPTestStack` changes to `DELETE_IN_PROGRESS`\. In the same way
372370

373371
Congratulations\! You successfully picked a template, created a stack, viewed and used its resources, and deleted the stack and its resources\. Not only that, you were able to set up a WordPress blog using a AWS CloudFormation template\. You can find other templates in the [AWS CloudFormation sample template library](http://aws.amazon.com/cloudformation/aws-cloudformation-templates/)\.
374372

375-
Now it's time to learn more about templates so that you can easily modify existing templates or create your own: [Learn template basics](gettingstarted.templatebasics.md)\.
373+
Now it's time to learn more about templates so that you can easily modify existing templates or create your own: [Learn template basics](gettingstarted.templatebasics.md)\.

0 commit comments

Comments
 (0)