Today I will show you, how you can start and stop your AWS RDS instance using Lambda and Cloudwatch. Step 1: Create a Policy which has RDS, start-stop permission and has Cloudwatch permission. Create new Policy and paste the below policy in it: 1{ 2 "Version": "2012-10-17", 3 "Statement": [ 4 { 5 "Effect": "Allow", 6 …
Read MoreToday we will upgrade our old m4.large RHEL instance to m5.large RHEL instance. But before doing this activity, we have to check if our instance is compatible or not. As C5,M5 instances support the next generation Elastic Network Adapter (ENA) technology. The C4,M4 instance use the Intel 82599 VF interface for enhanced …
Read More