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
93
93
94
94
##### Step 2 - Run the AWS CloudFormation Deploy command<!-- omit in toc -->
95
95
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.
97
97
98
98
###### IMPORTANT<!-- omit in toc -->
99
99
@@ -106,7 +106,7 @@ Prepare and run the `aws CloudFormation deploy` command to launch the template.
106
106
###### Example Command To Launch The Template<!-- omit in toc -->
107
107
108
108
``` 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]
110
110
```
111
111
112
112
#### CloudFormation AWS SRA Removal Instructions
You can’t perform that action at this time.
0 commit comments