Anthony Desmier
10/07/2022, 3:40 PMUnknown parameter in input: "registeredBy", must be one of: family, taskRoleArn, executionRoleArn, networkMode, containerDefinitions, volumes, placementConstraints, requiresCompatibilities, cpu, memory, tags, pidMode, ipcMode, proxyConfiguration, inferenceAccelerators, ephemeralStorage, runtimePlatform
This appears to be an api incompatibility on the aws-sdk side where the json returned from the describe call contains fields that are incompatible with the register command. There is a workaround described in the issue, but I'm wondering if anyone has come across this before when using prefect-aws or whether we need to do some additional configuration on our end to account for this? Thanks in advance!Anna Geller
10/07/2022, 3:54 PMAnthony Desmier
10/10/2022, 12:54 PM_prepare_task_definition()
returns a different task than the one I've already registered which I'm guessing it doesn't need to?Anna Geller
10/10/2022, 12:57 PMAnthony Desmier
10/10/2022, 1:00 PM