Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Update installenvoy.md#114

Closed
bluecrayon52 wants to merge 1 commit intobrentley:masterfrom
bluecrayon52:patch-1
Closed

Update installenvoy.md#114
bluecrayon52 wants to merge 1 commit intobrentley:masterfrom
bluecrayon52:patch-1

Conversation

@bluecrayon52
Copy link
Copy Markdown

The following command produces an error:

workshop:~/environment $ echo $TASK_DEF_NEW > /tmp/$TASK_DEF_FAMILY.json && 
> # Register ecs task definition #
> aws ecs register-task-definition \
>   --cli-input-json file:///tmp/$TASK_DEF_FAMILY.json

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
Unknown parameter in input: "registeredAt", must be one of: family, taskRoleArn, executionRoleArn, networkMode, containerDefinitions, volumes, placementConstraints, requiresCompatibilities, cpu, memory, tags, pidMode, ipcMode, proxyConfiguration, inferenceAccelerators 

Description of changes:
Removing unknown parameters registeredAt and registeredBy from new task definition for ecs register-task-definition request.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Removing unknown parameters registeredAt and registeredBy from new task definition for ecs register-task-definition request.
@bluecrayon52
Copy link
Copy Markdown
Author

duplicate request (see #112)

@bluecrayon52 bluecrayon52 deleted the patch-1 branch February 18, 2021 06:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant