Skip to content

Commit

Permalink
updated aws_rds_list.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 11, 2024
1 parent 40db959 commit 65131d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws/aws_rds_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ fi

aws rds describe-db-instances \
--query "DBInstances[*].[DBInstanceIdentifier, DBInstanceStatus, Engine, AvailabilityZone, DBInstanceClass, AllocatedStorage, Endpoint.Address]" \
--output table \
--headers 'Instance' 'Status' 'Engine' 'Availability Zone' 'Instance Type' 'Allocated Storage' 'Endpoint DNS FQDN Address'
--output table

0 comments on commit 65131d3

Please sign in to comment.