Disable or Enable Auto-Healing on AWS using API or CLI

时间:2017-08-04 12:09:01

标签: amazon-web-services aws-cli aws-opsworks

As an important attributes of Amazon, I'm curious about the topic which we can disable or enable auto-healing on AWS using API or CLI or we can't.

1 个答案:

答案 0 :(得分:1)

适用于OpsWorks的AWS CLI:update-layer

aws opsworks --layer-id <value> [--enable-auto-healing | --no-enable-auto-healing]

更新指定图层。

必需的权限:要使用此操作,IAM用户必须具有堆栈的“管理”权限级别或显式授予权限的附加策略。有关用户权限的详细信息,请参阅管理用户权限。

--enable-auto-healing | --no-enable-auto-healing (boolean)
  

是否禁用图层的自动修复。