Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with AWS CloudHSM
AWS CloudHSM is a cloud-based hardware security module (HSM) that enables you to easily generate and use your own encryption keys on the AWS Cloud.
Content language: English
Select tags to filter
Sort by most recent
101 results
As of today, the hsm2m.medium CloudHSM instance type is not available in the United States (N. California) us-west-1 region. Automatic migration to this new cluster type is scheduled to begin in June ...
Hi ,
We need to create the cloudhsm in hyderabad region, but while creating the cluster i am getting the error hsm instances cannot be provisioned in this region. Any idea when cloudHSM would be ava...
Will taking only 5 minutes to use AWS CloudHSM still result in being charged for a full hour?
I'm hoping to get some indication of the expected key unwrap performance when
* the payload key is an RSA private key of 3K or 4K size
* the wrapping key is 128 - 256 bit AES
* the wrapping mechanism ...
Hello,
SDK 5 is used.
```
sudo ./configure-cli --cluster-id cluster-
DescribeClusters call failed with error: CommonApiError(InternalError("dispatch failure")). Retrying the call.
'dispatch failur...
I'm trying to connect an AWS KMS Custom Key Store to an active AWS CloudHSM cluster, but I consistently receive the following error during ConnectCustomKeyStore:
CloudHsmClusterInvalidConfigurationEx...
I have a CloudHSM cluster that I will be using for signing. I followed the instruction given here to generate a CSR:
https://docs.aws.amazon.com/cloudhsm/latest/userguide/signtool-sdk5.html
I follow...
I created an AWS Cloud HSM cluster and then added an HSM instance to it. The primary purpose of this HSM will be for code signing. As recommended in the AWS documentation I deleted the HSM instance to...
Install Cloudhsm-cli using the link https://docs.aws.amazon.com/cloudhsm/latest/userguide/gs_cloudhsm_cli-install.html.
ip and port are set.
customerCA.crt is setup properly.
Cluster is in initili...
When I try to create a keypair using keytool, I get this error:
```
keytool -genkeypair -alias trusted-signatures -keyalg rsa -keysize 2048 -sigalg sha256withrsa -keystore keystore -storetype CLOUDHSM...
According to the bot,
> The fake PEM file contains information about the key, including its handle.
How do I get the key handle from the fake PEM file using the v5 SDK, and not the CMU/KMU? Or, is t...
I'm running the v5 cloudsdk with the openssl dynamic engine. I want to create a CSR.
```
openssl req -engine cloudhsm -keyform engine -new -out my-csr.csr -subj "/CN=Example /O=example.com" -key "ha...