Closed tsiq-shiv closed 5 years ago
@tsiq-shiv - Thank you for your post. Neptune uses the same ARN format as RDS as defined here: https://docs.aws.amazon.com/neptune/latest/userguide/tagging.ARN.html
So you can use rds
as --resource-type-filters
to get neptune instances.
Thanks!
AWS Docs say that resource groups tagging API support AWS Neptune, however it does not work and returns with an
InvalidParameterException
How to replicate:aws resourcegroupstaggingapi get-resources --resource-type-filters neptune-db
->Running boto3 1.9.247 and botocore 1.12.247