Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Grab CloudFormation Templates from S3 Bucket #7

Open
1 task
pbnj opened this issue Aug 31, 2016 · 0 comments
Open
1 task

Feature: Grab CloudFormation Templates from S3 Bucket #7

pbnj opened this issue Aug 31, 2016 · 0 comments

Comments

@pbnj
Copy link
Contributor

pbnj commented Aug 31, 2016

Feature

As a developer, I'd like to specify a CloudFormation template in my parameter.yml file. Restacker CLI should be able to parse the parameter.yml file, find the CFNTemplate: configuration, and automatically grab the matching CFn template from S3 Bucket supplied in restacker.yml file.

Example

# .restacker/restacker.yml
...
:ctrl:
  :label: control_account
  :account_number: '123456789012'
  :role_name: xyz
  :role_prefix: "/role/prefix/"
  :bucket:
    :name: my-bucket
    :prefix: "path/to/templates"
# parameter.yml
...
CFNTemplate: webapp
...
# s3://my-bucket/path/to/templates/
- webapp.json
- single_instance_no_elb.json
...

TODO

  • Publish a set of generic Cloud Formation templates in restacker repo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant