Cloud Integrations Quiz Flashcards
Which service is a fully managed pub/sub messaging service that makes it easy to set up, operate, and send notifications from the cloud, using a push-based system?
1 - Simple Notification Service (SNS)
2 - Simple Queue Service (SQS)
3 - Auto Scaling Groups (ASG)
Simple Notification Service (SNS)
Amazon Simple Notification Service (SNS) is a highly available, durable, secure, fully managed pub/sub messaging service that enables you to decouple microservices, distributed systems, and serverless applications. It uses a push-based system.
Which principle is mainly applied when using Amazon SQS or Amazon SNS?
1 - Scalability
2 - Automation
3 - Decouple your applications
Decouple your applications
When using SQS or SNS, you apply the “decouple your applications” principle. This means that IT systems should be designed in a way that reduces interdependencies—a change or a failure in one component should not cascade to other components.
Which service allows you to send, store, and receive messages between software components at any volume, without losing messages or requiring other services to be available, using a pull-based system?
1 - Simple Notification Service (SNS)
2 - Simple Queue Service (SQS)
3 - Auto Scaling Groups (ASG)
Simple Queue Service (SQS)
Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. It uses a pull-based system.