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.
334 results
We're looking to use KMS and specifically select one country as part of this process, but can't find a setting to select this when creating a key.
Is there a step in the overall console that has to...
Hello,
Here is the challenge I'm working on. I've established a CloudFormation Template that configures a source S3 bucket replicating objects to a destination S3 bucket in another region. Both...
**Please help!!**
I created key pairs for Access Keys, Cloudfront key pairs, and X.509 key pairs.
I put the key pairs in word docs.
I was in the process of trying to lock the files when the files...
Hi all,
```
aws --version
aws-cli/1.22.34 Python/3.10.12 Linux/5.19.0-1025-aws botocore/1.23.34
```
I stored an AMI to S3 using:
```
aws ec2 create-store-image-task --image-id ami-111 --bucket...
I am being billed for KMS when I have no keys.
I have no AWS managed keys
I have no user managed keys
I have no AWS cloud managed keys
I have no external managed keys.
We are looking to implement S3 bucket keys but I can't find any documentation when it comes to modification of an IAM policy. I've gone through AWS documentation here:...
How exactly does the kms:CallerAccount Condition work in a key policy? I've set up an SNS topic that is encrypted, and is triggered by a CloudWatch alarm. A CloudWatch alarm will fail publishing to...
Sorry - i am a newbie…apologies for the simplicity of my question.
I have an application that computes sensitive user data in a Nitro enclave using KMS and CMK. My users encrypt their data on their...
How do I share a large file (100GB) to an external AWS account? I also want to encrypt it. Can I use KMS CMK? What sorts of IAM permissions are required to achieve this task?
Hi!
I am using AWS KMS with a custom-managed key to sign and verify transactions using an asymmetric ECC_SECG_P256K1 key for Tron network blockchain.
I was able to sign and even verify the...
Hi,
I have a problem with sharing the encrypted AMI with other accounts. I have this error:
```
AMI Copy Reported Failure For 'ami-some_ami' when distributing the image from the source account...
I have an RSA 2048 private key in the following format:
-----BEGIN PRIVATE KEY-----
<Key Content>
-----END PRIVATE KEY-----
I tried to import this to KMS using the RSA_AES_KEY_WRAP_SHA_256 Algorithm....