Skip to content

Commit 2c84aad

Browse files
Update README.md (#145)
Changed command from CloudFormation to cloudformation Co-authored-by: Liam Schneider <liamschn@amazon.com>
1 parent 1760640 commit 2c84aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws_sra_examples/easy_setup/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ aws s3api create-bucket --bucket [bucket name] --create-bucket-configuration Loc
9393

9494
##### Step 2 - Run the AWS CloudFormation Deploy command<!-- omit in toc -->
9595

96-
Prepare and run the `aws CloudFormation deploy` command to launch the template. Use the example command below to do this.
96+
Prepare and run the `aws cloudformation deploy` command to launch the template. Use the example command below to do this.
9797

9898
###### IMPORTANT<!-- omit in toc -->
9999

@@ -106,7 +106,7 @@ Prepare and run the `aws CloudFormation deploy` command to launch the template.
106106
###### Example Command To Launch The Template<!-- omit in toc -->
107107

108108
```bash
109-
aws CloudFormation deploy --template-file [path to template file]/sra-easy-setup.yaml --stack-name sra-easy-setup --s3-bucket [s3 bucket name from step 1] --capabilities CAPABILITY_NAMED_IAM --parameter-overrides pDeployGuardDutySolution=Yes pDeployConfigManagementSolution=Yes pDeploySecurityHubSolution=Yes pSRAAlarmEmail=[email address]
109+
aws cloudformation deploy --template-file [path to template file]/sra-easy-setup.yaml --stack-name sra-easy-setup --s3-bucket [s3 bucket name from step 1] --capabilities CAPABILITY_NAMED_IAM --parameter-overrides pDeployGuardDutySolution=Yes pDeployConfigManagementSolution=Yes pDeploySecurityHubSolution=Yes pSRAAlarmEmail=[email address]
110110
```
111111

112112
#### CloudFormation AWS SRA Removal Instructions

0 commit comments

Comments
 (0)