我正在学习我的AWS证书。我通过SSH连接到Amazon Linux EC2。
当我输入man aws
或man ec2
时,我无法获得任何结果。
我见过AWS CLI网站,但我想知道为什么没有AWS的手册页。
答案 0 :(得分:4)
您可以通过CLI调用它。例如:
$ aws ec2 help
获取有关AWS CLI ec2命令的帮助。
输出:
NAME ec2 -
说明 Amazon Elastic Compute Cloud(Amazon EC2)提供可调整大小的计算 Amazon Web Services(AWS)云中的容量。使用Amazon EC2 elim- 预先考虑您需要投资硬件,这样您就可以开发和开发 更快地部署应用程序。
可用的命令
o accept-reserved-instances-exchange-quote o accept-vpc-peering-connection o allocate-address
<小时/> 如果您需要有关子命令的帮助:
$ aws ec2 create-image help
NAME create-image -
说明 从Amazon EBS支持的实例创建Amazon EBS支持的AMI 无论是跑步还是停止。
If you customized your instance with instance store volumes or EBS vol- umes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes.