0

I m trying to change some parameters in a Task definition in AWS(like CPU and Memory). I can do that process directly in Aws account by revisioning the Task definition and editing the parameters through JSON. But now I m trying to automate my process with AWS cli but I m able to register a new task definition but not able to revision the existing Task definition. All I want to do is create a new Task definition with provided task definitions config and minor changes to it using AWS CLI.

1 Answers1

0

you can't modify existing task definition revision, you have to create new revision each time.

Ashok Reddy
  • 1,060
  • 1
  • 16
  • 28