Skip to content

Commit

Permalink
updated aws_info_ec2_all_profiles_csv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 22, 2024
1 parent 55b9edf commit 7f49923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/aws_info_ec2_all_profiles_csv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tmp="$(mktemp)"
# sorting only makes sense when combining a single CSV output format which is why this is EC2 only

# we'd have to combine all the individual CSVs but they have different timestamps, hard to predict, and don't want to make them less granular
head -n1 "$csv" > "$csv_sorted"
head -n1 "$csv" > "$tmp"

aws_foreach_profile.sh "
tail -n +2 'aws_info_ec2-$LOG_TIMESTAMP.csv'
Expand Down

0 comments on commit 7f49923

Please sign in to comment.