Skip to content

Commit e68797b

Browse files
author
Justin
committed
updated default value and docs
1 parent fedaec8 commit e68797b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

aws_sra_examples/solutions/shield_advanced/shield_advanced/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ Choose a Deployment Method:
118118

119119
In the `management account (home region)`, launch an AWS CloudFormation **Stack** using one of the options below:
120120

121-
- **Option 1:** (Recommended) Use the [sra-shield-advanced-main-ssm.yaml](templates/sra-shield-advanced-main-ssm.yaml) template. This is a more automated approach where some of the CloudFormation parameters are populated from SSM parameters created
122-
by the [SRA Prerequisites Solution](../../common/common_prerequisites/).
121+
- **Option 1:** (Recommended) Use the [sra-shield-advanced-main-ssm.yaml](templates/sra-shield-advanced-main-ssm.yaml) template. This is a more automated approach where some of the CloudFormation parameters are populated from SSM parameters created.
122+
Note: open [sra-shield-advanced-main-ssm.yaml](templates/sra-shield-advanced-main-ssm.yaml) template and update the following parameters (pShieldDRTLogBuckets, pResourcesToProtect, pShieldAccountsToProtect) based on your environment by the
123+
[SRA Prerequisites Solution](../../common/common_prerequisites/).
123124

124125
```bash
125126
aws cloudformation deploy --template-file $HOME/aws-sra-examples/aws_sra_examples/solutions/shield_advanced/shield_advanced/templates/sra-shield-advanced-main-ssm.yaml --stack-name sra-shield-advanced-main-ssm --capabilities CAPABILITY_NAMED_IAM

aws_sra_examples/solutions/shield_advanced/shield_advanced/templates/sra-shield-advanced-main-ssm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ Parameters:
504504
pProtectionGroup4AccountId:
505505
AllowedPattern: '^$|^\d{12}$'
506506
ConstraintDescription: 12 digit AWS Account Number
507+
Default: ''
507508
Description: The 12 digit account number where the protection group is to be created
508509
Type: String
509510
pProtectionGroup4Id:

0 commit comments

Comments
 (0)