Skip to content

Commit

Permalink
Tear down DNS redirect for schematic-dev refactor (#1296)
Browse files Browse the repository at this point in the history
Since moving to the schematic multi-container deployment this stack is no longer needed and is being torn down
  • Loading branch information
BryanFauble authored Nov 21, 2024
1 parent 5e5699b commit 580e79c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions org-formation/800-redirects/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,24 +187,6 @@ SchematicProdAppDnsForward:
# the value of the CNAME record
TargetHostName: !CopyValue ['schematic-prod-DockerFargateStack-LoadBalancerDNS', !Ref DCAProdAccount]

# forward schematic-dev-refactor.api.sagebionetworks.org to schematic-infra ALB
# https://github.com/Sage-Bionetworks/schematic-infra
SchematicDevRefactorAppDnsForward:
Type: update-stacks
Template: https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra/v0.6.9/templates/R53/cname.yaml
StackName: !Sub '${resourcePrefix}-schematic-dev-refactor-cname'
StackDescription: Setup a CNAME for schematic-infra dev-refactor ALB
DefaultOrganizationBindingRegion: !Ref primaryRegion
DefaultOrganizationBinding:
Account: !Ref SageITAccount
Parameters:
# the name of the CNAME record
SourceHostName: "schematic-dev-refactor.api.sagebionetworks.org"
# ID of the api.sagebionetworks.org zone (in sageit account)
SourceHostedZoneId: !CopyValue [!Sub '${primaryRegion}-${resourcePrefix}-sagebio-api-zone-HostedZoneId']
# the value of the CNAME record
TargetHostName: !CopyValue ['schematic-dev-refactor-dev-refactor-DockerFargateStack-LoadBalancerDNS', !Ref DnTDevAccount]

# forward https://genie-bpc.app.sagebionetworks.org to genie-bpc-infra ALB
# https://github.com/Sage-Bionetworks/genie-bpc-infra
GenieBPCProdAppDnsForward:
Expand Down

0 comments on commit 580e79c

Please sign in to comment.