GithubHelp home page GithubHelp logo

intuit / cfn-deploy Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 24.0 2.11 MB

A useful GitHub Action to help you deploy cloudformation templates

License: MIT License

Dockerfile 10.65% Shell 89.35%
cloudformation deploy deployment-automation github-actions hacktoberfest

cfn-deploy's People

Contributors

amab avatar ambikaiyer29 avatar dinkusarmah avatar go-kal avatar kornicameister avatar malvikabhalla99 avatar mridhul avatar rociomontes avatar rylim avatar sagarwala avatar sharmahemanta avatar shobha07 avatar venkatramanareddy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cfn-deploy's Issues

Timeout for stack creation

The timeout value for the stack create/update should be cutomizable.
This should be a non mandatory parameter

Support Makefile based targets

It would be easy for developers if we could support Makefile based targets while deploying CFN templates

Sample Makefile:

deploy-ec2-bastion:
aws cloudformation create-stack --template bastion.yml

While deploying we can simply call the make target

make deploy-ec2-bastion

I can provide more context over a call

Support json based templates

The current version supports only yaml based templates. Weneed to support json templates as well.

Ideal to to have a ENV variable which determines what type of file you are passing.
The default can be YAML

Slack Notification

Good to have a slack notification trigger after the completion of the job.

This has to be a non mandatory paramter as an env variable.

Webhook based integration would be ideal

Output example

Hi

What outputs come out of this nice integration?

We need some of the created resource values.

For example - I have a CloudFormation stack that spins up a VM, attaches an RDS instance, and associates an Elastic IP to it (so the IP is persistent).

In this case, I need the output of the Elastic IP that's assigned - I wouldn't know this ahead of time - to be able to pass that to configuring an external DNS provider.

Can this integration help?

Thank you,

== John ==

force cleanup failed stacks

have found that if for some reason (errors) the stack goes into ROLLBACK_COMPLETE mode in AWS, then updates are not allowed for it, so any subsequent deployment on the same stack are denied. Can we create a to-do to delete a stack if it got errored during deployment?

Support Stack Deletions

Good to have a feature which enables you to delete the stacks as well. The trigger can be a ENV variable

Docker improvement suggestion

Hello,
We can use the official amazon/aws-cli image.
This is will significant improve the docker build stage:

FROM  amazon/aws-cli

LABEL version="1.0.0"

LABEL "maintainer"="Mridhul Pax <[email protected]>"
LABEL "repository"="https://github.com/intuit/cfn-deploy"

LABEL com.github.actions.name="Cloudformation Github Deploy"
LABEL com.github.actions.description="Cloudformation Github Deploy"
LABEL com.github.actions.icon="upload-cloud"
LABEL com.github.actions.color="orange"

ENV DEBIAN_FRONTEND noninteractive

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

Email Notification

Good to have a Email Notification after the stack creation.

This has to be a non mandatory parameter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.