AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 34

You currently use a single security group assigned to all nodes in a clustered NoSQL database. Only your cluster members in one region must be able to connect to each other. This security group uses a self-referencing rule using the cluster security group's group-id to make it easier to add or remove nodes from the cluster. You need to make this database comply with out-of-region disaster recovery requirements and ensure that the network traffic between the nodes is encrypted when travelling between regions. How should you enable secure cluster communication while deploying additional cluster members in another AWS region?

Answer options

Correct answer: B

Explanation

The correct answer is B because it allows for secure communication through an IPsec VPN while maintaining private IP address routing, which is crucial for performance and security. Option A is incorrect as referencing security group-ids across regions is not practical. Options C and D suggest using public IP addresses, which do not meet the requirement for private communication between regions.