Certificate for DNS name of Global Accelerator in Application Load Balance

0

Hey,

Is it possible to request a certificate from AWS Certificate Manager (ACM) for the DNS name of a Global Accelerator?

I have created a HostedZone with the DNS name (e.g., XXXXXXXXXXXXXXXXX.awsglobalaccelerator.com), and the respective CNAME record that ACM requires:

CNAME name:

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY.XXXXXXXXXXXXXXXXX.awsglobalaccelerator.com.

that has a value

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY.XXXXXXXXXX.acm-validations.aws.

Using the Route53 tester, reveals that everything is fine with the record, at least. However, even after more than an hour, the Certificate is still pending validation.

My goal is to use Application Load Balancer (ALB) with an HTTPS listener as a target for the Global Accelerator, but also would like to use Static IPs to enable access from clients, which are behind a firewall.

Thanks!

2 Antworten
0

Hello.
The domain "awsglobalaccelerator.com" is a domain managed by AWS, so an SSL certificate cannot be issued.
You will need to issue a certificate for the domain you manage.

profile picture
EXPERTE
beantwortet vor 9 Monaten
profile picture
EXPERTE
Steve_M
überprüft vor 9 Monaten
profile picture
EXPERTE
überprüft vor 9 Monaten
0

Global Accelerator does not perform SSL termination and you cannot install HTTPS cert on it. You SSL cert is to be installed on the ALB.

For the domain you manage, either create a DNS A record that resolves to AGA IP, or a DNS CNAME to AGA FQDN. If you do not have a domain, you can purchase one from Amazon Route 53, and use it to request free SSL cert for your ALB.

AWS
EXPERTE
Mike_L
beantwortet vor 9 Monaten
profile picture
EXPERTE
Steve_M
überprüft vor 9 Monaten
profile picture
EXPERTE
überprüft vor 9 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen