AWS EC2 Auto Scaling Explained: Ultimate Tutorial + Live Demo - Part 18

Поділитися
Вставка
  • Опубліковано 26 тра 2024
  • ▬▬▬▬▬▬ 🚀 Chapters ▬▬▬▬▬▬
    Part 1 - Intro - • AWS Solution Architect...
    Part 2 - AWS SignUp, AWS_ACCESS_KEY_ID, AWS_ACCESS_KEY_ID - • AWS Solution Architect...
    Part 3 - IAM Policy | IAM User - • AWS Solution Architect...
    Part 4 - Create Custom IAM Role and Policy - • AWS Solution Architect...
    Part 5 - IAM Group - • AWS Solution Architect...
    Part 6 - AWS MFA(Multi Factor Authentication) - • AWS Solution Architect...
    Part 7 - AWS IAM Assume Role - • AWS Solution Architect...
    Part 8 - AWS IAM Access Analyzer - • AWS Solution Architect...
    Part 9 - AWS Organization - • AWS Solution Architect...
    Part 10 - AWS CLI - • AWS Solution Architect...
    Part 11 - AWS Config, Credentials file and profiles - • AWS Solution Architect...
    Part 12 - Setting Up and Accessing Your First EC2 Instance - • AWS EC2 Essentials: Se...
    Part 13 - Setting Up and Accessing Windows EC2 Instance - • AWS EC2 Essentials: Se...
    Part 14 - Setup EC2, VPC, Subnet, Route Table, Internet Gateway, NAT Gateway,Jump host - • EC2 Essentials: Setup ...
    Part 15 - EC2 User data(Windows, Ubuntu, Amazon linux) - • AWS EC2 User data - Wi...
    Part 16 - Security Groups(Inbound and Outbound Rules) - • AWS Security Groups | ...
    Part 17 - EC2 Launch Template - • EC2 Launch Template - ...
    Part 18 - EC2 Auto scalin - • AWS EC2 Auto Scaling E...
    Part 19 - AWS Load Balancer Masterclass: Complete Setup & Demo - • AWS Load Balancer Mast...
    Part 20 - EC2 EBS volume - • Ultimate AWS EBS Volum...
    Part 21 - EC2 spot instances • Master EC2 Spot Instan...
    ▬▬▬▬▬▬ 🚀 Membership ▬▬▬▬▬▬
    Join this channel to get access to perks:
    / @rahulwagh
    ▬▬▬▬▬▬ 📖 Video Description: ▬▬▬▬▬▬
    Welcome to our comprehensive guide on AWS EC2 Auto Scaling! In this video, we'll dive deep into the concept of Auto Scaling in AWS, its importance, and how it can help you manage your cloud infrastructure efficiently. Whether you're a beginner or an experienced professional, this video will provide you with valuable insights and a practical demo to get you started with Auto Scaling.
    What You'll Learn:
    • Introduction to Auto Scaling: Understand the basics and benefits of Auto Scaling in AWS.
    • Components of Auto Scaling: Learn about Launch Configurations, Auto Scaling Groups, and Scaling Policies.
    • Types of Scaling: Explore different scaling options such as dynamic scaling and predictive scaling.
    • Setting Up Auto Scaling: Step-by-step demo on how to configure Auto Scaling for your EC2 instances.
    • Monitoring and Management: Discover how to monitor your Auto Scaling setup and manage your instances effectively.
    • Best Practices: Tips and best practices for optimizing your Auto Scaling strategy.
    Demo Highlights:
    • Creating Launch Configurations: How to define instance configurations for your Auto Scaling groups.
    • Setting Up Auto Scaling Groups: Configuring groups to automatically adjust the number of instances based on demand.
    • Implementing Scaling Policies: Setting up policies for scaling in and out based on specific metrics and thresholds.
    • Real-Time Scaling: Live demonstration of Auto Scaling in action with changing loads.
    Why Auto Scaling?
    Auto Scaling ensures that you have the right number of Amazon EC2 instances available to handle the load for your application. It automatically adjusts the capacity to maintain steady, predictable performance at the lowest possible cost.
    🔗 Useful Links:
    • AWS Auto Scaling Documentation: [Link to AWS documentation]
    • EC2 Instance Types: [Link to AWS EC2 instance types]
    • AWS Pricing Calculator: [Link to AWS pricing calculator]
    🕒 Timestamps:
    • Introduction
    • What is Auto Scaling?
    • Components of Auto Scaling
    • Types of Scaling
    • Setting Up Auto Scaling (Demo)
    • Monitoring and Management
    • Best Practices
    • Conclusion
    👍 If you found this video helpful, please LIKE and SUBSCRIBE to our channel for more AWS tutorials and cloud computing insights.
  • Наука та технологія

КОМЕНТАРІ • 29

  • @ChandraShekar-zq8gv
    @ChandraShekar-zq8gv Годину тому

    Greate Explanation brother..♥

  • @ubaidmundewadi6368
    @ubaidmundewadi6368 27 днів тому

    Great content !! back to watching your video's after some gap

  • @vigneshs5708
    @vigneshs5708 Місяць тому

    Very nice explanation Rahul 👌
    Getting clarity like we have done practically such a clear and detailed explanation your's 😊

  • @gauravchoudhary3733
    @gauravchoudhary3733 24 дні тому

    Amazing video, as always Rahul 🎉

  • @AllenGodswill-im3op
    @AllenGodswill-im3op Місяць тому +1

    Awesome lecture 🎉

  • @mohdamjad1710
    @mohdamjad1710 Місяць тому

    very well explained!!

  • @senthilkumar5129
    @senthilkumar5129 Місяць тому

    thank you

  • @rocktech2359
    @rocktech2359 Місяць тому +1

    Thanks for this wonderful video.
    I have few doubts, can you help.
    I built restapis using Node.js and express and deployed them on to the ec2 instance and using nginx as reverse proxy and load balancer.
    I built these APIs for our startup.
    I'm using t2.micro and my APIs are using in both android and IOS apps.
    I also implemented ci using GitHub actions and running cicd pipeline, it's working fine.
    Now we have app launch we have app launch we are expecting 200 user and they all gonna use at a time.
    so do i need to implement these autoscaling or my nginx loadbalancer can handle it or not.
    and also after these detailed information can you explain me what else i can do .
    if i implement this autoscaling group can i use my running instance and if load increases i will add one more instance.
    Thank you

    • @RahulWagh
      @RahulWagh  Місяць тому +2

      The autoscaling will take care of incoming request but you need to make sure that you have setup suffcient number of ec2 instances upscaling count. Because load balancer is just balancing the incoming request but if you run out of ec2 instances then it will be a problem

    • @rocktech2359
      @rocktech2359 Місяць тому

      @@RahulWagh by watching your video I have setup autoscaling group, and now I have created two instances.
      But now I have few more doubts.
      1. I'm already using an instance and I did all the setup in it like Node.js installation, nginx installation, cicd setup and all required setup.
      So now using autoscaling launch template I have created two more instances.
      So do I again need to do all this setup or is there any ways my previous setup will reusable.
      And also if I need to do steps, do I need to do setup on each instance ?.

  • @manojgandham-lu7tu
    @manojgandham-lu7tu Місяць тому

    👏👏👏

  • @Rameshpowervlogs
    @Rameshpowervlogs Місяць тому

    Bro give complete project on aws cloud by using all services one place with apigateway also

    • @RahulWagh
      @RahulWagh  Місяць тому

      I will add it to my list

  • @amansingh-sp7oo
    @amansingh-sp7oo Місяць тому

    Sir please come with real time organizational isses that we faces

    • @RahulWagh
      @RahulWagh  Місяць тому

      You are welcome

    • @amansingh-sp7oo
      @amansingh-sp7oo Місяць тому

      @@RahulWagh sir we really need that organizational things,that will helpful in interview.

    • @RahulWagh
      @RahulWagh  Місяць тому

      Can you be more specific like what kind of topics you wanna see

    • @amansingh-sp7oo
      @amansingh-sp7oo Місяць тому

      @@RahulWagh sir in interview they asked some environmental things of aws, only who has worked in organization is able to give answer but what about those who has not worked. So some that type of things.

  • @vaibhavdesai7001
    @vaibhavdesai7001 День тому

    Doesn't work always shows bad gateway.

  • @sharathhk6264
    @sharathhk6264 Місяць тому +1

    This is totally wrong sir

    • @RahulWagh
      @RahulWagh  Місяць тому

      What is wrong with the video?

    • @sharathhk6264
      @sharathhk6264 Місяць тому

      @@RahulWagh means it is not best practices