AWS EC2 Auto Scaling hands on demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ต.ค. 2024

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

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

    e2e gitrepo github.com/e2eSolutionArchitect
    e2e gitrepo for 'Terraform' github.com/e2eSolutionArchitect/terraform
    e2e Academy repo github.com/e2eSolutionArchitect/academy

  • @Channel-me2dm
    @Channel-me2dm 3 ปีที่แล้ว +1

    no fancy video modifications. Up to the mark...great explanation

  • @lpanebr
    @lpanebr 2 ปีที่แล้ว +2

    Great video! It would be great if you could make a follow-up configuring scale policies and load balancer! Thanks!!

  • @shayanalibhatti8724
    @shayanalibhatti8724 2 ปีที่แล้ว

    Thanks a lot for taking the time to make this video. Very helpful

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

    Very useful

  • @wangzhipeng4585
    @wangzhipeng4585 2 ปีที่แล้ว

    excellent video, explained very clearly, thank you !

  • @HemanthKumarLakshmiNarayana
    @HemanthKumarLakshmiNarayana 3 ปีที่แล้ว +3

    Thanks for the demo. It was useful. How do I create EC2 Autoscaling for an existing instance?

    • @mohsinm.chaudary656
      @mohsinm.chaudary656 3 ปีที่แล้ว

      good question

    • @sarahzouaoui7311
      @sarahzouaoui7311 3 ปีที่แล้ว +3

      You create an AMI image of your instance and then you select it when configuring your auto scaling group

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

      While creating Autoscaling group you need to select an AMI. First you create an AMI from your existing EC2. then create the autoscaling group and use that AMI which you created.

    • @mimahmed95
      @mimahmed95 3 ปีที่แล้ว

      @@e2esolutionarchitect Excellent. Thanks

  • @possible11
    @possible11 3 ปีที่แล้ว

    You explained well to create a new auto scaling instance. Can you please tell me, how can add auto scaling to my running instance?

  • @aussieclicks96
    @aussieclicks96 3 ปีที่แล้ว

    Please do a video about SpringBoot microservices application autoscaling on AWS. Thank you.!

  • @tamilpattucassette6859
    @tamilpattucassette6859 2 ปีที่แล้ว

    Excellent . thank you !!!

  • @rahmanrahan4397
    @rahmanrahan4397 9 หลายเดือนก่อน +1

    Thanks for demo
    I have created ASG and configured it to load balancer which i previously created. When i try to load dns server in web browser it throws 503 error.
    I checked ASG created instances are attached to my load balancer.
    What are possible options to fix it ?

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

    you create clean instances you do not explain for example if one has a project in nodejs as I replicate it in the ec2 autoscaling

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

    which is the primary IP address? how to setup the DNS records

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

    I'm getting this error -
    Invalid launch template specified in Step 1: The image id '[ami-0691c28d7daf63ebb]' does not exist
    Can you help thanks.

  • @anishchatterjee6117
    @anishchatterjee6117 2 ปีที่แล้ว

    Thanks for the demo…Q: the ASGs span across miltiple AZs and the subnets we use enables us to launch the ec2 instances in diff AZs, thus creating HA?? Say 1 AZ goes dwn, the EC2 from another AZ will take charge? Is the understanding correct pls?

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

      You are correct. this is how HA is enabled. if in addition you are using LB then just remember to add the same subnets with target groups. otherwise your LB will not find the ec2s. you can check our recently released autoscaling automation tutorial in this channel

  • @abhishekprabhakar001
    @abhishekprabhakar001 2 ปีที่แล้ว

    i followed same but i am not getting public DNS only private DNS is comming

  • @maliksayyed3014
    @maliksayyed3014 2 ปีที่แล้ว

    After Created ASG not showing public ip?

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

    Upcomming training and Bootcamps: e2esolutionarchitect.eventbrite.ca

  • @snigdhoash
    @snigdhoash 2 ปีที่แล้ว

    Is there anyway to monitor the ec2 volume? i.e. if the volume is full a notification mail comes to me.

  • @javierlimaymanta4115
    @javierlimaymanta4115 3 ปีที่แล้ว

    Hi is posibly create a scaling group, with one insrtance working with ami wordpress bitnami, and configure scale politices to increace instances to prevent down the website when have high traficc?