Describe the bug
AWS ECS tasks fail to launch for remote operations when subnets and security_group_id configurations are not set, but they are optional configurations.
Steps to Reproduce
Install Waypoint to AWS ECS
Set up a project with remote operations/polling enabled
Observe the failing polling operations with waypoint job list
Inspect jobs in the Waypoint server which attempted remote ops:
Expected behavior
Remote operations work with ECS ODRs without the subnets & security_group_id configurations set, OR the documentation is updated to mark them as required, and we supply a default value for the bootstrapped runner profile for these configurations so that remote operations work immediately.
Describe the bug AWS ECS tasks fail to launch for remote operations when
subnets
andsecurity_group_id
configurations are not set, but they are optional configurations.Steps to Reproduce
waypoint job list
Inspect jobs in the Waypoint server which attempted remote ops:
Default ECS runner profile plugin configuration:
Expected behavior Remote operations work with ECS ODRs without the
subnets
&security_group_id
configurations set, OR the documentation is updated to mark them as required, and we supply a default value for the bootstrapped runner profile for these configurations so that remote operations work immediately.