AWS EC2 tips
Instance name
Instance list > the row > the column > hover your mouse and press the edit button
Consistent IP address
- Open an instance detail page
- Side bar > Network & Security > Elastic IPs
- Allocate Elastic IP address at top right
- Select the new one
- Actions (at top right) > Associate Elastic IP address
Ports and firewall
- Instance details > Security > Security groups > the one
- Edit inbound rules > Add rules
Disk size
- Instance details > Storage > Block devices > the one
- Open the volume
- Modify (right top)
- Update "Size (GiB)"
- Follow the instruction: Extend a Linux file system after resizing a volume - Amazon Elastic Compute Cloud
$ sudo growpart /dev/nvme0n1 1
$ sudo xfs_growfs -d /
$ sudo xfs_growfs -d /data