如何使用 CloudFormation 创建 OpsWorks 用户?

How to create OpsWorks users using CloudFormation?

我正在尝试创建一个 CloudFormation 模板来部署我的 OpsWorks 堆栈和层以及一些其他 AWS 资源。我想使用他们提供的 Permissions 功能来管理我的 OpsWorks 实例的用户。

我已经能够使用 UI 和 CLI 管理这些用户,但是我找不到任何地方如何使用 CloudFormation 来管理这些用户。我一直在阅读文档,似乎没有为其指定资源。 CloudFormation 是否无法访问 AWS API 中的所有资源?

CloudFormation 不支持 OpsWorks 用户。但它仍然是可能的,您可以使用 CloudFormation 自定义资源来创建 opsworks 用户:http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html