It is hard to take ebs backup manually each day as system administrator should log in to account daily. This bash script gives the power to automate that process. This automated ebs snapshots generating script reduce administrative task such it can defined how long backup should be kept on AWS account by configuring backup retention …
Category Archive: Amazon Web Services
Feb 27
Amazon Simple Work Flow – shortnote
When I studied for AWS Certified Solution Architecture – Associated exam, both SQS and SWF ( amazon simple work flow ) were little hard for me. After reading numerous online resources and following video tutorials I was able to grab the concept of these two services. So I thought to blog the basic of serive …
Feb 24
Amazon Simple Queue Service – shortnote
If you are interested at cloud computing, Amazon web service is not a new term for sure 🙂 . Here, I thought to make blog post about one of AWS service called as Simple Queue Service abbreviated as SQS. This would be useful as aws exam short-note, and also understanding basic concept of SQS. Queues …