Sad Servers AWS
EBS Volume Automation
Feb 13, 20263 min read1
Search for a command to run...
Articles tagged with #bash
EBS Volume Automation
Problem: We have a lot of AWS EC2 instances and EBS volumes, the description of which volumes we have save to a file with: aws ec2 describe-volumes > aws-volumes.json To solve this, we need to parse the aws-volumes.json file using jq. This tool is th...