Deploy to AWS
1
3
Configure HTTPS Certificate with ACM
If you already have an ACM certificate for your domain in the same region as Kubernetes, you can simply export the ARN of the existing certificate
export CERTIFICATE_ARN=arn:aws:acm:us-east-1:123456789012:certificate/abcd1234-5678-90ef-ghij-1234567890a
To request a new ACM certificate for the domain using DNS validation:
Retrieve the Certificate ARN and DNS Validation Records:
4
App is not accessible at https://<your-domain-name>
Last updated