Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company seeks to migrate a Python application processing JSON documents to AWS Cloud, requiring a solution that ensures high availability, scalability, and minimal operational overhead. Which approach should be adopted?
A
Utilize Amazon S3 for JSON storage, process documents with Python on EC2 instances, and use Amazon Aurora for results storage.
B
Store JSON in Amazon S3, process with an AWS Lambda-triggered Python function, and store results in Amazon Aurora.
C
Use Amazon EBS with Multi-Attach for JSON storage, process with Python on EC2, and store results in Amazon RDS.
D
Queue JSON in Amazon SQS, process messages with a Python container on Amazon ECS with EC2, and store results in Amazon RDS.