Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In migrating legacy applications to AWS, which approach should a developer use to store employee contact details and high-resolution photos, ensuring search and retrieval capabilities using AWS APIs?
A
Base64 encode contact information and photos, then store in a DynamoDB table.
B
Store contact details in DynamoDB and reference high-resolution photos stored in S3.
C
Utilize Amazon Cognito user pools for the employee directory.
D
Use an RDS instance for contact info and Amazon EFS for storing photos.