You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: