File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aws_sra_examples/easy_setup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments