Kinesis Stream Tutorial | Kinesis Data Stream to S3 demo | Firehose | AWS Kafka

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • Timelines:
    00:05 Use Case
    00:16 Block Diagram
    00:33 Quick Introduction
    00:54 Incoming JSON
    01:04 Demo begins
    01:08 Create Kinesis Data Stream
    01:36 Create Kinesis Delivery Stream (Data Firehose)
    03:44 Kinesis Data Generator
    06:17 Ingest streaming data
    07:10 View ingested Data in Kinesis
    08:47 View partitioned data in S3
    #Kinesis #iot #KinesisTutorial #aws
    Kinesis Data Generator
    awslabs.github...
    Supporting JSON:
    architectureby...
    Amazon Kinesis Data Stream Tutorial | AWS Kinesis Streams demo | AWS IoT data ingest | Firehose to S3

Комментарии • 12

  • @ArchitectureBytes
    @ArchitectureBytes  Год назад

    If you have any questions or feedback, please share below.

  • @shantisagargebise2883
    @shantisagargebise2883 Месяц назад

    Very useful, simple and easy to understand. ❤

  • @drew5834
    @drew5834 Год назад

    Preparing for my SAA-C03 and came across your Channel. Thanks for putting out all this content. I haven't gone through all your playlists, but I have every intention to do so before I take the exam. Again, great content....👌

  • @PriyaDharshini-md7es
    @PriyaDharshini-md7es 5 месяцев назад

    Very useful

  • @samyakjain6446
    @samyakjain6446 4 месяца назад

    Very useful video!! Is it possible to also receive other fields like SequenceNumber and PartitionKey along with data in s3?

  • @Ramyavenkat-r3y
    @Ramyavenkat-r3y Год назад

    Very useful !!! Can we customise the input data stream json template ??? Do you have any documentation on that

    • @ArchitectureBytes
      @ArchitectureBytes  Год назад

      If you are referring to the JSON template in the Kinesis Data Generator 5:58 , sure you can modify it.
      Please see the link to Kinesis Data Generator in the video description - it describes how to customize the template.

  • @sylvias-w9f
    @sylvias-w9f 4 месяца назад

    I followed your steps and eveything going on well, but I don't know why my template is empty?

    • @ArchitectureBytes
      @ArchitectureBytes  4 месяца назад +1

      In that case, you can paste a template json yourself.

  • @kuldeepshrivastav4769
    @kuldeepshrivastav4769 7 месяцев назад

    what permissions are there in iam role that you used in cloudformation

    • @ArchitectureBytes
      @ArchitectureBytes  7 месяцев назад

      Did not specify any role while configuring stack options. Pls see 4:51 & 4:58
      Therefore, CloudFormation will use IAM permissions of the user who is executing the stack. So, this user must have the the necessary permissions to create, update, or delete the resources specified in the CloudFormation template.