Select the correct statement:
A.
You don’t need not specify the resource identifier while stopping a resource
B.
You can terminate, stop, or delete a resource based solely on its tags
C.
You can’t terminate, stop, or delete a resource based solely on its tags
D.
You don’t need to specify the resource identifier while terminating a resource
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
You can’t terminate, stop, or delete a resource based solely on its tags; you must specify the resource identifier. For example, to delete snapshots that you tagged with a tag key called DeleteMe, you must use the DeleteSnapshots action with the resource identifiers of the snapshots, such as snap-1234567890abcdef0.
C
Hilarious that B and C are the only things to pay attention to because they directly contradict each other, Why even bother with A and D?