In this project, we will create a shell script to list EC2 Instances, S3 buckets, and IAM users and automatically output them into a log file at certain timely intervals by setting up a Cron Job.
Prerequisites
Create an EC2 Instance, SSH into it, an...