App Integration Services Flashcards
Fully managed pub/sub messaging service
Amazon SNS
Fully managed message queue service
Amazon SQS
Within Amazon SNS, messages are organized according to __________ .
topics
Within Amazon SQS, messages are organized into ___________. There are two types of these. They are ____________ and ____________.
queues
standard
fifo
_______ enables orchestration of workflows through a fully managed service
AWS Step Functions
With AWS Step Functions, you are charged per ________ ________.
state transition
Within AWS Step Functions, workflows are defined using ___________________
Amazon States Language
Started a non-profit that assigns volunteers to opportunities. Recently their database server went down and users were unable to signup. While the situation is better, there is still some downtime expected in the future. They want to explore an AWS service that could prevent lost user signups. What service would you recommend?
Amazon Simple Queue Service (SQS)
Created a list of onboarding steps for new customers for their new app. These steps detail integrations with their CRM, emails to the user, and analytics. She is worried about the time it will take to build all of this from scratch. Is there an AWS service that can help with this approach?
AWS Step Functions
Company is an eCommerce company building a custom platform. They are still adding new functionality. He wants aspects of the platform to listen for events like orders and refunds. They don’t yet know all of the elements that would need to respond to events. Is there a service that would allow current and future parts of the platform to listen for these events?
Amazon Simple Notification Service (SNS)