Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Specify a Bucket Name #29

Open
piedmont01 opened this issue Sep 26, 2017 · 3 comments
Open

Specify a Bucket Name #29

piedmont01 opened this issue Sep 26, 2017 · 3 comments

Comments

@piedmont01
Copy link

Add the following parameter in the master.yaml.

Parameters:
  BucketName:
    Type: String
    Description: Name of bucket containing YAML scripts needed to build cluster

And replace the TemplateURL

TemplateURL: !Sub https://s3.amazonaws.com/${BucketName}/infrastructure/vpc.yaml
@laser
Copy link

laser commented Dec 16, 2017

Good call. I found myself doing this very thing in my (forked) project.

@PaulMaddox
Copy link
Contributor

PaulMaddox commented Jan 23, 2018

👍

Good idea - I suspect most people that fork this repo end up doing similar. I'll get this changed hopefully later this week (unless you want to submit a pull-request in the meantime).

@cbittencourt
Copy link

cbittencourt commented Mar 7, 2018

I updated the master template to use relative paths and then was able to use aws cloudformation package and aws cloudformation deploy and that simplified the upload and bucket references. HTH.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants