AWS EC2 Advanced Interview Questions for Experienced | FAQS

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

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

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

    Ebs of volume type io1 / io2 have multiple attach option through which you can attach one ebs with mutiple instance , only catch is That , all the instance which are going to be connected need to be in same AZ

  • @vipinkumar-bq6yh
    @vipinkumar-bq6yh 3 ปีที่แล้ว +1

    can we access EC2 instance through CLI without using access and secret key? is it possible

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

    i had already create instance in ec2 and i want to upgrade that instance so what can i do ,can i upgrade that same instance ?

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

      Do you want to upgrade software in same version or you want to upgrade version of OS?

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

      If you meant upgrading the instance type, (eg. gp2 / io1 / t3 etc) yes you can after shutting down the instance and modifying the instance type property.

  • @ShivamSharma-xz5je
    @ShivamSharma-xz5je 3 ปีที่แล้ว

    5:43 private snashots and own snapshots?
    Shouldnn't private snapshot be private to a user?

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

      These are private for an account

    • @ShivamSharma-xz5je
      @ShivamSharma-xz5je 3 ปีที่แล้ว

      @@ServerGyan And an account can have several users so then they can be shared with them?

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

    I created 5 EC2 Instances , my requirement is to give only 3 ec2 instances permission to other users .How can i achieve this

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

      You can achieve this by using aws iam custom policy.