在AWS资源的往返工程中使用CloudFormer

时间:2017-09-26 17:01:35

标签: amazon-web-services automation continuous-integration amazon-cloudformation

我想以自动方式使用CloudFormer来生成我的VPC中现有资源的模板。我可以使用Ruby SDK CloudFormation :: Client.create_stack()创建cloudformer实例并使用CloudFormation :: Client.delete_stack()将其拆除 - 但是当它运行时,我无法弄清楚如何与它交谈,要求它为资源生成云信息模板。我想要做类似的事情:

for every SecurityGroup in VPC:
    ask CloudFormer to generate a cloudformation template of the SecurityGroup
    store the template in S3
    scan the template for compliance with business rules etc.
end

如果CloudFormer运行(以非交互方式),我该如何与CloudFormer交谈?有没有人这样做过?我希望我不必使用Selenium等来与它进行对话。

1 个答案:

答案 0 :(得分:1)

CloudFormer仍处于测试阶段,并且不具有与其他一流 AWS服务相同的命令行界面工具,因此,很遗憾,无法与之交互以编程方式运行的应用程序。