https://pulumi.com logo
Title
t

tall-beard-99429

06/18/2021, 9:03 AM
https://www.pulumi.com/docs/reference/pkg/aws/ec2clientvpn/endpoint/ Where does
aws_acm_certificate.root_cert.arn
come from?
b

billowy-army-68599

06/18/2021, 9:36 AM
you'll need to provision it using the ACM resource: https://www.pulumi.com/docs/reference/pkg/aws/acm/
t

tall-beard-99429

06/18/2021, 9:50 AM
I have a certificate, but the root_cert doesn't seem to be a property that gets returned
b

billowy-army-68599

06/18/2021, 9:55 AM
are you using your own certificate authority? you need to for ec2 client vpn. you'll get the root certificate from your CA private key
t

tall-beard-99429

06/18/2021, 9:57 AM
Oh, i didn't realise you need your own CA
Doesn't that mean that the VPN will cost $400 per month?
b

billowy-army-68599

06/18/2021, 10:00 AM
I'm not entirely familiar with this resource, I do think that root cert is optional though?
t

tall-beard-99429

06/18/2021, 10:01 AM
Ah, i'll try not using the root cert and see how that goes, thanks
b

billowy-army-68599

06/18/2021, 10:01 AM
yeah I think that's just for certificate based authentication