Blogs

AWS EC2 Basics

EC2 (elastic cloud compute) Instance Stop: The instance will be shutdown and the virtual machine that was provisioned for you will be permanently taken away.

Read more

Some Quick EC2 Commands

NOTE- The -K and -C are REQUIRED parameters for all the ec2 commands. #ec2-run-instances Launches a specified number of instances of an AMI for which you have permissions.

Read more

Copy S3 Buckets across AWS accounts

Amazon S3 bucket names are UNIQUE accross all AWS Accounts. For example, suppose your first account username is acc1@gmail.

Read more