Module 11: AWS app services Flashcards
What is AWS App flow?
Amazon AppFlow is a fully managed integration service that enables you to securely transfer data between Software-as-a-Service (SaaS) applications like Salesforce, SAP, Zendesk, Slack, and ServiceNow, and AWS services like Amazon S3 and Amazon Redshift, in just a few clicks.
What is amazon SNS?
A web service that makes it easy to set up, operate, and send notifications from the cloud. SNS follows the “publish-subscribe” (pub-sub) messaging paradigm, with notifications being delivered to clients using a “push” mechanism rather than to periodically check or “poll” for new information and updates
What is amazon SQS?
A hosted queue that lets you integrate and decouple distributed software systems and components.
SQS supports both standard and FIFO queues.
SQS uses pull based (polling) not push based
Users can access Amazon SQS from their VPC using VPC endpoints, without using public IPs, and without needing to traverse the public internet. VPC endpoints for Amazon SQS are powered by AWS PrivateLink.
What is Amazon Simple Wrokflow?
A fully-managed state tracker and task coordinator in the Cloud. You create desired workflows with their associated tasks and any conditional logic you wish to apply and store them with SWF.
What is Amazon SES?
A cost-effective and scalable email service that enables you to send mail from within any application.
A regional service.
Amazon SES is for applications that need to send communications via email. Amazon SES supports custom email header fields, and many MIME types.
What is Amazon Step functions?
AWS Step Functions is a web service that provides serverless orchestration for modern applications. It enables you to coordinate the components of distributed applications and microservices using visual workflows.