Skip to content
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

DevOsp - node-network custom domain using ACM and CNAME #3050

Closed
wants to merge 12 commits into from

Conversation

ahhda
Copy link
Contributor

@ahhda ahhda commented Jan 18, 2022

This PR adds support to add Custom Domain to our deployments

Instructions

  • Go to AWS Console > AWS Certificate Manager
  • Create new Request and add your domain name
    Screenshot 2022-01-18 at 5 55 51 PM
  • Copy the CNAME details and add to your DNS management console
    Screenshot 2022-01-18 at 5 49 12 PM
  • Copy the ARN of the certificate for future use (e.g. arn:aws:acm:us-east-1:882345074216:certificate/4ad63435-7145-413b-af70-3a19ed66ea4a)
  • Go to node-network and set the config paramerters
  • Set acmCertificateARN to the value from above
  • Run pulumi up -y
  • After deployment, copy the endpoint1 output
  • Set the CNAME record in the DNS management console to the Load Balancer endpoint value
    Screenshot 2022-01-18 at 5 49 08 PM
  • You can now access the endpoint in a secure way
    Screenshot 2022-01-18 at 5 51 03 PM

┆Issue is synchronized with this Asana task by Unito

@vercel
Copy link

vercel bot commented Jan 18, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/joystream/pioneer-testnet/6ybGYG8rbmcJc4EotinKTBrh3VuF
✅ Preview: https://pioneer-testnet-git-fork-ahhda-custom-domain-aws-eks-joystream.vercel.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants