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
Remote Executor is a Spring Boot REST API that asynchronously provisions a temporary AWS EC2 instance, runs a shell command over SSH, stores execution state in memory, and terminates the instance after completion. It provides simple endpoints to submit executions and retrieve status/results.