Skip to content

Commit bc27efb

Browse files
authored
tweak docs (#1008)
1 parent 2f5c677 commit bc27efb

File tree

2 files changed

+9
-8
lines changed
  • reference-artifacts/SAMPLE_CONFIGS
  • src/lib/config-i18n/src

2 files changed

+9
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Descriptions of the sample config files and customization guidance can be found [here](../../docs/installation/customization-index.md)
1+
Descriptions of the sample config files and customization guidance can be found [here](https://aws-samples.github.io/aws-secure-environment-accelerator/installation/customization-index/)

src/lib/config-i18n/src/en.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -601,15 +601,15 @@ translate(c.RouteConfig, {
601601
target: {
602602
title: '',
603603
description:
604-
'The target type for the next-hop, includes TGW, IGW, VGW, pcx, NATGW_subnet_azX, NFW_subnet_azX, s3, DynamoDB, and customer. If target is set to customer, the target-id and type are required.',
604+
'The target type for the next-hop, includes TGW, IGW, VGW, pcx, GWLB, NATGW_subnet_azX, NFW_subnet_azX, s3, DynamoDB, and customer. If target is set to customer, the target-id and type are required.',
605605
},
606606
name: {
607607
title: '',
608-
description: 'Route table name.',
608+
description: 'Name of the GWLB to be targeted.',
609609
},
610610
az: {
611611
title: '',
612-
description: 'Availability Zone (only used when targeting EC2 based firewall appliances)',
612+
description: 'Availability Zone (only used when targeting GWLB endpoints and EC2 based firewall appliances)',
613613
},
614614
port: {
615615
title: '',
@@ -1132,15 +1132,15 @@ translate(c.IamRoleConfigType, {
11321132
},
11331133
'ssm-log-archive-write-access': {
11341134
title: '',
1135-
description: 'Set to true if this role requires read and write access to the log archive bucket.',
1135+
description: 'Set to true to grant this role write access to the log archive buckets.',
11361136
},
11371137
'ssm-log-archive-read-only-access': {
11381138
title: '',
1139-
description: 'Set to true if this role requires read-only access to the log archive bucket.',
1139+
description: 'Set to true to grant this role read-only access to the log archive buckets.',
11401140
},
11411141
'meta-data-read-only-access': {
11421142
title: '',
1143-
description: 'Set to true if this role requires read only access to the metadata bucket',
1143+
description: 'Set to true to grant this role read-only access to the metadata bucket in the log archive account.',
11441144
},
11451145
},
11461146
});
@@ -3319,7 +3319,8 @@ translate(c.GlobalOptionsConfigType, {
33193319
},
33203320
'meta-data-collection': {
33213321
title: 'Metadata Collection',
3322-
description: 'Metadata collection service that stores information about ASEA in the management account',
3322+
description:
3323+
'Enables metadata collection service that stores information about ASEA configuration in the metadata bucket in the log archive account.',
33233324
},
33243325
'default-s3-retention': {
33253326
title: 'Default account S3 logging bucket retention period',

0 commit comments

Comments
 (0)