Amazon web services – How to fetch the AWS Image that is over 7 days old?
I use the following Terraform code snippet to fetch the latest image. However, I have a requirement: the image must be 7 days old. If the latest image is not 7 days old, I must fetch the previous image. How…