Using Amazon MSK as an event source for AWS Lambda

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • In this video, let's discuss how to set up a test Amazon MSK cluster and configure key elements in the networking configuration so that the set-up can invoke a Lambda function whenever messages are getting published in a particular topic.
    Prerequisite:
    -----------------------------
    Learn AWS VPC , Subnet , Route Table, Internet Gateway with Hands-on Demo
    • Learn AWS VPC , Subnet...
    VPC with Public and Private Subnets in-depth intuition with Hands On
    • VPC with Public and Pr...
    AWS VPC NAT Gateway In-depth intuition
    • AWS VPC NAT Gateway In...
    AWS VPC ENDPOINT in depth intuition & hands on
    • AWS VPC ENDPOINT in de...
    Using Amazon VPC Endpoints to Access DynamoDB in-depth
    • Using Amazon VPC Endpo...
    Getting Started with AWS Managed Streaming for Kafka with in-depth service setup
    • Getting Started with A...
    Creating a Serverless Apache Kafka(MSK) publisher using AWS Lambda
    • Creating a Serverless ...
    Documentation Reference:
    ------------------------------------------------
    docs.aws.amazo...
    Steps for the Lab:
    -------------------------------
    github.com/Sat...
    Check this playlist for more Data Engineering related videos:
    • Demystifying Data Engi...
    Apache Kafka form scratch
    • Apache Kafka for Pytho...
    Snowflake Complete Course from scratch with End-to-End Project with in-depth explanation--
    doc.clickup.co...
    🙏🙏🙏🙏🙏🙏🙏🙏
    YOU JUST NEED TO DO
    3 THINGS to support my channel
    LIKE
    SHARE
    &
    SUBSCRIBE
    TO MY RUclips CHANNEL

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

  • @KnowledgeAmplifier1
    @KnowledgeAmplifier1  Год назад +4

    Don't forge to hit the LIKE button if the video helps , took me 2 weeks to make this! Thanks for watching 😊

  • @venkatasharma
    @venkatasharma Год назад +2

    great explanation

  • @ImranNazir-of1on
    @ImranNazir-of1on Год назад +1

    Much needed video
    Thanks for sharing

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

    Shouldn't you create 2 nat gateways? Or with only one NAT, which is tied to a PRIVTE ROUTE TABLE that is attached to the two private subnets is enough, after all both subnets share the same LOCAL IP (which is the VPC's IP)?

  • @PoojaGupta-bi1kw
    @PoojaGupta-bi1kw 11 месяцев назад

    I'm new to AWS. I've a requirement to create an springboot producer app which connects with MSK and produces the data, could you help me with cluster config and sprinboot app configs in this case?

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

    What if the msk is in the same public subnet and same vpc as the lambda, Do we still need to create a nat gateway?

  • @carlpei6570
    @carlpei6570 Год назад +2

    🔥🔥⚡

  • @satwikkumar-eq6fm
    @satwikkumar-eq6fm 8 месяцев назад

    How to connect to private ec2 instance inside of a public ec2 instance for Mac?

  • @ManishJindalmanisism
    @ManishJindalmanisism Год назад +1

    Hi.. in this why have not we put lambda in a VPC? Was that intentional?

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

    how to send messages to SQS from lambda. Could you please explain