News

Where with ec2-describe-instances you could just append a list of IDs, with AWS CLI, you need to use the --instance-ids argument first: $ aws ec2 describe-instances --instance-ids i-someid ...