Skip to content

AWS: adding a custom domain name to user pool domain and setting route53 record in parralel. #7506

Discussion options

You must be logged in to vote

You should be able to apply the same workaround you linked to in https://stackoverflow.com/questions/51249583/cognito-own-domain-name-required-a-record/64796658#64796658 to this in Pulumi. Have you tried the approach suggested there? As noted in that reply, you will need to break the cycle between these - as fundamentally neither resource in AWS can succesfully create without the other as written above. That post includes an approach that does break the cycle, apparently by introducing a subdomain for the Cognito UserPool.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by katcosgrove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions about existing features
2 participants
Converted from issue

This discussion was converted from issue #7445 on July 13, 2021 15:54.