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.
KMS.1 states that "IAM customer managed policies should not allow decryption actions on all KMS keys." Further, the documentation provides the following example for a satisfying this finding "For...
Dear AWS Community,
I try to come up with an IAM policy to restrict access to customer-managed KMS keys. I'm using an IAM role to deploy infrastructure with Terraform. I want to ensure, that the IAM...
We can't view our customer-managed keys even from the root account, and these key policies need to be edited. We kept getting errors: The user is not authorised to perform "kms:DescribeKey".
After...
A SageMaker Pipeline I built using a Jupyter notebook in SageMaker Studio has a SageMaker Processing Job step. However, the step fails within 5 minutes with the following message: `ClientError: Failed...
I recently created a zero-spend budget and don't have any services outside of the free tier services. I'm being charged for a KMS key that I don't have or ever created. How do I dispute this?
Hello everyone,
I'm struggling with my CF distribution for a static website hosted in an S3 bucket.
I have two accounts, saying A and B.
Account A contains:
* The S3 bucket
* The CF...
Hi AWS,
There is CLI command for private key and public key in AWS IOT on cloud9 as
```
aws iot create-keys-and-certificate --set-as-active --certificate-pem-outfile certificate.pem.crt...
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)...