AWS re:Invent 2022 - Application networking foundations (NET204)

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ธ.ค. 2022
  • AWS application networking services help you simplify and improve your application’s network architecture, providing both traditional and modern applications with improved security, availability, and performance. In this session, learn about load balancing, service mesh, API gateways, and service discovery tools, and the distinct role they each play in meeting the needs of your applications. In addition, explore real-world use cases and the decisions you should make to ensure you start with the right architecture and choose the right service every time.
    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
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @manojreddy9026
    @manojreddy9026 ปีที่แล้ว

    Excellent session!!!

  • @devopsinvent
    @devopsinvent 8 หลายเดือนก่อน +1

    Can you also make video on end to end architecture for banking secured application with kubernetes and cicd pipeline also monitoring

    • @awssupport
      @awssupport 8 หลายเดือนก่อน

      Thanks for the feedback! 🎞️ We're always looking for ways to improve your experience. We have multiple options available to make sure your voice is heard: go.aws/feedback. 📝 ^SA

  • @kapilch
    @kapilch ปีที่แล้ว +1

    awesome session, loved the animation :)

    • @awssupport
      @awssupport ปีที่แล้ว

      We're so glad you enjoyed it, Kapil! 😁 ^LD

  • @devopsinvent
    @devopsinvent 8 หลายเดือนก่อน

    Can we use HA proxy as external service for request and is there any charges if we use external open-source tools combining with aws services

    • @awssupport
      @awssupport 8 หลายเดือนก่อน

      Hi. 🙂 I found this blog post that may help: go.aws/3QSmmEt. 👈 If you'd like, you can learn more about pricing, here: go.aws/3SyFZm7. You may also find it useful to reach out to our Sales team directly: go.aws/contact-aws. 💬 ^SA

  • @ParthPatel-jn6io
    @ParthPatel-jn6io ปีที่แล้ว

    Just a generic question for the LB concept related to a video. I thought to compare ALB with Nginx which also provides TLS termination, path/host based routing and we can deploy nginx in EC2 backend servers with ASG enabled to scale. What are main reasons we shall use ALB instead Nginx and vice versa ?

    • @tomadamski6503
      @tomadamski6503 ปีที่แล้ว

      The main difference is that ALB is a managed service and NGINX (or any other deployment) isn't. You have to deploy the instances/containers hosting NGINX, patch, scale, monitor, manage etc. ALB also integrates natively with other AWS managed services like AWS WAF, Amazon Global Accelerator, Route 53 Application Recovery Controller. That said, if you find a feature that's missing from ALB there are plenty of 3rd part options out there that could close that gap until it's developed.

    • @ParthPatel-jn6io
      @ParthPatel-jn6io ปีที่แล้ว

      @@tomadamski6503 Thanks for briefing it.

    • @SV-tc8cu
      @SV-tc8cu ปีที่แล้ว

      You can use both by adding Nginx as a target for ALB with any customization for your needs