
Answer-first summary for fast verification
Answer: Configure AWS services to allow replication only to approved regions using IAM policies and service-specific settings.
Configuring AWS services to allow replication only to approved regions ensures compliance with data privacy requirements. This approach leverages IAM policies and service-specific settings to control data flow. Potential issues might include the complexity of managing multiple service configurations, which can be addressed through automation and regular audits.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are responsible for implementing data privacy strategies to prevent backups or replications of data to disallowed AWS Regions. Describe the steps you would take to ensure that data is not replicated or backed up outside of the allowed regions, including the use of AWS services like S3, RDS, and DynamoDB. What potential issues might arise in enforcing these strategies, and how would you address them?
A
Disable all cross-region replication features in AWS services.
B
Configure AWS services to allow replication only to approved regions using IAM policies and service-specific settings.
C
Manually monitor all data transfers to ensure compliance with regional restrictions.
D
Use a third-party tool to enforce regional data restrictions.