From course:
(Practice similar questions for free)
AWS Certified Cloud Practitioner (AWS CCP) Practice Test Set 1
» Start this Course(Practice similar questions for free)
Question:
Which services can be used for asynchronous integration between application components? (Select TWO)
Author: Sarahmarie HollensteinAnswer:
Asynchronous integration is a form of loose coupling between services. This model is suitable for any interaction that does not need an immediate response and where an acknowledgement that a request has been registered will suffice. Amazon Simple Queue Service (SQS) and AWS Step Functions both provide asynchronous integration. SQS provides a durable message bus and Step Functions is an orchestrated workflow service.
0 / 5 Â (0 ratings)
3 answer(s) in total
Alternative answers:
"Amazon SQS"
"Amazon Step Functions"