Sometimes you need to find the servers state of all servers launched in your AWS Account. If you have only one region and few servers, you can get these details from AWS console very easily but if you have multiples server in multiple regions, then this task may create a problem. You have to check each region …
Read MoreMany time to secure our Windows server, we have to change the Default RDP port to some Custom port. Which is also a good practice to secure the servers. Today we will learn, how to change the Default RDP port (3389 port) to your Custom port. To change the RDP port, please follow the below steps: Connect to your Windows …
Read MoreMany time to secure our Linux server, we have to change the Default SSH port to some Custom port. Which is also a good practice to secure the servers. Today we will learn, how to change the Default SSH port (22 port) to your Custom port. To change the SSH port, please follow the below steps: Connect to your Linux …
Read MoreAccessing Your RI Purchase Recommendations and Identifying Opportunities for Cost Optimization When to choose to move in the cloud. The first thing comes in our mind is "How much it will cost, how can we utilized the resources and How can I monitor my Billing and optimize my billing". Now without any third-party tool, …
Read MoreToday we will learn, How to enable the enhanced networking (ENA) in Centos/RHEL/Amazon Linux EC2 instances. Before moving further, un the following command to upgrade the kernel to the latest version:: 1 ▶ sudo yum upgrade kernel -y Now, Here are the steps that We have to taken in order to enable ENA: Step 1. Ensure …
Read MoreToday we will learn, how to create custom IAM policy. Step 1: Open AWS Console and Select IAM service. Step 2: Select "Policies". Step 3: Click on "Create Policy". Step 4: Click on "Json", Paste your policy and Press "Review Policy". Note: You can also use visual editor to create IAM Policies, which is very easy to use …
Read MoreToday we will learn, how to create an IAM Role for AWS EC2 Instance. When you want to call any AWS API from EC2 for your applications and want to call it securely, without managing the security credentials that the applications use. Instead of creating and distributing your AWS credentials, you can assign permission to …
Read MoreIn previous blog, We have learned "how to Automate EC2 AMI backup process". Today we will learn, how to delete old AWS Instance(EC2) AMI using Lambda and Cloudwatch with a retention period. So that we will not charged for old EC2 AMIs. Please follow the below steps to achieve this. Step 1: Create IAM policy for an IAM …
Read MoreToday we will learn, how to create an IAM Role for Lambda Function. Every lambda function need some permission for execution. So it's important to know how to create IAM Role for Lambda. To create IAM Role for Lambda, Please follow the below Steps: Step 1: Open AWS Console and Select IAM service. Step 2: Select IAM …
Read MoreToday we will create an AWS Instance(EC2) AMI backup using Lambda and Cloudwatch. So that we can automate the AMI creation process as per our requirement. Please follow the below steps to achieve this. Step 1: Create IAM policy for an IAM Role. Copy the below policy and paste it in your IAM policy. 1{ 2 "Version": …
Read More