I know you are aware that AWS provides free tier services to new customers for one year. This is mainly to attract new customers to AWS. Actually AWS free tier service encouraged me to start a new blog because other hosting providers make you pay at-least 200INR monthly. Usually bloggers make money with advertisement programs […]
How to periodically Backup your website and MySQL database to local server as well as S3 bucket using Bash script (video)
You might have gone through situation where you need simple script to backup your website and database server. In this article, I will explain how you can periodically Backup your MySQL database and website to local server as well as S3 bucket using Bash script. The reason I am writing the backup script in bash […]
How to Create a MySQL Database in RDS and migrate existing MySQL database to RDS (Video)
Amazon Relation Database Service(RDS) is a managed database service in Cloud provided by AWS. If you are tired of managing database server of your website/webapp, RDS is your best choice. RDS comes with monitoring, 99.99% uptime and Backup service. AWS even provides RDS Free tier service for new customer so that they can test the […]
How to create Linux EC2 instance and connect to it with Elastic IP in AWS (Video)
In this article, let me explain how you can create an Linux EC2 instance in AWS and connect to it with Elastic IP. As you might know, AWS is a popular cloud platform and EC2 is Infrastructure As Service(IaaS ) Cloud solution from AWS. Basically EC2 instance is a virtual machine which can be launched on desired OS […]