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

add link to instructions for creating Route53 endpoints to dcc-ops setup instructions #90

Open
wshands opened this issue Jun 12, 2017 · 3 comments

Comments

@wshands
Copy link

wshands commented Jun 12, 2017

No description provided.

@brainstorm
Copy link
Member

brainstorm commented Jul 3, 2017

This should be a cloudformation script in the AWS case, NOT documentation, imho... or use a DSL such as troposphere as in #79

@brainstorm
Copy link
Member

brainstorm commented Jul 3, 2017

I am thinking on something on the lines of the following code (WIP): https://github.com/brainstorm/dcc-ops/commit/9b6bbf744fc8ee7837e22cd1e9abc984a9af82c4

Then all it takes is a pip install troposphere && python formation.py > cloudformation.cf, and then dropping that resulting .cf script into amazon’s cli or web interface/console`

What do you think @wshands @caaespin?

@caaespin
Copy link
Member

caaespin commented Jul 4, 2017

@brainstorm I think this sounds like a great idea. Even better, if there is an abstraction layer that's broader, we can better move forward in terms of making the platform agnostic and not depend on AWS; we could more easily get it to work on other cloud environments (e.g. OpenStack, Google Cloud, Azure, etc). But for the time being, it seems that troposphere could be a good start to begin programmatically setting some of the AWS console tasks.

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

3 participants