You can add, list, or remove tags for a DB instance in Neptune using the AWS CLI.
To add one or more tags to a Neptune resource, use the AWS CLI command
add-tags-to-resource
.To list the tags on a Neptune resource, use the AWS CLI command
list-tags-for-resource
.To remove one or more tags from a Neptune resource, use the AWS CLI command
remove-tags-from-resource
.
To learn more about how to construct the required Amazon Resource Name (ARN), see Constructing an ARN for Neptune.