SQS, SNS and Kinesis Flashcards
Which Kinesis services can ingest data directly from the source?
Kinesis Data Stream and Kinesis Firehose.
Kinesis Data Analytics can only ingest data from Kinesis Data Stream and Firehose
Kinesis Data Firehose can push data directly to S3. True or false?
True. Before pushing to S3 it can also call a lambda to transform the data
Kinesis Data Streams can push data directly to S3. True or false?
False. It can be consumed only by EC2, Lambda, Kinesis Data Firehose and Kinesis data Analytics
Where can Kinesis Data Firehose push data?
S3, Redshift, ElasticSearch, custom HTTP endpoints, 3r party destinations (like MongoDB, DataDog, Splunk, etc…)
How many messages per second are supported by SQS FIFO?
300 messages per second (300 send, receive or delete operations).
If you batch 10 messages per operation (maximum), it can support up to 3,000 messages per second.
If you enable high throughput mode, the max number is 10x
How many messages per second are supported by SQS Standard?
Unlimited
Which is the only event-based service which is able to integrate directly with 3rd part SaaS?
Event Bridge