From 805bf57fd3728a9d6d6a09c6fac07e89c0373259 Mon Sep 17 00:00:00 2001 From: Brunno Soares Date: Fri, 9 Aug 2024 20:29:23 -0300 Subject: [PATCH] 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 --- src/data/roadmaps/aws/content/101-ec2/104-elastic-ip.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/aws/content/101-ec2/104-elastic-ip.md b/src/data/roadmaps/aws/content/101-ec2/104-elastic-ip.md index 2b97b76ca..7661165bc 100644 --- a/src/data/roadmaps/aws/content/101-ec2/104-elastic-ip.md +++ b/src/data/roadmaps/aws/content/101-ec2/104-elastic-ip.md @@ -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. \ No newline at end of file +"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)