Content

                                                  Content How to create an AWS free Account? Lab 1: To launch amazon Linux EC2 instance Lab 2: To Connect to the instance from Linux client Operating System Lab 3:To Launch amazon windows instance Lab 4: Installing apache in EC2 instance Lab 5: Installing Nginx in EC2 instance Lab 6: Changing Host Name Lab 7: Creating a user and making as a sudoer Lab 8:Assigning an Elastic ip Lab 9:Creating ebs,attach and detach the volumn to the instance Lab 10:Creating an S3 Bucket and creating cross replication in another region Lab 11:Load Balancer Lab 12:Two instances with Application Load Balancer Lab 13:Launching two instances with load Balancer Lab:14 Creating Own VPC  Lab 15: Two instances which classic load Balance with own VPC Lab 16:Two instances with Application load Balancer with own VPC Lab 17: Relational Data B...

Lab 8:Assigning an Elastic ip

                                                       Lab 8:Assigning an Elastic ip


What is Elastic IP?
  It is a static ip address designed for dynamic cloud computing.

Why we use: For example if you stop an instance and restart it the ip address of an instance got change .If  you don't want happen like that you can assign an elastic ip.If you stop and start the instance it won't change the address.
Since public ip given by aws is not permanent ,if the instance is stopped or started again,existing,public ip is released by the instance ,instance ,in the case users across internet again cannot visit the same website ,
so to permanent public ip,assign elastic ip.

Lab :To assigning elastic ip to an instance
open the console
On the EC2 dashboard
Select "networking security"
Click on elastic ip



Click on allocate new address



if u have own vpc select owned by me or else go with the aws pool.
Then the Click on allocate.



To release Elastic ip
Go to Ec2 dashboad
Select networking security
Select Elastic ip
Click on Action
Select disassociate address

Click on disassociate address



Click on action button
Select release address



Click on release


Comments

Popular posts from this blog

Lab 21:Installing docker in instance and build an image

Lab 22:Pushing a docker image to docker hub

Lab 5: Installing Nginx in EC2 instance