Skip to content

Commit 997459b

Browse files
New Tag Commands
1 parent 7be6f61 commit 997459b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

ec2.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ List Instances with Specific Tag
4646
i-0b3b5128445a332db
4747
i-0d1c1cf4e980ac593
4848
49+
Tag Instances
50+
-------------
51+
52+
.. code:: bash
53+
54+
aws ec2 create-tags --resources i-0f112d652ecf13dac --tags Key=environment,Value=prod
55+
4956
List VPCs with CIDR IP Block
5057
----------------------------
5158

ses.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,12 @@ Get DKIM Verification Status
3737
3838
...
3939
"DkimEnabled": true,
40-
...
40+
...
41+
42+
Tag identity
43+
------------
44+
45+
.. code:: bash
46+
47+
aws sesv2 tag-resource --resource-arn arn:aws:ses:us-west-2:987654321:identity/example.com \
48+
--tags Key=environment,Value=prod Key=team/backend

0 commit comments

Comments
 (0)