DEV Community

Cover image for Day 4.Allocate Elastic IP
Thu Kha Kyawe
Thu Kha Kyawe

Posted on

Day 4.Allocate Elastic IP

Lab Information

The Nautilus DevOps team is strategizing the migration of a portion of their infrastructure to the AWS cloud. Recognizing the scale of this undertaking, they have opted to approach the migration in incremental steps rather than as a single massive transition. To achieve this, they have segmented large tasks into smaller, more manageable units. This granular approach enables the team to execute the migration in gradual phases, ensuring smoother implementation and minimizing disruption to ongoing operations. By breaking down the migration into smaller tasks, the Nautilus DevOps team can systematically progress through each stage, allowing for better control, risk mitigation, and optimization of resources throughout the migration process.

For this task, allocate an Elastic IP address, name it as devops-eip.

Lab Solution

Steps to Allocate and Name an Elastic IP

  1. Log in to AWS Console

Use the console URL provided and the username/password (do not share these again).

Ensure region = us-east-1 (N. Virginia).

  1. Navigate to Elastic IPs

Search for EC2 in the AWS console.

In the left EC2 menu, scroll to the “Network & Security” section.

Click Elastic IPs.

  1. Allocate a New Elastic IP

Click Allocate Elastic IP address.

Leave settings as default:

Amazon’s pool of IPv4 addresses (default)

Click Allocate.

The system will display the newly allocated EIP.

  1. Add a Name Tag

Select your new Elastic IP from the list.

At the bottom or top, click Tags.

Click Add/Edit tags.

Add:

Key: Name

Value: devops-eip

Save the changes.


Resources & Next Steps


Credits

  • All labs are from: KodeKloud
  • Thanks for providing them.

Top comments (0)