This can help you on following: How to use S3cmd to manage your Object Storage? How to Sync Files and Directories to AWS S3 using s3cmd Tool? Getting started with AWS s3cmd command by examples. How to use Object Storage…
AWS
How to configure IAM user on your Linux machine to manage AWS accounts?
Quick Intro Planning to manage your AWS services from your Linux machine? How we can manage different AWS accounts from single Linux machine? Does awscli support multiple AWS profiles? How to do that? Here you can manage your AWS services…
How to configure S3 to host a static website?
Nowadays, most commonly everyone know about AWS. AWS is a secure cloud services platform that offers compute power, database storage, content delivery and several other platform services such as Infrastructure as a service(IaaS), Platform as a service (PaaS) and Software…
A quick jump into AWS EC2 features – overview
Hey this is pretty awesome to write in new WordPress editor mode. Really good. They call the new editor Gutenberg. Alright, I planned to write this post a few months ago, but, didn’t get enough time to work on it.…
Shutdown your test infra and reduce cost – AWS
I hope this article should be helpful for you, if you are managing a medium or large size infra in AWS platform. There should be a lot of services or instances that we can shutdown for many hours in a…
Attach new disk (EBS) to a running EC2 instance with LVM enabled
Add an EBS to a running EC2 instances with logical volume. We are familiar with the technology LVM and we have hands on experience with LVM. Here I am explaining the steps that helps you to attach a disk (EBS)…
How to redirect non www request to www domain – AWS route 53
This is a simple workaround to redirect all non www request to www domain, from AWS Route 53. In this case your, I am considering that, your APP/Site is directly connecting from some ELB to direct App/Web port. No web-servers…