Python Script to take backup of Ec2 Volume with days retention
Assumption: We have access key and secret key which has a privilege to create snapshot, delete snapshot, list volumes,etc., The script will keep 4 days retention and delete […]
Assumption: We have access key and secret key which has a privilege to create snapshot, delete snapshot, list volumes,etc., The script will keep 4 days retention and delete […]
Introduction Command logging can be useful when you need to track commands executed by users on a Linux server. It can help administrators review user activity and investigate
Introduction In a production environment, it is recommended not to expose SSH access to production servers directly to the public internet. A jumpbox can be used as an
Introduction s3fs is a FUSE-based file system backed by Amazon S3. It allows you to mount an S3 bucket as a local file system so that you can
Introduction Most renowned Email Service Providers (ESPs), such as Gmail, Hotmail, and Yahoo, do not prefer receiving multiple emails from the same server in a short period. If
Introduction Creating regular snapshots of AWS EBS volumes is an important part of maintaining backups and protecting data. AWS provides snapshot functionality to create point-in-time backups of EBS