AWS 有手册页吗?

tom*_*nez 1 amazon-ec2 amazon-web-services aws-cli

我正在学习 AWS 证书。我通过 SSH 连接到 Amazon Linux EC2。

当我输入man awsman ec2没有得到任何结果时。

我看过 AWS CLI 网站,但我想知道为什么没有 AWS 的手册页。

hel*_*loV 5

您可以通过 CLI 调用它。例如:

$ aws ec2 help
Run Code Online (Sandbox Code Playgroud)

有关 AWS CLI ec2 命令的帮助。

输出:

名称 ec2 -

描述 Amazon Elastic Compute Cloud (Amazon EC2) 在 Amazon Web Services (AWS) 云中提供可调整大小的计算能力。使用 Amazon EC2 无需预先投资硬件,因此您可以更快地开发和部署应用程序。

可用命令

   o accept-reserved-instances-exchange-quote

   o accept-vpc-peering-connection

   o allocate-address
Run Code Online (Sandbox Code Playgroud)


如果您需要有关子命令的帮助:

$ aws ec2 create-image help
Run Code Online (Sandbox Code Playgroud)

名称创建图像 -

描述 从正在运行或已停止的 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.
Run Code Online (Sandbox Code Playgroud)