Q48 & 49

  1. Question 48. What Is A Placement Group In Ec2 ?

    Answer :

    AWS provides an option of creating a Placement Group in EC2 to logically group the instances within as single Availability Zone.

    We get the benefits of low network latency and high network throughput by using a Placement Group.

    Placement Group is a free option as of now. When we stop an instance, it will run in same Placement Group in restart at a later point of time.

    The biggest limitation of Placement Group is that we cannot add Instances from multiple availability zones to one Placement Group.

  2. Question 49. What Types Of Issues Do You Face While Connecting To An Ec2 Instance ?

    Answer :

    Some of the possible connection issues with EC2 instance are:

    • Connection time out
    • Permission denied due to host key not found
    • Unprotected private key file
    • Permission denied due to user key not recognized by server
    • No supported authentication method available
    • Server refused the key AWS Video Training

Comments

Post a Comment

Popular posts from this blog

Q46

Q41