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
Hello AWS,
I am trying to disable and delete customer managed keys from the console i am getting AccessDeniedException Error. I even created user with required permissions but still the issue...
I have only recently noticed that when you go into create an S3 bucket and select SSE-KMS it allows you to choose the default S3 KMS key or use your own KMS key. Unless I am mistaken, the default S3...
Use AWS CDK to create an EBS volume, configure KMS encryption, and use a KMS key managed by AWS,Key Alias: aws/ebs.
When I deploy it in a region where I haven't used EBS services before, I get error...
I'm creating my structure using CloudFormation but I'm stuck with an error that doesn't make sense.
To summarize, I'm creating a KMS Key and using it in the Stack itself to configure a Postgres...
Team, I have a use case to make an S3 bucket public that is encrypted with Customer Managed Key. For private buckets, we grant the principals access to the Key in KMS service, but how do i grant...
Hello there, I have been reading up on the differences between encrypting an S3 bucket with a bucket-level key versus the usual (for me) way of using a key based in KMS. I understand the cost-saving...
Quick question: why is my EC2 Instance Connect asking me to authenticate my my Github repo clone despite the fact that I have:
1. Created a Public and a Private key on my local machine,
2. Uploaded...
I am trying to create CloudTrail for a S3 bucket which has KMS enabled with type as Customer Managed Key. But I am getting insufficientS3BucketPolicyException Incorrect S3 bucket policy is detected...
Hello everybody!
I'm using a KMS assymetric key (RSA 4096) with imported key material to encrypt some pieces of data. Docs says that [**Asymmetric keys and HMAC keys are portable and...
I have a Redshift UDF that invokes a Lambda which decrypts data via KMS. When I check my Lambda logs and invoke the Lambda manually from the console, it decrypts successfully but for some reason the...
Hi everyone! Hopefully I can get an insight from anyone here.
To provide a little of context and background, we are currently developing a SaaS product for prospective clients (even from different...
Hey folks,
I have a customer-managed KMS key that was created to encrypt a specific CloudWatch **log group**. In the key policy, I have something like:
```
{
"Version": "2012-10-17",
"Id":...