Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
ecs
/
Filename :
untag-resource.rst
back
Copy
**To remove a tag from a resource** The following ``untag-resource`` example removes the listed tags from the specified resource. :: aws ecs untag-resource \ --resource-arn arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster \ --tag-keys key1,key2 This command produces no output.