Closed BSick7 closed 2 years ago
This PR adds support for server/aws-ec2 provider. This provider falls under the app/server category.
server/aws-ec2
app/server
Currently, this provider only supports the exec command.
exec
Additionally, cancellation (via SIGTERM or SIGINT) was enabled for provider.Exec.
SIGTERM
SIGINT
provider.Exec
This PR adds support for
server/aws-ec2
provider. This provider falls under theapp/server
category.Currently, this provider only supports the
exec
command.Additionally, cancellation (via
SIGTERM
orSIGINT
) was enabled forprovider.Exec
.