Following the quick start instructions here: https://docs.snowplowanalytics.com/docs/open-source-quick-start/quick-start-installation-guide-on-aws/further-exploring-your-pipeline/. I have a collector that seems to be working on http. In order to actually test things out I need to get things running on https. I have our collector url that looks like this: sp-collector-lb-xxxxxxx.us-west-2.elb.amazonaws.com. The guide says to create the cert and add it to the terraform config, but I’m not sure what domain I’m getting a cert for. Do I need to register something specifically for this, or can I use the elb.amazonaws.com domain? When I try to create a cert for that domain, Amazon Cert Manager errors out (I imagine because it is their domain) with this message
The status of this certificate request is “Failed”. Additional verification required to request certificates for one or more domain names in this request.
Seems like a simple question but I can’t seem to find anything about securing domains owned by Amazon. Thanks in advance.