A list of common commands for working with the AWS CLI.
Export to file amis.txt. Search AMIs where the name contains the term EKS and owner is amazon.
aws ec2 describe-images --owners amazon --filters 'Name=name, Values="*eks*" > ~/amis.txt
A list of common commands for working with the AWS CLI.
Export to file amis.txt. Search AMIs where the name contains the term EKS and owner is amazon.
aws ec2 describe-images --owners amazon --filters 'Name=name, Values="*eks*" > ~/amis.txt