我知道运行实例是在aws-cli中创建ec2-instance,但是什么是create instance?还有什么是stack-id和layer-id。我用谷歌搜索,但没有找到答案。
答案 0 :(得分:1)
您正在这里查看2个AWS服务。在AWS CLI中,run-instances
是指创建EC2服务器。
create-instance
在AWS OpsWorks中用于在OpsWorks堆栈中创建实例。在OpsWorks中,有堆栈和图层。堆栈是层的集合,层代表堆栈组件,例如负载平衡器或一组应用程序服务器。 stack-id
是指用于标识所需OpsWorks堆栈的堆栈ID,而layer-id
是指给定堆栈中的特定层。
由于找不到它,我将在下面添加CLI文档。
EC2-https://docs.aws.amazon.com/cli/latest/reference/ec2/run-instances.html
OpsWorks-https://docs.aws.amazon.com/cli/latest/reference/opsworks/create-instance.html