简体   繁体   English

通过ACM和负载均衡器为AWS Nodejs弹性beantalk设置HTTPS,如何在s3存储桶中为angular设置HTTPS

[英]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. 我是AWS和Web开发人员的新手。 I am running nodejs on elastic beanstalk and angular7 on s3. 我在弹性beantalk上运行nodejs,在s3上运行angular7。 How do i get angular 7 to load SSL certificate from the one generated by Amazon Certificate manager? 我如何获得angular 7以从Amazon Certificate Manager生成的证书中加载SSL证书?

Using Cloudfront. 使用Cloudfront。
ACM only integrates with a few services: Elastic Beanstalk, ELB, Cloudfront, API Gateway and Cloudformation. ACM仅与一些服务集成:Elastic Beanstalk,ELB,Cloudfront,API网关和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. 根据AWS文档,您需要创建一个Cloudfront发行版,使用ACM在其中安装证书,然后将该发行版指向您的S3静态网站。 Later you can point your Route53 domain to your cloudfront distribution to use your own domain. 稍后,您可以将Route53域指向您的Cloudfront发行版以使用您自己的域。 https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 Classic Load Balancer 配置 Elastic Beanstalk NodeJS 应用程序以使用 HTTPS? - How do I configure an Elastic Beanstalk NodeJS application with a Classic Load Balancer to use HTTPS? AWS Elastic Beanstalk NodeJS项目访问S3存储桶 - AWS Elastic Beanstalk NodeJS Project access S3 Bucket 如何在 AWS S3 存储桶中使用 Angular 应用程序对 AWS Elastic Beanstalk 中的服务进行 API 调用 - How to have Angular app in AWS S3 bucket make API calls to service in AWS Elastic Beanstalk HTTPS AWS Elastic Beanstalk - HTTPS AWS Elastic Beanstalk AWS Elastic beanstalk - 我部署的应用程序似乎无法将 pdf 写入我在项目文件夹中设置的目录 - AWS Elastic beanstalk - My deployed app can't seem to write pdf's into this directory i've set up in my project folder 如何使用 node.js 的单实例弹性负载均衡器设置 HTTPS? - How do I setup HTTPS with a Single Instance Elastic Load Balancer for node.js? 如何使用nodejs进行解析设置? - How do I set up parsely with nodejs? 如何使用 express 设置 HTTPS 服务器 - how to set up a HTTPS server using express 如何在Appfog上设置Node HTTPS - How to set up Node HTTPS on Appfog 如何从 aws-sdk 中的 s3 存储桶创建 Elastic Beanstalk 实例? - How to create Elastic Beanstalk instance from s3 bucket in the aws-sdk?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM