Mount windows network shared drive to MWAA in bootscript

0

In MWAA startup script, I'm trying to mount a drive.

sudo yum install samba-client cifs-utils -y 
sudo mount.cifs //dev/test/drop /mnt/dev/test -o username=testuser,password='pwd',domain=XX

Executing above commands giving error - Unable to apply new capability set. Does MWAA allows mounting network drives?

posta un anno fa419 visualizzazioni
1 Risposta
0

Currently it is not supported, on MWAA worker nodes, If you have any such requirements you can use using EKS/ECS operator to implement you use-case on them and orchestrate the job with MWAA.

AWS
TECNICO DI SUPPORTO
Shubh
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande