python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Decrypting file stored in AWS S3 by Kinesis firehose
I'm using Kinesis firehose to stream log data from Cloudwatch to AWS S3. The files are encrypted by kinesis data delivery stream with sse kms then stored in S3. However files are greater than 4kb, so ...
opseator
Votes: 0
Answers: 0
How to get a list of all the resourcers linked with an AWS KMS
I'd want to identify who is using a specified AWS KMS key.
In other words, given an AWS KMS key, which AWS resource is it being used on?

Rafael Gomez
Votes: 0
Answers: 0
InvalidVolume.NotFound: The volume does not exist
Using Ansible Module ec2_vol to encrypt an existing volume using KMS Key and attach it to an ec2 instance
- name: Attach Encrypted Volumes
ec2_vol:
aws_access_key: "{{ aws_access_key }}&quo...
Sonal
Votes: 0
Answers: 1
Adding encryption key to already created S3 Bucket object
I have a bucket created in a different region without encryption. I want to add a KMS encryption to the bucket object
@staticmethod
def change_bucket_encryption(
stack: Stack,
bucket_a...

Sreekuttan Jayakumar
Votes: 0
Answers: 1