Deploy to AWS
Last updated
Last updated
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:
App is not accessible at https://<your-domain-name>