Skip to content

Commit

Permalink
Update aem-aws-stack-builder network config with preview component
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch1986 committed Jul 14, 2023
1 parent 6478248 commit 8fd1079
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aem-aws-stack-builder/src/network/network-exports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ network_exports:
PublishDispatcherELBSubnetList: subnet-01d0a3cfd840a9a16,subnet-04e079ed5fb2bfabd,subnet-06d1c870262c3f149
PublishDispatcherSubnetList: subnet-05839ebcb2b3e3cc5,subnet-005d3f13297282c76,subnet-0ec96cce1e9c4aeff
PublishSubnetList: subnet-0f196ae4ac218254a,subnet-0f5ca1ccd7ae33fdb,subnet-036dd0dc83b9e92b0
PreviewPublishDispatcherELBSubnetList: subnet-039957072fd400542,subnet-0b290efb4b1843664,subnet-00ac1d142f95513e1
PreviewPublishDispatcherSubnetList: subnet-03ab0bfa14ea3c8ef,subnet-0e8e6ac98b3b76321,subnet-0e4d73e0fe8c4b100
PreviewPublishSubnetList: subnet-092949b5900a1e52a,subnet-027ab043b5838212c,subnet-067ab524298efa765
AuthorPrimarySubnet: subnet-0e0b3925b15aa7e8d
AuthorStandbySubnet: subnet-0b6426f6012c893f4
AuthorELBSubnetList: subnet-0e0b3925b15aa7e8d,subnet-0b6426f6012c893f4
Expand Down
33 changes: 33 additions & 0 deletions aem-aws-stack-builder/src/network/network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,39 @@ network:
cidr_block: 10.12.16.0/23
tag_name: AEM Publish Subnet C

preview_publish_dispatcher_elb:
ap-southeast-2a:
cidr_block: 10.12.36.0/23
tag_name: AEM Publish Dispatcher ELB Subnet A
ap-southeast-2b:
cidr_block: 10.12.38.0/23
tag_name: AEM Publish Dispatcher ELB Subnet B
ap-southeast-2c:
cidr_block: 10.12.40.0/23
tag_name: AEM Publish Dispatcher ELB Subnet C

preview_publish_dispatcher:
ap-southeast-2a:
cidr_block: 10.12.42.0/23
tag_name: AEM Publish Dispatcher Subnet A
ap-southeast-2b:
cidr_block: 10.12.44.0/23
tag_name: AEM Publish Dispatcher Subnet B
ap-southeast-2c:
cidr_block: 10.12.46.0/23
tag_name: AEM Publish Dispatcher Subnet C

preview_publish:
ap-southeast-2a:
cidr_block: 10.12.48.0/23
tag_name: AEM Publish Subnet A
ap-southeast-2b:
cidr_block: 10.12.50.0/23
tag_name: AEM Publish Subnet B
ap-southeast-2c:
cidr_block: 10.12.52.0/23
tag_name: AEM Publish Subnet C

author:
ap-southeast-2a:
cidr_block: 10.12.18.0/23
Expand Down

0 comments on commit 8fd1079

Please sign in to comment.