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

Implement AWS cloudformation #12

Closed
4 tasks
jacekplocharczyk opened this issue Feb 19, 2020 · 3 comments
Closed
4 tasks

Implement AWS cloudformation #12

jacekplocharczyk opened this issue Feb 19, 2020 · 3 comments
Projects

Comments

@jacekplocharczyk
Copy link
Contributor

AWS cloud formation will allow us to run DLL in scale while staying consistent and allow participants to access other services & functions on the AWS platform

  • Understand the ecosystem around CF and how it works. @mathias
  • Decide on setup to implement
  • Confirm function
  • Decide on how participents will recive their login & server information
@jacekplocharczyk jacekplocharczyk created this issue from a note in DLL 0.5.0 (To do) Feb 19, 2020
@Mindgames Mindgames moved this from To do to In progress in DLL 0.5.0 Feb 24, 2020
@Mindgames
Copy link

Initial message from Amazon

Hi Mathias,

As we discussed today on the call:

 

The way to quickly provision new resources (and then delete them) is to use CloudFormation – this is a script, which describe all the resources which you need, and then AWS automaticly creates all of them which are described in the file. For example if you just want to provide a EC2 (server) to each of the the teams, you would just create one EC2 on which you would install all the 3rd patry software – and then based on this server you would create image (AMI) – which ID would you use in Cloudformation Template. Thanks to this you would be able to quickly provision as many of those servers (with already installed software) as you would like
If you would like to add to the teams also the possibility to use other resources in AWS – you could specify them in the above CloudFormatioin template – or you could jusr give them access to AWS. Then you could separate those teams by creating separate AWS accounts for them – using AWS Organization.

Will start doing test now

@jacekplocharczyk
Copy link
Contributor Author

jacekplocharczyk commented Feb 25, 2020

In the next week, I will try to create some ansible scripts on how to set up servers for DLL.

It should be helpful for CF.

@Mindgames Mindgames mentioned this issue Mar 21, 2020
7 tasks
@Mindgames
Copy link

New issue created with refreshed info/todos at #13, Closing this one!

DLL 0.5.0 automation moved this from In progress to Done Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
DLL 0.5.0
  
Done
Development

No branches or pull requests

2 participants