01/03/2023
Hi all,
Working for many years on AWS, I would like to help AWS community!
Today let me share you today a first tip on how to Backup critical data from Windows directly to AWS S3 using a simple bat file on Windows.
Introduction AWS ensures your data to be safe at 99.999999999 (eleven 9s)! So, you could rely way more on s3 than on your external drives. Pre-request: Preparation Let’s first check your AWS CLI installation. Open the command line and execute the following command: aws –version If aws cli versio...