Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company is transitioning a monolithic, sequentially processing legacy application from Amazon EC2 to a microservices architecture on Amazon ECS. What is the recommended approach for microservices communication?
A
Utilize Amazon SQS for queuing data between producers and consumers.
B
Employ Amazon SNS for notifying data consumers of new data from producers.
C
Leverage AWS Lambda for message passing between data producers and consumers.
D
Use Amazon DynamoDB with Streams to manage data flow between producers and consumers.