Skip to content

Commit

Permalink
updated default value and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin committed Feb 9, 2024
1 parent fedaec8 commit e68797b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ Choose a Deployment Method:

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

- **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
by the [SRA Prerequisites Solution](../../common/common_prerequisites/).
- **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.
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
[SRA Prerequisites Solution](../../common/common_prerequisites/).

```bash
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ Parameters:
pProtectionGroup4AccountId:
AllowedPattern: '^$|^\d{12}$'
ConstraintDescription: 12 digit AWS Account Number
Default: ''
Description: The 12 digit account number where the protection group is to be created
Type: String
pProtectionGroup4Id:
Expand Down

0 comments on commit e68797b

Please sign in to comment.