簡體   English   中英

將 SSL 證書添加到 Amazon AWS - S3 和 AppSync

[英]Adding SSL certificates to Amazon AWS - S3 and AppSync

我使用 Amazon AWS 作為我的應用程序開發的后端。 我主要使用AWS的2個資源-

  1. S3 桶存儲
  2. AppSync(以 DynamoDB 作為數據源)

我想使用或“應用”SSL 證書以確保上述 2 個資源的安全性。 我知道我可以從 AWS Certificate Manager 創建證書。

問題是文檔中提到證書只能應用於以下 6 個資源: https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html

  1. 負載均衡器
  2. CloudFront
  3. 彈力豆莖
  4. API 網關
  5. 雲的形成
  6. 硝基飛地

我已經提到我正在使用 S3 和 AppSync。 這兩個資源不在上面的列表中。 如何在 2 個資源 - S3 和 AppSync 上應用證書?

我需要做一些解決方法嗎?

You can create an AppSync api with the graphql (something like: https://abc.appsync.us-east-1.amazonaws.com/graphql ) and mention that api endpoint as the origin in cloudfront distribution.

請查看來自 AWS 的這篇博客,它更好地解釋了 AWS AppSync: https://aws.amazon.com/blogs/mobile/use-a-custom-domain-with-aws-appsync-amazon-cloudfront-and-amazon-route -53/

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM