Multiple Choice
A company has a legacy application that process data in two parts. The second part of the process takes longer than the first, so the company has decided to rewrite the application as two microservices running on Amazon ECS that can scale independently. How should a solutions architect integrate the microservices?
A) Implement code in microservice 1 to send data to an Amazon S3 bucket. Use S3 event notifications to invoke microservice 2.
B) Implement code in microservice 1 to publish data to an Amazon SNS topic. Implement code in microservice 2 to subscribe to this topic.
C) Implement code in microservice 1 to send data to Amazon Kinesis Data Firehose. Implement code in microservice 2 to read from Kinesis Data Firehose.
D) Implement code in microservice 1 to send data to an Amazon SQS queue. Implement code in microservice 2 to process messages from the queue.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: A solutions architect is designing a two-tier
Q28: A software vendor is deploying a new
Q29: A company runs a production application on
Q30: A company has developed a new video
Q31: A company is launching a new application
Q33: A company has a website running on
Q34: A company hosts an application used to
Q35: A company has created an isolated backup
Q36: A solutions architect must design a solution
Q37: A company recently released a new type