fboucquez / symbol-bootstrap

A tool that allows you to quickly configure and setup Symbol testnets and nodes.
Apache License 2.0
47 stars 28 forks source link

Deployment on aws #380

Open ethull opened 2 years ago

ethull commented 2 years ago

Is your feature request related to a problem? Please describe. Tool is designed to deploy via a vps. But some companies only have access to environments such as aws.

Describe the solution you'd like Instructions for deployment on aws ecs, if this is possible. Currently i'm thinking Amazon ECS CLI with docker compose.

If its not possible to do this, is there a future plan to implement?

fboucquez commented 2 years ago

Hi @ethull ,

Thank you for the request.

NEM node used AWS EC2 instance for the original Mainnet and current Testnet nodes. VPS are more common for regular users.

I thought about that a long time ago, but It wasn't high priority. You could create a new command on bootstrap where it publishes containers using ecs cli rather than just creating the compose file. That's why bootstrap low level commands are split into config, compose and run. Config would be the same, but you would use a new command rather than compose/run.

It's not in the pipeline but pull requests are considered!