Questions tagged with AWS Key Management Service
AWS Key Management Service (KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your applications.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Best practice for storing EC2 SSH keys, SQL Server encryption keys (SMK, DMK), other encryption keys
Hi all,
I'm looking for best practices on where to store the SSH key that is created when a Linux EC2 instance is created. In our environment, we join our instances to a domain and protect them with a...
Hi everyone,
I'm reaching out to the community for some help diagnosing an SSL/TLS connection issue with my website.
Configuration:
Domain Registrar: External registrar (not managed by AWS Route...
I have referred to the CLI docs (https://awscli.amazonaws.com/v2/documentation/api/latest/reference/kms/get-key-rotation-status.html) when creating a script that generates a list of the keys and...
I have a master key in KMS, and I generate ~25 datakeys for my application. I need to store these data keys (of course, encrypted) somewhere more secure and easy to access using APIs or some library....
Hi I'm authenticating the credentials using secret key and access key like below.
AWSCredentials awsCredential = new BasicAWSCredentials(accessKey, secretKey);
But I do not want to use accesskey and...
What are the steps that S3/KMS performs to de-crypt objects that have been encrypted with a short-living bucket key generated from a KMS key?
S3 Bucket keys are used for a time limited period within...
Hi,
When doing a test like it's advised in it's successful
https://repost.aws/knowledge-center/windows-activation-fails
```
Test-Netconnection 169.254.169.250 -port 1688
TcpTestSucceeded :...
I am creating the key using
```
openssl ecparam -out ec-private-key.bin -outform DER -name prime256v1 -genkey -param_enc explicit
```
Followed in the instructions mentioned in...
Hi there,
I'm getting email notifications about KMS usage, but I have nothing enabled for KMS.
The ONLY thing I have are 2 hosted DNS entries in Route53.
Suggestions?
Hi,
I found this tutorial, there is a script to...
Followed this tutorial : https://aws.amazon.com/blogs/storage/protecting-amazon-rds-db-instances-encrypted-using-kms-aws-managed-key-with-cross-account-and-cross-region-backups/
Here is the issue...
I'm working on implementing client-side encryption in my application, using AWS KMS for key generation. I aim to have a separate key for each column that needs encryption, and the encryption process...