Today we will Learn "How to delete an AWS RDS Snapshot using Lambda and Cloudwatch". So that we can automate the AWS RDS Snapshot deletion 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 …
Read MoreHello Everyone, Today we will learn How to create FTP user in Linux/EC2 server. We will use this ftp user to connect our Linux server from our local machine via Filezilla or other FTP clients. So, First connect the Linux Server: Install FTP Server(vsftpd) For Ubuntu:
sudo apt-get install vsftpdFor Centos or …
Read MoreBy default, Memcached does not provide own client testing utility like ‘redis-cli’ but we can use ‘telnet’ or ‘nc’ command to connect to memcached node to execute all memcached supported commands. Note: Please keep in mind that, Elasticache service is accessible within the same VPC by default and please make sure your …
Read MoreSometimes 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 More