Articles by Rahul Shivalkar
-
How to setup EC2 Auto Scaling Group (ASG) on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 1In this article, we will see how to create an ASG and see how the number of instances can be maintained if the count decreases or load on the system increases.
-
How to create a Virtual Private Cloud (VPC) in AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0VPC (Virtual Private Cloud) falls under - Network and Content Delivery - service in AWS (Amazon Web Services). VPC provides us logically a virtual private, isolated cloud. In this article, we will see how to create a VPC using the Wizard as this is the simplest way to start with.
-
What is IAM and How does IAM Work in AWS?
Author: Rahul Shivalkar • Tags: server, virtualization • Comments: 4IAM (Identity and Access Management) falls under “Security, Identity, & Compliance” service in AWS (Amazon Web Services). It lets us manage access to AWS services and resources securely. Using IAM we can create and manage AWS users, groups, roles and use permissions to allow or deny their access to AWS resources.
-
-
AWS Lambda Function to Start and Stop an EC2 Instance
Author: Rahul Shivalkar • Tags: cloud • Comments: 5Lambda falls under “Compute” service in AWS (Amazon Web Services). Using Lambda we can code without provisioning or managing servers. In this article, we will see how to create a simple Lambda function that can start/stop an EC2 instance.
-
How to setup Elastic Container Registry (ECR) for Docker on AWS
Author: Rahul Shivalkar • Tags: virtualization • Comments: 0Amazon Elastic Container Registry (ECR) is a managed container registry service of AWS. In this article, we will see how to create an ECR registry, repository, and push and pull the Docker image to/from it.
-
How to create an alarm for an EC2 instance with Cloudwatch
Author: Rahul Shivalkar • Tags: server, virtualization • Comments: 0Cloudwatch is a monitoring and management service which can be used to monitor services on AWS and manage them when a particular condition meets. Cloudwatch can be used to collect performance and operational data (CPU, RAM, Network_IN, Network_Out, etc) of the services available on AWS .
-
How to create an S3 Bucket (Object Storage) on Amazon AWS
Author: Rahul Shivalkar • Tags: cloud, storage • Comments: 2Amazon S3 (Simple Storage Service) is an object storage where you can store your objects (Files, Videos, Images, Documents, and any-type-of-file). In this article, I will show you how to create an S3 Bucket on AWS, upload an object and perform basic operations.
-
How to create an Ubuntu EC2 Instance on AWS
Author: Rahul Shivalkar • Tags: server, ubuntu, virtualization • Comments: 3In this article, we will see how to create a new Ubuntu EC2 Instance on AWS. EC2 (Elastic Compute Cloud ) is part of the “Compute” service in AWS (Amazon Web Services). EC2 is nothing but a VM (Virtual Machine) in AWS.