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.
Asked
Active
Viewed 230 times
1 Answers
0
you can't modify existing task definition revision, you have to create new revision each time.

Ashok Reddy
- 1,060
- 1
- 16
- 28
-
I was looking for how to do a revision using "AWS CLI". – nithin rao boinpally Sep 20 '18 at 18:12