Rotating SSL/TLS Certificate Current Certificate Expiry: If application connects to an RDS DB instance using Secure Socket Layer (SSL) or Transport Layer Security (TLS), certificate must be rotated before March 5, 2020 Problem Description: As of September 19, 2019, Amazon RDS has published new Certificate Authority …
Read MoreToday we will Learn "How to create an AWS RDS Snapshot using Lambda and Cloudwatch". So that we can automate the AWS RDS Snapshot 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 …
Read MoreToday 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 MoreToday 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 More