Is it possible to list all resources in AWS account using AWS cli? No. There is no direct method or command for that. But there is a workaround for that. In this post I’m gonna show you how to list…
AWS
How to forcefully unmount a device in EC2 linux Instance
Recently I had a situation on one of my amazon EC2 instance that, I had to unmount a device from a server(amazon ec2 instance) and attach it to another instance. For that, I removed the entry from /etc/fstab file and…