简体   繁体   中英

HTTPS is set up for aws Nodejs elastic beanstalk throught ACM and load balancer, how do i set up the HTTPS for angular in s3 bucket

I'm new with aws and web dev. I am running nodejs on elastic beanstalk and angular7 on s3. How do i get angular 7 to load SSL certificate from the one generated by Amazon Certificate manager?

Using Cloudfront.
ACM only integrates with a few services: Elastic Beanstalk, ELB, Cloudfront, API Gateway and Cloudformation.
As per the AWS documentation, you need to create a Cloudfront distribution, install your certificate in there using ACM, and point the distribution to your S3 static website. Later you can point your Route53 domain to your cloudfront distribution to use your own domain. https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM