I need to do an Account Review, but for security reasons, the team does not want to send files to our Eramba server. Is there a way to pull the data from somewhere else like an AWS s3 bucket?
Couple of approaches -
- Wire up a lambda function that monitors/runs on a schedule to look at the S3 bucket, pull the contents and push into eramba via the api.
- Add a script cron to do the same as the lambda to the eramba server.
- The new “automations” functionality introduced in 3.30 may work for this as well.
Automations would definitely be my approach. The File, AWS, and LDAP connectors can now be replaced by a proper automation where you have full control over the code, deciding where to connect and how, which gives you a solid grip on security.
So for that reason, there is a good chance that the File, AWS, and LDAP connectors will eventually be deprecated.