Running something like this instead to get the IP's: aws s3 cp s3://apollo-usage-2.0.5/ logfiles --recursive grep -vl production | xargs rm -f grep -vl aws-internal | xargs rm -f grep server * | cut -c150-164 | sort -u
Running something like this instead to get the IP's: