Skip to content

Commit 3c96a35

Browse files
author
Darryl Osborne
committed
Added demo template and Seoul to launch table
1 parent 7b17d85 commit 3c96a35

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

lustre/.DS_Store

0 Bytes
Binary file not shown.

windows-file-server/.DS_Store

0 Bytes
Binary file not shown.

windows-file-server/01-create-environment/readme.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ a| image::deploy-to-aws.png[link=https://console.aws.amazon.com/cloudformation/h
9393
| *Tokyo* (ap-northeast-1)
9494
a| image::deploy-to-aws.png[link=https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-1#/stacks/new?stackName=fsxwfs-tutorial&templateURL=https://s3.amazonaws.com/amazon-fsx/tutorial/windows/templates/fsxw-tutorial.yaml]
9595

96+
| *Seoul* (ap-northeast-2)
97+
a| image::deploy-to-aws.png[link=https://console.aws.amazon.com/cloudformation/home?region=ap-northeast-2#/stacks/new?stackName=fsxwfs-tutorial&templateURL=https://s3.amazonaws.com/amazon-fsx/tutorial/windows/templates/fsxw-tutorial.yaml]
98+
9699
| *Hong Kong* (ap-east-1)
97100
a| image::deploy-to-aws.png[link=https://console.aws.amazon.com/cloudformation/home?region=ap-east-1#/stacks/new?stackName=fsxwfs-tutorial&templateURL=https://s3.amazonaws.com/amazon-fsx/tutorial/windows/templates/fsxw-tutorial.yaml]
98101
|===

windows-file-server/templates/fsxw-demo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Resources:
392392
Type: AWS::DirectoryService::MicrosoftAD
393393
Properties:
394394
Edition: Standard
395-
Name: east.example.com
395+
Name: example.com
396396
Password: !Join ['', ['{{resolve:secretsmanager:', !Ref Password, ':SecretString:password}}' ]]
397397
VpcSettings:
398398
SubnetIds:
@@ -404,13 +404,13 @@ Resources:
404404
Type: AWS::SecretsManager::Secret
405405
Properties:
406406
GenerateSecretString:
407-
SecretStringTemplate: !Sub '{"username": "admin@east.example.com"}'
407+
SecretStringTemplate: !Sub '{"username": "admin@example.com"}'
408408
GenerateStringKey: password
409409
PasswordLength: 32
410410
DhcpOptions:
411411
Type: AWS::EC2::DHCPOptions
412412
Properties:
413-
DomainName: east.example.com
413+
DomainName: example.com
414414
DomainNameServers: !GetAtt Directory.DnsIpAddresses
415415
DhcpOptionsAssociation:
416416
Type: AWS::EC2::VPCDHCPOptionsAssociation
@@ -505,7 +505,7 @@ Resources:
505505
description: (Required) ID of the AWS Managed Microsoft AD (i.e. d-0123456789)
506506
directoryName:
507507
type: String
508-
description: (Required) Directory name (i.e. east.example.com)
508+
description: (Required) Directory name (i.e. example.com)
509509
dnsIpAddresses:
510510
type: StringList
511511
default: []

0 commit comments

Comments
 (0)