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

Deployment on aws #380

Open
ethull opened this issue Feb 23, 2022 · 1 comment
Open

Deployment on aws #380

ethull opened this issue Feb 23, 2022 · 1 comment

Comments

@ethull
Copy link

ethull commented Feb 23, 2022

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
Copy link
Owner

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!

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

2 participants