AWS SQS vs AWS SNS vs AWS KINESIS | AWS Recap

  Рет қаралды 13,836

Pythoholic

Pythoholic

3 жыл бұрын

Let's do a recap for the topics where we can introspect on the difference between AWS SQS, AWS SNS, and AWS KINESIS
⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it!
www.kite.com/get-kite/?...
AWS KINESIS: • Intro to AWS Kinesis |...
Kinesis Video Streams
Amazon Kinesis Video Streams makes it easy to securely stream video from connected devices to AWS for analytics, machine learning (ML), and other processing. When you read video steaming for analytics, think of KVS
Kinesis Data Streams
Amazon Kinesis Data Streams is a scalable and durable real-time data streaming service that can continuously capture gigabytes of data per second from hundreds of thousands of sources.
Kinesis Data Firehose
Amazon Kinesis Data Firehose is the easiest way to capture, transform, and load data streams into AWS data stores for near real-time analytics with existing business intelligence tools.
Kinesis Data Analytics
Amazon Kinesis Data Analytics is the easiest way to process data streams in real-time with SQL or Java without having to learn new programming languages or processing frameworks.
AWS SNS: • AWS Simple Notificatio...
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
Amazon SNS provides topics for high-throughput, push-based, many-to-many messaging. So just think of what we learned in the previous slide, Here SNS provide topics as we discussed, for high throughput and there can be many Publishers and Many Subscribers, and Each SNS can have multiple topics for the consumers or the services that we want to serve.
AWS SQS: • AWS SQS | SQS Architec...
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.
Here as well, just like Message queue, we have our Producers who actually have messages that they want to be processed and we have our consumers who are waiting to process these messages.
And to propagate these messages, in AWS we make us of AWS SQS aka Simple Queue Service.
Producers push these messages or tasks to the AWS SQS queues for them to be executed with the consumers at hand.
Please follow we in the links below to stay updated: 🙌
🍀Click on the link below to subscribe: tinyurl.com/qqebnwz
🍀Instagram: / tougherapollo
🍀Twitter: / tougherapollo1
🍀Discord: / discord
Disclaimer: The content provided in the channel are not affiliated in any way to the organization. We provide information here on the channel based on the knowledge we have on the topic. We advise our viewers to please do their own research and read more about them from the source provided by the organization to get a better outlook on the topic that has been covered.
These videos are just to provide you a platform to learn, and there can be mistakes and we are always trying to improve based on your feedback. we recommend viewers to have an open mind. Please support the channel to get more content like these in the future.
#RoadToAWS #AWSSolutionsArchitectAssociate2020 #Pythoholic

