How to list all AWS RDS instances and their tags in CSV
I'm new to the AWS CLI and I am trying to build a CSV server inventory of my project's AWS RDS instances that includes their tags. I have done so successfully with EC2 instances using this: aws ec2 describe-isntances --query…