CPC Prep Application Integration Flashcards
Which AWS Service enables you to set-up, operate, and send notifications in the cloud?
Simple Notification System (SNS)
Which AWS service is used for building and integrating loosely-coupled, distributed allocation where messages are pushed to subscribers and publishers send topics?
Simple Notification System (SNS)
What is used to send email notification when a CloudWatch alarm is triggered?
Simple Notification System (SNS)
Which AWS service is a web service that gives you access to message queues that store messages waiting to be processed?
Simple Queue Service (SQS)
Which AWS service is reliable, highly-scalable, hosted queue for storing messages in transit between computers?
Simple Queue Service (SQS)
Which AWS service is used for distributed/decoupled applications, message-oriented API, pull based and not push based, and for building distributed/decoupled applications?
Simple Queue Service (SQS)
Which AWS service is ideal for human enabled workflows like an order fulfillment system or procedural request?
Simple Workflow Service (SWS)
Which AWS service is a web service that makes it easy to coordinate work across distributed application components, create distributed asynchronous systems as workflows, and tracks the state of your workflow which you interact and update via API?
Simple Workflow Service (SWS)
Which AWS service makes it easy to coordinate the components distributed applications as a series of steps in a visual workflow?
Step Functions
Which AWS service enables a customer to quickly build and run state machines to execute the steps of your application in a reliable and scalable fashion?
Step Functions
Which AWS service is an out-of-the-box coordination of AWS service components with visual workflow?
Step Functions
What is the three steps in using Step Functions?
- Define the steps of your workflow in JSON-based States Language. The visual console automatically graphs each step in the order execution.
- Start an execution to visualize and verify the steps of your application are operating as intended.
- AWS Step Functions operates and scales the steps of your application
A company needs to orchestrate several batch processes on AWS. Which serverless service can help?
AWS Step Functions