Пікірлер: 26
@aishwaryaratnam154
@aishwaryaratnam154 2 жыл бұрын
This is such a good platform for clearing all the AWS concepts. This channel requires much recognition.
@mangeshmahajan8151
@mangeshmahajan8151 3 жыл бұрын
One of best source of AWS on KZbin... Great editing, great presentation, skills, on point info and seems perfect for AWS SAA preparation....thank you 👍🏼🙌🏼
@Pythoholic
@Pythoholic 3 жыл бұрын
Thanks for the support
@neilxpeart
@neilxpeart 3 жыл бұрын
Great video, thanks for the effort you put into this. Incredibly clear/concise. I think my only lasting question would be how each service handles failures.
@Pythoholic
@Pythoholic 3 жыл бұрын
First and foremost all these services have basic error handling mechanism. May it be sql error or query retries or message retries . Mostly when we have a communication channel to these services we already have cloudwatch alarms based on the trigger points we set. For example in the case of data streams: Record Processor Failure The worker invokes record processor methods using Java ExecutorService tasks. If a task fails, the worker retains control of the shard that the record processor was processing. The worker starts a new record processor task to process that shard. I have videos explaining the details on these in the playlist itself. Please do let me know if they were of any help
@wadebraden7694
@wadebraden7694 2 жыл бұрын
I guess Im asking randomly but does someone know a trick to log back into an instagram account?? I was dumb lost my login password. I would appreciate any assistance you can offer me
@cesarbraylon6708
@cesarbraylon6708 2 жыл бұрын
@Wade Braden Instablaster =)
@wadebraden7694
@wadebraden7694 2 жыл бұрын
@Cesar Braylon thanks for your reply. I got to the site thru google and I'm waiting for the hacking stuff now. Takes quite some time so I will get back to you later when my account password hopefully is recovered.
@wadebraden7694
@wadebraden7694 2 жыл бұрын
@Cesar Braylon It did the trick and I finally got access to my account again. Im so happy! Thank you so much, you saved my account!
@OmarQunsul
@OmarQunsul 2 жыл бұрын
Nice video. I was looking to answer the question: What's the difference between SQS Queues and Kinesis Streams. I am not sure yet if I got the answer
@Pythoholic
@Pythoholic 2 жыл бұрын
thanks for the feedback
@seanknowles9985
@seanknowles9985 2 жыл бұрын
I didn't get it either, seems everyone is struggling with amazons many different ways of sending messages.
@buntybanik8614
@buntybanik8614 3 жыл бұрын
This series looks promising but , there are no episode or serial numbers making it difficult to understand where to start from, could you please help me out here?
@Pythoholic
@Pythoholic 3 жыл бұрын
Sure i will provision this right away
@Pythoholic
@Pythoholic 3 жыл бұрын
Could you please check it once again and let me know.
@buntybanik8614
@buntybanik8614 3 жыл бұрын
@@PythoholicYes , it's fine now, thanks 🙂
@Pythoholic
@Pythoholic 3 жыл бұрын
@@buntybanik8614 awesome, thanks for the suggestion and please join the discord. so that you can discuss with other members to share your queries.
@sainikithd8210
@sainikithd8210 3 жыл бұрын
Yeah same problem
@suriyakumar8456
@suriyakumar8456 3 жыл бұрын
Sir,please upload aws API Gateway video next its very difficult to learn.
@Pythoholic
@Pythoholic 3 жыл бұрын
Sure , Next today is amazon mq. Post which its scheduled for vpc where we will cover api gateway.
@prakashsuthar4388
@prakashsuthar4388 Жыл бұрын
So in the SNS working, are consumers(users) responsible for pulling latest data published to their topic of interest or the channel is responsible for pushing data related to their subscribed topics??
@Pythoholic
@Pythoholic Жыл бұрын
Its like a broadcast (in simple terms) so as a consumer we can choose what we want to pull. Ie they are consumers and the other party is the publisher
AMAZON MQ FOR APACHE ACTIVEMQ | Visual Explanations
23:48
Pythoholic
Рет қаралды 9 М.
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 156 МЛН
孩子多的烦恼?#火影忍者 #家庭 #佐助
00:31
火影忍者一家
Рет қаралды 49 МЛН
🌊Насколько Глубокий Океан ? #shorts
00:42
AWS SQS vs SNS vs EventBridge - When to Use What?
22:37
Be A Better Dev
Рет қаралды 168 М.
21. What services should I use for events?
21:37
AWS Bites
Рет қаралды 2,8 М.
Amazon EventBridge vs SQS Vs SNS | EventBridge Deep Dive
20:44
Cloud With Raj
Рет қаралды 27 М.
AWS Kinesis Tutorial for Beginners [FULL COURSE in 65 mins]
1:03:26
Johnny Chivers
Рет қаралды 60 М.
AWS SQS vs SNS vs EventBridge - ¿Cuál escoger?
21:23
CodelyTV - Redescubre la programación
Рет қаралды 10 М.
Kinesis versus MSK
26:35
cloudonaut
Рет қаралды 7 М.
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,6 МЛН
Самый дорогой кабель Apple
0:37
Romancev768
Рет қаралды 323 М.
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 2,3 МЛН