mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-24 18:13:48 +00:00
Update aws.md
This commit is contained in:
@@ -308,6 +308,14 @@
|
||||
- [AWS CLI Command Reference](http://docs.aws.amazon.com/cli/latest/index.html)
|
||||
- [New usage examples have been added to the CLI for CodePipeline API Reference](http://docs.aws.amazon.com/cli/latest/reference/codepipeline/index.html)
|
||||
- [ec2-ssh-yplan: A pair of command line utilities for finding and SSH-ing into your Amazon EC2 instances by tag (such as ‘Name’)](https://pypi.python.org/pypi/ec2-ssh-yplan/)
|
||||
- List running instances using 'awscli':
|
||||
```
|
||||
aws ec2 describe-instances --filters Name=instance-state-name,Values=running --query 'Reservations[].Instances[].[InstanceID]'
|
||||
```
|
||||
- List all AWS instances in a table format using 'awscli':
|
||||
```
|
||||
aws ec2 describe-instances --query 'Reservations[].Instances[].[Placement.AvailabilityZone, State.Name, InstanceID,InstanceType,Platform,Tags.Value,State.Code,Tags.Values]' --output table
|
||||
```
|
||||
|
||||
## AWS VPC
|
||||
- [linuxjournal.com: AWS EC2 VPC CLI](http://www.linuxjournal.com/content/aws-ec2-vpc-cli)
|
||||
|
||||
Reference in New Issue
Block a user