AWS Messaging and Integration Services Flashcards

1
Q

What is Simple Queue Service (SQS)?

A

SQS is a message queuing service that allows you to build loosely coupled systems.

  • Allows component-to-component communication using messages
  • Multiple components (or producers) can add messages to the queue
  • Messages are processed in an asynchronous manner
  • Messages in queues are processed in FIFO order.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Simple Queue Service (SQS) real wirld usecase?

A

SQS lets you build an app that is loosely coupled, allowing components to send, store, and receive messages. The use of a messaging queue helps to improve performance and scalability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Simple Notification Service (SNS)?

A

SNS allows you to send emails and text messages from your applications.

  • Send email and text messages
  • Publish messages to a topic
  • Subscribers receive messages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Simple Notification Service (SNS) real world usecase?

A

SNS works with CloudWatch when an alarm’s metric threshold is breached to send an email.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Simple Email Service (SES)?

A

SES is an email service that allows you to send richly formatted HTML emails from your applications.

  • Ideal choice for marketing campaigns or professional emails
  • Unlike SNS, SES sends HTML emails
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Simple Email Service (SES) real world usecase?

A

SES allows you to send richly formatted HTML emails in bulk and gain valuable insights about the effectiveness of your campaign.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly