Skip to content

Commit

Permalink
updated aws_info_ec2_csv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent 00bbc9e commit d285e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_info_ec2_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ json="$(

timestamp "Generating CSV output with AMI images IDs resolved to names"
echo >&2
echo '"Instance_ID","Instance_Name","State","Instance Type","AMI","Architecture","PrivateDNS","PublicDNS"'
echo '"Instance_ID","Instance_Name","State","Instance_Type","AMI","Architecture","PrivateDNS","PublicDNS"'
jq -r '
.[][] |
[ .ID, .Name, .State, .InstanceType, .Platform, .AMI, .Architecture, .PrivateDNS, .PublicDNS ] |
Expand Down

0 comments on commit d285e30

Please sign in to comment.