-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DCMAW-10784 - Spike Private DNS #293
base: main
Are you sure you want to change the base?
Conversation
backend-api/template.yaml
Outdated
HostedZoneId: !ImportValue PublicHostedZoneId #Private hosted zone needed here | ||
AliasTarget: | ||
DNSName: !Sub ${PrivateApi}.execute-api.${AWS::Region}.amazonaws.com/${Environment} | ||
HostedZoneId: !ImportValue PublicHostedZoneId #Private hosted zone needed here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
336 and 338 need values for a private hosted zone, we currently only have a public hosted zone in our dns template.
Type: AWS::ApiGateway::DomainNameV2 | ||
Properties: | ||
DomainName: !Sub | ||
- private-${AWS::StackName}.${DNS_RECORD} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Domain name to be decided.
backend-api/template.yaml
Outdated
DependsOn: PrivateApiDomainName | ||
Properties: | ||
DomainNameArn: !GetAtt PrivateApiDomainName.DomainNameArn | ||
AccessAssociationSource: vpce-0825f978898f57283 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the VPC endpoint for the com.amazonaws.eu-west-2.execute-api
service.
DCMAW-10784
Spike:
Attempt to apply a custom DNS to the Private API Gateway.
Resources successfully created:
Resource failing to create:
AWS::Route53::RecordSet
Current error message