More Info:
Ensure that your AWS Elastic MapReduce (EMR) clusters are encrypted in order to meet security and compliance requirements. Data encryption helps prevent unauthorized users from reading sensitive data available on your EMR clusters and their associated data storage systems. This includes data saved to persistent media, known as data at-rest, and data that can be intercepted as it travels through the network, known as data in-transit.Risk Level
HighAddress
Security, Cost OptimizationCompliance Standards
HIPAA,GDPR,NIST,AWSWAFRemediation
How to enable in transit and at rest encryption for EMR.Using AWS Console
- Log in to the AWS Management Console using your AWS account credentials.
- Navigate to the Amazon EMR service by selecting “EMR” from the services menu. (In the Cloudanix Console, navigate to “Misconfig” page and look for Affected Assets for “EMR In-Transit and At-Rest Encryption” Policy.)
- Click on the “Create cluster” button to create a new EMR cluster or select an existing cluster to modify its settings.
- In the “Create Cluster” or “Cluster List” page, scroll down to the “Security and Encryption” section.
- Under the “Encryption” tab, you will find options for both in-transit and at-rest encryption.
- To enable in-transit encryption, select the “Enable” checkbox next to “Encryption in transit”.
- Choose the desired encryption option for in-transit encryption. You can select “SSL” for encryption using SSL/TLS or “Custom” to provide your own custom encryption settings.
- To enable at-rest encryption, select the “Enable” checkbox next to “Encryption at rest”.
- Choose the desired encryption option for at-rest encryption. You can select “Default AWS Key Management Service (KMS) key” or “Custom AWS KMS key” for encryption using AWS KMS. If you choose the “Custom AWS KMS key” option, provide the ARN (Amazon Resource Name) of the KMS key you want to use.
- Review the other configuration settings for your EMR cluster, such as instance types, storage, and software configuration.
- Click on the “Create cluster” or “Modify cluster” button to start the cluster creation or modification process.
- AWS will provision the EMR cluster with the specified encryption settings, enabling both in-transit and at-rest encryption.