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 readingHow to create an IAM Group
An IAM group is nothing but a collection of IAM users. Groups can simplify managing permissions for multiple users. Instead
Continue readingHow to create an S3 bucket
Amazon S3 is a secure, durable and highly scalable object storage service where you can store and retrieve any amount
Continue readingHow to create an IAM User
Login to the AWS console as root user or as an IAM user with IAMFullAccess policy. Choose IAM service under
Continue readingHow to create a billing alarm for your AWS account
AWS provides us with an option to get notified when the monthly bill exceeds a certain threshold using billing alarms.
Continue reading