What is elastic ip in AWS?

devquora
devquora

Posted On: Nov 23, 2022

 

An elastic IP address is a public static IPv4 address that is reachable from the Internet. Primarily, elastic IP addresses are managed by AWS to maintain its dynamic cloud computing services and within the AWS infrastructure, clients have virtual private clouds (VPC), and in the VPCs, users have instances. So while launching an EC2 instance, you obtain a public IP address by which that instance is reachable from the internet. Once you suspend that instance and restart the instance you get a different public IP for the same instance. So it's basically a difficult to connect your instance from the internet for not having a static IP. To surmount this problem, an elastic IP is attached to an instance which doesn't switch after you stop/start the instance. To recapitulate, elastic IP is a permanent IP for the instance.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Aws Interview Questions

    What is AWS?

    AWS stands for Amazon Web Services and is a platform that provides database storage, secure cloud services, offering to..

    Aws Interview Questions

    How is buffer used in AWS?

    It is used to make the system more robust and manage traffic by synchronizing different components.The component proces..

    Aws Interview Questions

    Explain the key components of AWS?

    Route 53 Simple E-mail serve Identity and Access Management Simple Storage Device Elastic Compute Cloud Elastic Block S..