From the course: AWS Essential Training for Developers
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Static addresses with Elastic IPs - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
Static addresses with Elastic IPs
- Because we told AWS that each of our instances could have a public IP address, AWS randomly assigned a public IP to each of our servers, which is written here in red. And now, our computers are accessible from the public internet through the internet gateway that they created for us. But the only catch with these public IP addresses is that if you stop the instance, which is kind of like pulling power to the server, and then you start it back up again later, it's going to go to Amazon's pool of IP addresses and get a new public IP. Now, if you've hard coded your IP address anywhere, such as in your DNS records, which we'll get into DNS later, then you'll need to go through and update everything with your new public IP address. Now, if this happens randomly in the middle of the night, which it can, especially if AWS is trying to recover an instance due to a hardware failure, then your site's going to be down until you…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
Using security groups as firewalls2m 21s
-
(Locked)
Editing security groups6m 34s
-
(Locked)
Virtual Private Cloud (VPC)4m 1s
-
(Locked)
Public and private subnets2m 23s
-
(Locked)
Internet and NAT gateways4m 36s
-
(Locked)
Static addresses with Elastic IPs4m 56s
-
(Locked)
Using VPNs to access private subnets3m 23s
-
(Locked)
Scaling with Elastic Load Balancer (ELB)2m 46s
-
(Locked)
Creating an Application Load Balancer (ALB)7m 9s
-
(Locked)
Pointing a domain to your EC2s with Route 536m 57s
-
(Locked)
Challenge: Add a server to your load balancer26s
-
(Locked)
Solution: Add a server to your load balancer2m 39s
-
-
-
-
-
-
-
-
-
-