Given a string, find the lexicographically smallest palindrome if possibleThe idea behind this is simple, let’s divide this problem into two parts: Step-1: First we need to know whether it is possible to generate…Jul 8, 2021Jul 8, 2021
Managing EC2 InstanceAWS CLI is a tool that lets you manage your AWS services without actually logging into AWS console. It provides numerous general commands…Nov 15, 2020Nov 15, 2020
How do I stop EC2 Instance on schedule to save cost?I want to use AWS Lambda and CloudWatch Events to stop running EC2 instance at a particular time daily.Oct 30, 2020Oct 30, 2020