Cloud Builder for AWS - SSL Certificate

991
3
Jump to solution
07-25-2022 04:43 AM
Labels (1)
Ranga_Tolapi
Occasional Contributor III

Is it possible to use the public SSL certificate from AWS Certificate Manager at Configure Elastic IP Address (EIP) step of ArcGIS Enterprise Cloud Builder for AWS?

Please refer to the enclosed screenshot.

Ranga_Tolapi_0-1658749207651.png

 

0 Kudos
1 Solution

Accepted Solutions
ChristopherPawlyszyn
Esri Contributor

It isn't possible to export the private key of an ACM certificate, so since the single-machine CloudFormation template does not use a load balancer you cannot use an AWS Certificate Manager certificate. Attached is a link to the AWS knowledge article that goes into further detail.

https://aws.amazon.com/premiumsupport/knowledge-center/configure-acm-certificates-ec2/


-- Chris Pawlyszyn

View solution in original post

0 Kudos
3 Replies
ChristopherPawlyszyn
Esri Contributor

It isn't possible to export the private key of an ACM certificate, so since the single-machine CloudFormation template does not use a load balancer you cannot use an AWS Certificate Manager certificate. Attached is a link to the AWS knowledge article that goes into further detail.

https://aws.amazon.com/premiumsupport/knowledge-center/configure-acm-certificates-ec2/


-- Chris Pawlyszyn
0 Kudos
Ranga_Tolapi
Occasional Contributor III

@ChristopherPawlyszyn I believe, you mean "public key of an ACM certificate cannot be exported". Gotcha! Thank you.

0 Kudos
ChristopherPawlyszyn
Esri Contributor

The public key can be downloaded from any browser accessing the site by exporting the certificate, the private key is held by ACM and is not exportable via a PFX file (or PEM in separate files).


-- Chris Pawlyszyn