Is there any best practice or tips regarding Database connection from Defender Autotask

Hi all,

I'd like to know if there is any best practice regarding DB connection from Defender Autotask. I want to store the result of some Autotak execution on an external Database. I've heard that Defender runs on AWS. So it might be a good idea to use some database service on AWS? I am not too sure. Does anyone have any advice or reference I can base on? Thanks in advance.

Hi @masakore you are correct, though Autotasks run in a isolated environment, there is no way to access to AWS services for security reasons, I think best you can do is to setup your own API and make http calls to store in an external database, you can import axios or graphql from actions code

2 Likes

Thanks so much. I'll try your approach:)