I am using AWS CLI to get the list of AMI's created by specific owner however I want to get the creation date of the AMI along with the size of the AMI
The command I am using is below.
ec2-describe-images --filter "is-public=false" --filter "architecture=x86_64" --filter "owner-id=xxxxxxx"
Please guide me.
