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
We have an issue when running the plugin. We always get the exception "InvalidParameterException" although all parameters have been specified. The Task definition will be created by a cloud formation script and therefore must not be created by the plugin. However we still get the InvalidParameterException and we can not figure out how to fix it.
This is our config:
I faced similar issue with "InvalidParameterException" and it was not easy to trace down, in the end I found the error by looking through the API calls in AWS console (Cloudtrail). In my case it was due to service was setup with bridge network and I tried to deploy the task with awsvpc. Error was not in the plugin, but in the AWS end rejecting the config.
We have an issue when running the plugin. We always get the exception "InvalidParameterException" although all parameters have been specified. The Task definition will be created by a cloud formation script and therefore must not be created by the plugin. However we still get the InvalidParameterException and we can not figure out how to fix it.
This is our config:
The text was updated successfully, but these errors were encountered: