Using Console
Using CLI
privileged
parameter to false
for each container in the task definition. You can do this by updating the task definition JSON file and then registering the new task definition.
privileged
to false
. Here is an example of how to update the JSON file:
Using Python
privileged
parameter to false
.
update_task_definition.py
) and execute it in your Python environment. Make sure you have the necessary AWS credentials configured for the Boto3 client to interact with ECS.