Digital-Asset-Developer-Resources / aws

AWS required enviroment
GNU General Public License v3.0
0 stars 2 forks source link

Move AMI from EC2 to blockchain #8

Open kenricnelson opened 4 years ago

kenricnelson commented 4 years ago

Recommend that the scripts for initiating an EC2 instance not include installation of the AMI which is specific to a particular blockchain. The EC2 script should just setup the EC2 instance. Once this is complete the user can use the EC2 for a variety of purposes. For instance, a specific AMI can be loaded for {algorand, ethereum, ...}, but this should be part of that blockchains folder of scripts.

kenricnelson commented 4 years ago

A related question is whether one of the Amazon AMIs has to selected if one of the blockchain AMIs is not selected. If so, then I see that there would be some redundancy between the EC2 scripts and the particular blockchain script; however, the organization of the scripts would be clearer.