brentley / appmeshworkshop

23 stars 45 forks source link

Unknown parameter in input: "registeredBy" #118

Closed tiagoReichert closed 3 years ago

tiagoReichert commented 3 years ago

The bug reported in this Issue seem to affect the workshop on this step when trying to describe-task-definition to afterwards register-task-definition failing with the following error message:

Parameter validation failed: Unknown parameter in input: "registeredBy", must be one of: family, taskRoleArn, executionRoleArn, networkMode, containerDefinitions, volumes, placementConstraints, requiresCompatibilities, cpu, memory, tags, pidMode, ipcMode, proxyConfiguration, inferenceAccelerators

motawy commented 3 years ago

What worked for me was to delete extra keys such as "registeredBy", "registeredAt" and so on before the register-task-definition command.

tiagoReichert commented 3 years ago

Hi @motawy, I also tested the same and opened a PR here to change the blog post. Thanks for sharing that it works for you as well.