Add Elastic IP resource (#6382)
* Update 104-elastic-ip.md * Update src/data/roadmaps/aws/content/101-ec2/104-elastic-ip.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6470/head
parent
b2f30822ec
commit
805bf57fd3
1 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# Elastic IP |
||||
|
||||
"Elastic IP" in AWS EC2 is a static IPv4 address designed for dynamic cloud computing. An Elastic IP address is associated with your AWS account not a particular instance, and you control that address until you choose to explicitly release it. Unlike traditional static IP addresses, however, Elastic IP addresses allow you to mask the failure of an instance or software by rapidly remapping the address to another instance in your account. |
||||
"Elastic IP" in AWS EC2 is a static IPv4 address designed for dynamic cloud computing. An Elastic IP address is associated with your AWS account not a particular instance, and you control that address until you choose to explicitly release it. Unlike traditional static IP addresses, however, Elastic IP addresses allow you to mask the failure of an instance or software by rapidly remapping the address to another instance in your account. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Elastic IP Addresses](https://docs.aws.amazon.com/pt_br/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) |
||||
|
Loading…
Reference in new issue