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

Support running on EC2 instance #30

Open
sam-goodwin opened this issue Aug 13, 2019 · 0 comments
Open

Support running on EC2 instance #30

sam-goodwin opened this issue Aug 13, 2019 · 0 comments
Labels
runtime Runtime code such as Lambda, EC2, ECS

Comments

@sam-goodwin
Copy link
Owner

sam-goodwin commented Aug 13, 2019

Bootstrap and run a Construct on an EC2 instance, as we do for Lambda Functions.

I can imagine wanting to run some code on boot to install/cleanup state, such as unzip artifacts and start daemons etc. and then run a handle function which returns a Promise (indicating the process has ended).

Deploy via code deploy. Monitor the process with /etc/init.d upstart script.

@sam-goodwin sam-goodwin added the runtime Runtime code such as Lambda, EC2, ECS label Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime Runtime code such as Lambda, EC2, ECS
Projects
None yet
Development

No branches or pull requests

1 participant