Suggested Answer:A🗳️
You can assign tags only to resources that already exist. You can't terminate, stop, or delete a re-source based solely on its tags; you must specify the resource identifier. For example, to delete snap-shots 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. To identify re-sources by their tags, you can use the DescribeTags action to list all of your tags and their associated resources. Reference: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/Using_Tags.html
Tags are key-value pairs that you can assign to your EC2 instances (and other AWS resources) to categorize and manage them. Tags provide a flexible way to label and organize resources based on your own requirements.
By using the AWS CLI, SDKs, or the AWS Management Console, you can specify tags as filters when performing actions on instances. For example, you can use tags to identify a group of instances and then stop, terminate, or delete all instances that match the specified tags.
A. "You can't terminate, stop, or delete a resource based solely on its tags; you must specify the resource identifier." --- See "Tag restrictions" section at https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
tharuroxz
8 months, 3 weeks agoalbert_kuo
1 year, 4 months agohou0220
3 years agoDrey
3 years, 1 month agoThomasY
3 years, 1 month agoawscertified
3 years, 1 month ago