AWS Certified Security – Specialty — Question 351

A company uses AWS Organizations. The company has teams that use an AWS CloudHSM hardware security module (HSM) that is hosted in a central AWS account. One of the teams creates its own new dedicated AWS account and wants to use the HSM that is hosted in the central account.

How should a security engineer share the HSM that is hosted in the central account with the new dedicated account?

Answer options

Correct answer: A

Explanation

To share an AWS CloudHSM cluster across different accounts, you must share the VPC subnets containing the HSMs using AWS Resource Access Manager (AWS RAM). This allows client instances in the consumer account to establish direct network connectivity to the HSMs, as long as the security groups are configured to permit inbound traffic from the clients' private IP addresses. Standard IAM roles, STS tokens, or sharing individual HSM resource IDs directly are not valid methods for enabling cross-account network connectivity to CloudHSM clusters.