Running clouddiscovery aws-vpc gives the following error message:
Error running check RDS.get_resources. Error message An error occurred (InvalidParameterValue) when calling the DescribeDBInstances operation: Unrecognized engine name: oracle-se1
When removing this line, it alters to:
Error running check RDS.get_resources. Error message An error occurred (InvalidParameterValue) when calling the DescribeDBInstances operation: Unrecognized engine name: oracle-se
Removing this line as well fixes the problem.
Region is eu-central-1
Shall I send a PR?