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.…
AWS
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…
Automated backup job using AWS Lambda
Aim: To automate AWS instance backup job with some retention period. Automated backup job using AWS Lambda. How to Automate AMI Backups & Cleanups, using AWS Lambda (Serverless)? Is it possible to automate AWS AMI creation and deletion using Lambda…
How to give access only to a folder inside s3 bucket for an AWS IAM user?
Sometime, you want this option to limit access to an s3 buckets from a particular IAM user. This can be done by adding custom policy on IAM user without changing any policies from bucket level. Scenario: You are AWS account…
How to install AWS command line interface (awscli) on Linux?
Install awscli Yeah, this should help you to manage many things from your Linux server or local machine. AWS supports command line interface tool. It’s package name is awscli. The package awscli is available in commonly using package manager like…