HSM Scalability

0

A customer terminating TLS on web server needs to serve e.g. 50000 sessions where for each TLS handshake the performance and latency has to be minimal e.g. less than 200 ms so that the user experience is optimal. What can user do with AWS CloudHSM architecture to expand performance? How do you ensure security?

AWS
已提问 8 个月前270 查看次数
2 回答
0

You can use HSM for TLS offload.

https://docs.aws.amazon.com/cloudhsm/latest/userguide/ssl-offload-overview.html

In this case, private key used to encrypt/decrypt “Pre-master” secret never leaves HSM. Also, with the use of latest AWS HSM SDK > 5.8.0, JCE/PKCS application, can connect multiple application instances to the same cluster and one application can connect to multiple HSM clusters if required. If application requires huge amount of sessions, you can horizontally scale application instances(web servers) that can connect to the same HSM cluster. This will help with the performance/scalability requirements.

https://docs.aws.amazon.com/cloudhsm/latest/userguide/java-lib-configs-multi.html

AWS
已回答 8 个月前
0

Hi,

HSM service has published some performance data: https://docs.aws.amazon.com/cloudhsm/latest/userguide/performance.html

Also in section "Performance and capacity" of https://aws.amazon.com/cloudhsm/faqs/

This ppt (I recommend to read it in full) gives at page 36 and beyond some recipes to improve perfs: https://d1.awsstatic.com/events/reinvent/2019/REPEAT_1_Deep_dive_on_AWS_CloudHSM_SEC406-R1.pdf

Or this newer version at https://d1.awsstatic.com/events/reinvent/2021/Deep_dive_on_AWS_CloudHSM_SEC322.pdf

Best,

Didier

profile pictureAWS
专家
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则