Skip to main content

Command Palette

Search for a command to run...

Attach Elastic IP to EC2 Instance

Updated
1 min read
Attach Elastic IP to EC2 Instance
A

Infosec Poet and CAP-certified DevOps/SecOps Engineer, passionate about security, creativity, and continuous learning.

Tasks

  • There is an instance named xfusion-ec2 and an elastic-ip named xfusion-ec2-eip in us-east-1 region. Attach the xfusion-ec2-eip elastic-ip to the xfusion-ec2 instance.

Steps

  1. We have Elastic IP addresses.

  2. Follow this steps : EC2Elastic IP addressesAssociate Elastic IP address

  3. Allocate running instance and assocate now.

  4. Elastic IP address associated successfully.

Cloud Platforms

Part 40 of 48

This series covers cloud platforms (AWS, Azure, GCP, OCI), including certifications, labs, issues, solutions, and billing. We'll also explore on-premises solutions and hybrid cloud environments.

Up next

Change EC2 Instance Type

Tasks Change the instance type from t2.micro to t2.nano for devops-ec2 instance Make sure the ec2 instance devops-ec2 is in running state after the change. Steps As we already have a instance name devops-ec2 with t2.micro on running state. Fi...