Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 365 Bytes

aws.md

File metadata and controls

11 lines (6 loc) · 365 Bytes

Common AWS CLI Command Cheatsheet

A list of common commands for working with the AWS CLI.

Get information

Retrieve information about the available AMIs

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