Should marketplace container products serve HTTPS or HTTP?

0

Hello,

I see vendors can sell Docker-based products on AWS Marketplace, for hosting on ECS, EKS or SM. In the case of API-based products, should vendors build HTTP or HTTPS services? Since few AWS compute platforms already handle HTTPS termination (ALB and SM in particular) I'm curious what practice AWS recommends to sellers, so that their products are both convenient and secure.

1回答
1

The decision of whether to serve content over HTTP or HTTPS depends on various factors, including security, compliance, and the specific requirements of your application. However, as a best practice, it is recommended to serve content over HTTPS whenever possible. In case the deployment of that marketplace container is architected to be behind a ALB, API Gateway, CloudFront, etc, then the HTTPS can be implemented at that layer thus the container service could be serving in HTTP and offloading the encryption to that front end service.

profile pictureAWS
Renato
回答済み 5ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