I have the below situation for my EMR, can someone please guide how to go about to configure the same?
EMR Cluster performs multiple operations across the data pipeline:
- EMR write to
S3BUCKET1
withKMSKEY1
- EMR write to
S3BUCKET2
withKMSKEY2
How do I configure the above in EMR? Only options I am aware to config EMR is at emrfs-site.xml
& /etc/hadoop/conf.empty/core-site.xml
These have the tags fs.s3.serverSideEncryption.kms.keyId
How do I achieve my requirement with above KMS keys? I need to switch between KMS keys for different bucket write.