Day 5.Create GP3 Volume
Source: Dev.to
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. By segmenting large tasks into smaller, more manageable units, the team can execute the migration in gradual phases, ensuring smoother implementation and minimizing disruption to ongoing operations. This granular approach allows for better control, risk mitigation, and optimization of resources throughout the migration process.
Create a GP3 Volume
Requirements
- Name:
xfusion-volume - Volume type: gp3 (General Purpose SSD)
- Size: 2 GiB
Steps
- Log in to the AWS Console using the provided link and credentials.
- Navigate to the EBS Volumes page:
- Search for EC2 in the AWS console.
- In the left navigation pane, scroll to Elastic Block Store → Volumes.
- Click Create volume.
- Fill in the required fields:
- Volume type: General Purpose SSD (gp3)
- Size: 2 GiB
- Availability Zone: Choose any AZ (e.g.,
us-east-1a).
- Scroll to Tags and add a tag:
- Key:
Name - Value:
xfusion-volume
- Key:
- Click Create volume.
Resources & Next Steps
- Full Code Repository: KodeKloud Learning Labs
- More Deep Dives: Whispering Cloud Insights – read other technical articles
- Join Discussion: DEV Community – share your thoughts and questions
- Let’s Connect: LinkedIn
Credits
All labs are from KodeKloud. Thanks for providing them.