I want to write a script that prints out all the AMIs created before (or after) a certain date. However, I am really struggling to do this so any help is sincerely appreciated.
I don't have much now, but this is what I have so far:
aws ec2 describe-images > c:\ami_names.txt
Any tips on how to filter out just for the AMIs created before a certain date?