We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be6f61 commit 997459bCopy full SHA for 997459b
ec2.rst
@@ -46,6 +46,13 @@ List Instances with Specific Tag
46
i-0b3b5128445a332db
47
i-0d1c1cf4e980ac593
48
49
+Tag Instances
50
+-------------
51
+
52
+.. code:: bash
53
54
+ aws ec2 create-tags --resources i-0f112d652ecf13dac --tags Key=environment,Value=prod
55
56
List VPCs with CIDR IP Block
57
----------------------------
58
ses.rst
@@ -37,4 +37,12 @@ Get DKIM Verification Status
37
38
...
39
"DkimEnabled": true,
40
- ...
+ ...
41
42
+Tag identity
43
+------------
44
45
+ aws sesv2 tag-resource --resource-arn arn:aws:ses:us-west-2:987654321:identity/example.com \
+ --tags Key=environment,Value=prod Key=team/backend
0 commit comments