DAS-C01 · Question #139
An online retail company uses Amazon Redshift to store historical sales transactions. The company is required to encrypt data at rest in the clusters to comply with the Payment Card Industry Data…
The correct answer is B. Create a VPC and establish a VPN connection between the VPC and the on-premises network. To comply with PCI DSS requiring data encryption at rest in Amazon Redshift using keys from an on-premises hardware security module (HSM), the solution must involve establishing a secure network connection between the Redshift VPC and the on-premises network.
Question
An online retail company uses Amazon Redshift to store historical sales transactions. The company is required to encrypt data at rest in the clusters to comply with the Payment Card Industry Data Security Standard (PCI DSS). A corporate governance policy mandates management of encryption keys using an on-premises hardware security module (HSM). Which solution meets these requirements?
Options
- ACreate and manage encryption keys using AWS CloudHSM Classic. Launch an Amazon Redshift
- BCreate a VPC and establish a VPN connection between the VPC and the on-premises network.
- CCreate an HSM connection and client certificate for the on-premises HSM. Enable HSM
- DCreate a replica of the on-premises HSM in AWS CloudHSM. Launch a cluster in a VPC with the
How the community answered
(34 responses)- A9% (3)
- B65% (22)
- C6% (2)
- D21% (7)
Why each option
To comply with PCI DSS requiring data encryption at rest in Amazon Redshift using keys from an on-premises hardware security module (HSM), the solution must involve establishing a secure network connection between the Redshift VPC and the on-premises network.
AWS CloudHSM Classic is deprecated, and the requirement specifically mandates an *on-premises* HSM, not a cloud-based one.
For Amazon Redshift to utilize an on-premises HSM for encryption key management, a secure network connection like a VPN or AWS Direct Connect must be established between the Redshift cluster's Virtual Private Cloud (VPC) and the on-premises network where the HSM resides. This foundational step enables the required communication between Redshift and the HSM.
Creating an HSM connection and client certificate are subsequent configuration steps within Redshift, but they cannot be performed or utilized without first establishing the underlying network connectivity to the *on-premises* HSM.
Creating a replica in AWS CloudHSM is using a cloud-based HSM, which contradicts the requirement to manage encryption keys using an *on-premises* hardware security module.
Concept tested: Amazon Redshift encryption with on-premises HSMs
Source: https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html
Topics
Community Discussion
No community discussion yet for this question.