Hi @wide-optician-47025 the current codebase only supports Azure datalake. This limitation was originally imposed by the legacy Python Iceberg implementation. I have been holding on a new code update that leverages the new pyiceberg library, which will support AWS and ADLS as well as different Catalog implementations. The current code base only support HadoopCatalog.
I am waiting on release 0.4.0 of pyiceberg to submit my new PR to DataHub. I did not test my ingestor with any AWS based infra since I do not have such access, but pyiceberg was developed for AWS first, so it should work.