Using database isn’t complicated anymore. I am a big fan of the NOSQL database service offered by aws which is called DynamoDB.You can create a…
AWS Tutorial: Stop your EC2 Instances Every night with Lambda functions and Cloudwatch
If you want to schedule a cron job to stop all your EC2 instances on the cloud, what do you do? Do you have to…