【发布时间】:2017-05-02 06:17:31
【问题描述】:
上下文:我通过 Link to Amazon Web Services to create Swarms 连接到我的提供商。
成功创建角色。
然后,在创建策略以关联到角色时,发生了问题。
问题: 发生错误:不能超过 PolicySize 的配额:5120
按照他们的建议,这是我需要在政策中添加的内容:
https://docs.docker.com/docker-for-aws/iam-permissions/
是否进行了一些研究,人们似乎喜欢这个解决方案:
https://github.com/docker/machine/issues/1655
如何使用最佳方法创建策略? 注意到 Docker 中的文档是错误的 - 在我的情况下不起作用 - 最好的方法是什么?
【问题讨论】:
-
@GhostCat 我投票为“需要编辑”的原因主要是由于标题和正文。我的问题很清楚,用户正在
It's possible to get only the information the API makes available to us. In order to get that information, (1) Get the Access Token, (2) ...行内寻找东西。
标签: amazon-web-services docker docker-swarm docker-cloud