Can we use Dremio in AWS without default DNS server?

We have just installed Dremio from the AWS Marketplace. The difference between our case as opposite to the default scenario is that we use our own DNS servers rather than provided by AWS. Creating a project fails as follows:

Started Project creation
Started S3 bucket creation
Completed creation of S3 bucket
Attaching S3 bucket to EC2
Completed attachment of S3 bucket to EC2
Started EBS creation
Completed EBS creation
Started attachment of EBS to EC2
Completed attachment of EBS to EC2
Started EFS creation
Completed EFS creation
Started attachment of EFS to EC2
Started mounting EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Continuing to mount EFS
Completed mounting EFS
Started EFS deletion
Completed EFS deletion
Started EBS deletion
Completed EBS deletion
Deleting S3 bucket
Completed deletion of S3 bucket

Project creation has failed. Command: bash -c sudo mount -t efs fs-54c041d7:/ /var/dremio_efs failed with exit code 1; Error message: Failed to resolve "fs-54c041d7.efs.us-east-1.amazonaws.com" - check that your file system ID is correct. See https://docs.aws.amazon.com/console/efs/mount-dns-name for more detail.

I wonder if there is an option to skip the EFS creation and mounting step in the project initiation flow? Can we tell Dremio to use the EFS that is already mounted to the instance?

@albaruthenia

We have a fix for this issue and will be releasing something soon.

Will keep you posted

Thanks
@balaji.ramaswamy