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
I like to use customer managed keys for my ALB logs in S3. I can not find any straight forward solution. Can I have a customized encryption for all logging including ALB logs ?
I cannot delete the KMS keys with the root account login and the root user has AdministratorAccess, I can't do any actions about them.
![Enter image description...
while using scp method , permission denined(public key) err occures . "Permission denied" error occuring when attempting to SSH using the specified private key.
I have the follow code snippet working successfully on at least 2 PC's (Windows 10, Visual Studio 2019)
```
gAWSAccessKey = "***************"
gAWSSecretKey = "***********************"
...
Hi, I am trying to create a script that picks up Secret Access Keys and want to filter out the Access Key IDs. So far I've noticed Secret Access Keys seem to be longer (usually character length of 40)...
Hi Team,
I transferred a snapshot of database from AWS account A to Account B which is encrypted by kms. Now the encrypted snapshot is in account B's s3 bucket and I wanted to create Glue tables...
I have created CMK using Terraform. I have enabled key_rotation for this key.
I can see that this key is built and rotation is enabled.
However, I am still getting CMK_BACKING_KEY_ROTATION_ENABLED...
Hi
In AWS KMS for symmetric encryption customer-managed key (CMK) with key material created by AWS KMS, we can enable the automatic key rotation. And according to [AWS...
I am attempting to import a 64 byte key for HMAC_SHA_256 KMS, from the cli, and I get the error
An error occurred (InvalidCiphertextException) when calling the ImportKeyMaterial operation:
I have...
Hi Team,
we are actually trying to share form one our aws account (ACC1) IAM user (juenwei) a customer managed kms key with name (keygenerated-26-10) to the account (ACC2) IAM user (juenwei-dr), both...
Hi,
so the scenario is i have enabled AWS Backup in my UAT account and i am taking backup of my EC2 instances. so i read somewhere that i need to share kms key,
I want to know how can i share my...
Hello,
We have enforced EBS encryption to true by default in AWS Dashboard. However after changing this config, we are getting the below error on launching Instances on Node group.
Instance became...