Skip to content

Commit f254b4d

Browse files
committed
[1-click] In 1-click template for AD, group stack parameters.
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent a220d62 commit f254b4d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

cloudformation/ad/ad-integration.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,30 @@ Parameters:
6868
Type: 'AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>'
6969
Default: '/aws/service/ami-amazon-linux-latest/al2023-ami-kernel-default-x86_64'
7070

71+
Metadata:
72+
AWS::CloudFormation::Interface:
73+
ParameterGroups:
74+
- Label:
75+
default: Directory
76+
Parameters:
77+
- DirectoryType
78+
- DomainName
79+
- Vpc
80+
- PrivateSubnetOne
81+
- PrivateSubnetTwo
82+
- Label:
83+
default: Users
84+
Parameters:
85+
- AdminPassword
86+
- ReadOnlyPassword
87+
- UserNames
88+
- UserPassword
89+
- Label:
90+
default: Administrative Node
91+
Parameters:
92+
- AdminNodeAmiId
93+
- Keypair
94+
7195
Transform: AWS::Serverless-2016-10-31
7296

7397
Conditions:

0 commit comments

Comments
 (0)