Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Retry commands for OpenSSL for AWS CloudHSM

Focus mode
Retry commands for OpenSSL for AWS CloudHSM - AWS CloudHSM

AWS CloudHSM Client SDK 5.8.0 and later have a built-in automatic retry strategy which will retry HSM-throttled operations from the client side. When an HSM throttles operations because it is too busy performing previous operations and cannot take more requests, client SDKs will attempt to retry throttled operations up to 3 times while exponentially backing off. This automatic retry strategy can be set to one of two modes: off and standard.

  • off: The Client SDK will not perform any retry strategy for any throttled operations by the HSM.

  • standard: This is the default mode for Client SDK 5.8.0 and later. In this mode, client SDKs will automatically retry throttled operations by exponentially backing off.

For more information, see HSM throttling.

Set retry commands to off mode

Linux
To set retry commands to off for Client SDK 5 on Linux
  • You can use the following command to set retry commands to off mode:

    $ sudo /opt/cloudhsm/bin/configure-dyn --default-retry-mode off
Windows
To set retry commands to off for Client SDK 5 on Windows
  • You can use the following command to set retry commands to off mode:

    C:\Program Files\Amazon\CloudHSM\bin\ .\configure-dyn.exe --default-retry-mode off
To set retry commands to off for Client SDK 5 on Linux
  • You can use the following command to set retry commands to off mode:

    $ sudo /opt/cloudhsm/bin/configure-dyn --default-retry-mode off

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.