
Ultimate access to all questions.
No comments yet.
A company is building a generative AI application that processes sensitive financial data across multiple geographic regions. The application must comply with strict data residency requirements, ensuring that data is stored and processed only within specific geographic boundaries. The solution must also provide automated data classification, immutable audit trails, and maintain compliance with regional regulations. Which architecture should the company implement?
A
Use Amazon Bedrock with cross-Region inference endpoints. Store all data in a centralized Amazon S3 bucket with server-side encryption. Use AWS CloudTrail for logging and Amazon GuardDuty for threat detection.
B
Deploy Amazon SageMaker endpoints in each required Region. Use Amazon S3 buckets with lifecycle policies for data retention. Implement custom data classification scripts using AWS Lambda.
C
Use region-specific Amazon S3 buckets with S3 Object Lock for immutability. Process data within each Region using Amazon Bedrock with local inference endpoints. Implement Amazon Macie for automated data classification and AWS CloudTrail for immutable audit logs.
D
Create separate AWS accounts for each Region with individual compliance frameworks. Use Amazon SageMaker AI with custom monitoring. Create manual compliance reports for each regulatory jurisdiction.