Export cloudwatch logs to S3 bucket
I was following this document to export the logs to S3 https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/S3ExportTasks.html#ExportCrossAccount-CLI
How can I get daily cost by resources particularly for s3 and glue jobs
I would like to get the detailed report of cost for services like Glue and S3 by resources. Suppose s3 has 10 buckets. I should be able to see each buckets cost on particular day. Similar for glue as well.
Parsing AWS CLI response
I am looking to tidy up a response from aws ec2 cli. Basically want to get a list of ec2 instances terminated because of lack of spot capacity.