Skip to content

Commit

Permalink
updated aws_info_ec2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent c23a800 commit 8d61ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/aws_info_ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ for ami_id in "${!ami_map[@]}"; do
done

timestamp "Getting list of EC2 instances with translated AMI IDs to Names"
timestamp "Putting AMI last as replacing the AMI IDs with Names will mess up the character width alignment of the last column"
echo >&2
# shellcheck disable=SC2016
aws ec2 describe-instances \
Expand Down

0 comments on commit 8d61ff6

Please sign in to comment.