简体   繁体   English

带有CI / CD的AWS云形成

[英]AWS cloud formation with CI/CD

From my research so far, it seems Atlassian is the only one that supports cloud formation stacks as part of the CI/CD pipeline. 从到目前为止的研究来看,Atlassian似乎是唯一支持将云形成堆栈作为CI / CD管道的一部分的平台。 Most other tools like Drone, CodeShip etc seem to work with S3 for dropping the artifacts in a bucket. 大多数其他工具(如Drone,CodeShip等)似乎都可以与S3一起使用,以将工件放入存储桶中。

Are there tools / plugins / projects that support AWS CF as part of CI/CD? 是否有作为CI / CD一部分支持AWS CF的工具/插件/项目?

There are Plugins or Add-Ons to Automate the CI / CD for Bamboo ( Atlassian ) & Jenkins ( Or in the other words, I have seen ). 有用于自动化Bamboo / AtlassianJenkins的CI / CD的插件或附加组件(换句话说,我已经看到了)。

Until the respective CI/CD Repository Provider or the open source community comes up with a similar offering; 直到相应的CI / CD存储库提供者或开源社区提出类似的产品之前; I guess you add additional step in the Build Process & Call the CloudFormation API and do the stack launch via. 我猜您在构建流程中添加了额外的步骤并调用CloudFormation API,并通过进行了堆栈启动。 a web service call CFN - CreateStack Web服务调用 CFN-CreateStack

one of the founders of Codeship here. 这里的Codeship创始人之一。

You can use the AWS tools to deploy your cloud formation stacks into AWS the same way you do on your own machine currently. 您可以使用AWS工具以与当前在自己的计算机上相同的方式将云形成堆栈部署到AWS中。 We have a script deployment that lets you add any command you want to run for your deployment. 我们有一个脚本部署,可让您添加要为部署运行的任何命令。 So there are basically no limits to what you can do with Codeship there. 因此,在那里使用Codeship基本上没有任何限制。

If you have further questions you can also always send a support request in our app which will help you quickly. 如果您还有其他疑问,也可以随时在我们的应用程序中发送支持请求,这将很快为您提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM