AWS re:Invent 2022 - [NEW] Accelerate workloads using parallelism w/Step Functions & Lambda (API205)

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ค. 2024
  • Parallel processing is a common computing approach to help solve large problems in a shorter period of time. By running the components of a problem concurrently, the total duration is greatly reduced. For example, to process 1,000 log files for one minute each, it takes over 16 hours if they are sequentially processed. When they are processed in parallel, the same task takes only one minute. Effective parallel processing requires scalable computing capacity but also adds complexity for you to orchestrate the parallel components and to produce a consistent result. In this session, learn how to leverage AWS Step Functions and AWS Lambda to achieve cloud-scale parallelism for your workloads.
    Learn more about AWS re:Invent at go.aws/3ikK4dD.
    Subscribe:
    More AWS videos bit.ly/2O3zS75
    More AWS events videos bit.ly/316g9t4
    ABOUT AWS
    Amazon Web Services (AWS) hosts events, both online and in-person, bringing the cloud computing community together to connect, collaborate, and learn from AWS experts.
    AWS is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers-including the fastest-growing startups, largest enterprises, and leading government agencies-are using AWS to lower costs, become more agile, and innovate faster.
    #reInvent2022 #AWSreInvent2022 #AWSEvents
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2

  • @10berjo10
    @10berjo10 ปีที่แล้ว

    Great explanation.

  • @muthugandi3004
    @muthugandi3004 11 หลายเดือนก่อน

    WaitforTaskToken is async clutch