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.

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...
2
answers
0
votes
425
views
asked 3 months ago
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...
1
answers
0
votes
406
views
asked 3 months ago
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...
1
answers
0
votes
181
views
asked 4 months ago
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....
1
answers
0
votes
430
views
Nithish
asked 4 months ago
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...
2
answers
0
votes
593
views
Sanjay
asked 4 months ago
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...
1
answers
0
votes
328
views
profile pictureAWS
asked 4 months ago
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 :...
2
answers
0
votes
275
views
asked 4 months ago
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...
1
answers
0
votes
555
views
pavan
asked 4 months ago
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?
4
answers
0
votes
187
views
bob
asked 4 months ago
1
answers
0
votes
239
views
profile picture
asked 4 months ago
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...
1
answers
0
votes
171
views
asked 4 months ago
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...
1
answers
0
votes
270
views
Nithish
asked 4 months ago