У нас вы можете посмотреть бесплатно Simple Queue Service (SQS) Basics | AWS Cloud Computing Tutorial for Beginners или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
44.67 MB
70.73 MB
131.83 MB
209.23 MB
630.13 MB
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
These days, a lot of applications use a microservices architecture, where the different components are decoupled from each other. But with things decoupled, how do the different parts communicate with each other? The answer is the Simple Queue Service, or SQS. When you think "decoupled" in Amazon Web Services (AWS), think SQS. In this video, I'll introduce you to the core concepts of SQS, using an example of a photo processing application. Then in a hands-on tutorial, we'll create a new queue through the AWS Console, and send and receive a few messages. I'll also demonstrate how to work with the visibility timeout feature, which prevents messages from being processed more than once. 🌟🌟If you're interested in getting AWS certifications, check out these full courses. They include lots of hands-on demos, quizzes and full practice exams. Use FRIENDS10 for a 10% discount! AWS Certified Cloud Practitioner: https://academy.zerotomastery.io/a/af... AWS Certified Solutions Architect Associate: https://academy.zerotomastery.io/a/af... 00:00 – What is the Simple Queue Service (SQS) and why would you use it? 00:53 – Decoupling your architecture with an SQS queue 01:46 – Types of SQS queues: standard queue 03:09 – SQS visibility timeout simply explained, plus duplicate processing 04:51 – Prioritizing SQS queues 05:10 – Message payload size and retention periods 05:22 – Batching in SQS queues 05:37 – Long polling with SQS 05:52 – Dead letter queues for failed messages 06:13 – Creating a new SQS queue through the AWS Console 07:19 – Sending and receiving messages in an SQS queue 08:36 – Working with the visibility timeout on the SQS queue with two consumers 10:04 – Updating the visibility timeout on the SQS queue 10:20 – Deleting an SQS queue