All About AWS CLI
As a AWS solution engineers, very frequently we will use AWS CLI or at least for bulk operations, audit/inventory operations. So here I am going to consolidate the most...
Read MoreAs a AWS solution engineers, very frequently we will use AWS CLI or at least for bulk operations, audit/inventory operations. So here I am going to consolidate the most...
Read MoreWe usually can delete multiple buckets in same region, but S3 is not region centric and sometimes we may need to delete buckets from different regions at same time,...
Read Morefor region in `aws ec2 describe-regions --output text | cut -f3`do echo -e "nListing Instances in region:'$region'..." aws ec2 describe-instances --region $regiondone As of Today (30-01-2017), You will get...
Read More