Steps: Split file Create upload id Upload all file parts Compose json file with all Key Tags Complete upload Verify
Continue readingCategory: How-To Guides
How to move EBS volume to a different EC2 Instance across availability zones
Steps: Create snapshot of EBS volume Create new EBS volume from snapshot in the required Availability Zone Attach volume to
Continue readingHow to resize EBS volume
Login to AWS Management Console and choose Volumes on the EC2 Dashboard. Right click on the volume that you would
Continue readingHow to move EBS volume to a different EC2 Instance within the same availability zone
Steps: Unmount volume from Instance 1 Remove entry from fstab Detach volume from Instance 1 Attach volume to Instance 2
Continue readingHow to create and attach EBS volume to Linux EC2 Instance
Steps: Create EBS Volume Attach volume to EC2 Instance Create file system on the new volume Create mount point Mount
Continue readingHow to change EC2 Instance type
AWS EC2 service offers several instance types for various use cases. It is the customer’s responsibility to choose an Instance
Continue readingHow to create an IAM role and attach it to the EC2 Instance
IAM roles allow you to grant privileges to IAM resources. Login to the AWS Management console and select IAM. In
Continue readingHow to SSH into Linux EC2 instance from a Windows machine
To ssh into the linux EC2 instance from a windows machine, you need to use putty which is an open
Continue readingHow to launch an EC2 Instance
Amazon EC2(Elastic compute cloud) service provides re-sizable compute capacity in the cloud while reducing the amount of time required to
Continue readingHow to create AMI of an EC2 Instance
An Amazon Machine Image(AMI) is a server template that can be used to launch any number of EC2 instances. It
Continue reading