AWS CLI (Amazon Web Services Command Line Interface) is a tool provided by AWS to manage all the AWS services
Continue readingHow to perform multi-part upload to S3 using CLI
Steps: Split file Create upload id Upload all file parts Compose json file with all Key Tags Complete upload Verify
Continue readingS3 Concepts – Buckets
A bucket is a container for objects. To upload objects, you must first create a bucket and then upload objects
Continue readingShared Responsibility Model
In an on-premise data center, as an owner, you are responsible for end-to-end security whereas in cloud, security is a
Continue readingAWS Global Infrastructure
AWS infrastructure is spread across the globe to provide low latency and high availability to customers all around the world.
Continue readingHow 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 reading