Introduction Hello everyone!!! In this post, we will be discussing Docker Swarm creation over AWS. As we all know, Docker is a technology that allows you to build, run, test, and deploy distributed applications that are based on Linux containers. More often, distributed systems are given preferences over standalone production containers. There are various advantages ... Read More
If we have several Virtual private servers (VPS) and we need to back up the user data’s and database’s to Amazon S3 we can use a command-line tool to copy the files from VPS server’s to Amazon s3 without pain. Note: Here My Bucket name is server-backup First, we need to install with S3 utility. ... Read More