AWS re:Invent 2019: [REPEAT 1] AWS Fargate under the hood (CON423-R1)

Поділитися
Вставка
  • Опубліковано 15 чер 2024
  • AWS Fargate is a completely serverless, container-native compute experience on AWS. Fargate doesn’t require users to provision, scale, and manage any servers. Under the hood of Fargate, there is a sophisticated architecture where AWS is innovating both vertically to build a container-optimized virtualization platform and horizontally to build the right integrations with surrounding AWS services to take care of undifferentiated heavy lifting for the developer. In this session, learn from senior engineers how AWS Fargate is designed to deliver a scalable, secure, serverless developer experience with containers.

КОМЕНТАРІ • 14

  • @rogerdpm
    @rogerdpm 3 роки тому +1

    Fantastic talk. One of the best aws talks I have seen.

  • @agautam111
    @agautam111 4 роки тому +1

    Great talk! Was fortunate to see this live :)

  • @InvisibleMan1306
    @InvisibleMan1306 4 роки тому +2

    Great talk, very informative.

  • @manujbhalla7565
    @manujbhalla7565 3 роки тому

    Great talk. Very engaging and informative

  • @axeliuxTEC
    @axeliuxTEC 4 роки тому +2

    Great talk! And I have the honor to work with both of them ✌️

  • @sabarirangan
    @sabarirangan 4 роки тому

    Great Talk

  • @jooyoungkim64
    @jooyoungkim64 3 роки тому

    Super Awesome!

  • @tranminhhaifet
    @tranminhhaifet Рік тому

    thank you

  • @sumanthpolisetty7745
    @sumanthpolisetty7745 3 роки тому

    Amazing info under the hood of fargate. Only concern is the guest os inside firecracker on host os, won't it add additional overhead as containers were designed to avoid os virtualization in the first place.

  • @simonlove99
    @simonlove99 Рік тому

    How such an awesome talk only has a few comments, I will never understand - cracking coverage - thank you.

  • @NigelFurtado
    @NigelFurtado 3 роки тому

    Good preso

  • @moooooshy
    @moooooshy 4 роки тому

    I've used Fargate and found it extremely slow and sluggish compared to ec2 launch mode

    • @Rahul4upce
      @Rahul4upce 4 роки тому

      Is it just the start up you mention about. Any solution for this from AWS , as they mention if you run many pods in parallel it may be better. Reason for slowness is they have to spin off a vm / microvm under the hood.

    • @alivepenmods
      @alivepenmods Рік тому

      @@Rahul4upce though she says in the talk that pre-provisioned VMs are waiting for work to avoid the VM spawning overhead.