简体   繁体   中英

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. Most other tools like Drone, CodeShip etc seem to work with S3 for dropping the artifacts in a bucket.

Are there tools / plugins / projects that support AWS CF as part of CI/CD?

There are Plugins or Add-Ons to Automate the CI / CD for Bamboo ( Atlassian ) & Jenkins ( Or in the other words, I have seen ).

Until the respective CI/CD Repository Provider or the open source community comes up with a similar offering; I guess you add additional step in the Build Process & Call the CloudFormation API and do the stack launch via. a web service call CFN - CreateStack

one of the founders of Codeship here.

You can use the AWS tools to deploy your cloud formation stacks into AWS the same way you do on your own machine currently. 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.

If you have further questions you can also always send a support request in our app which will help you quickly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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