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?

1 Answer
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
SUPPORT ENGINEER
Shubh
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions