Fsx file share not available

0

why do I am not able to find the shared directory while creatin the fsx for file server.

Unable to see the shared dircetory list from the drop down

1 回答
0

Hello,

I understand that you unable to see the shared directory from the drop down list.

Can you to kindly use the Command Line Interface (CLI) by providing the ActiveDirectoryId to create the new file system if you want to select the AWS Managed Microsoft Active Directory for Windows authentication. You can refer the below documentation to learn more about using CLI for creating new file systems.

[+] create-file-system:- https://awscli.amazonaws.com/v2/documentation/api/2.0.33/reference/fsx/create-file-system.html

I am also attaching a sample CLI command to help you with the same:-

aws fsx create-file-system --file-system-type WINDOWS --storage-capacity 32 --storage-type SSD --subnet-ids subnet-00xxxxxxxx subnet-0xxxxxxxxx --security-group-ids sg-xxxxxx --windows-configuration ActiveDirectoryId=d-9xxxxxxxx8,DeploymentType=MULTI_AZ_1,PreferredSubnetId=subnet-0xxxxxxxxxxxxx,ThroughputCapacity=32,WeeklyMaintenanceStartTime=2:17:00

I hope the shared information is helpful.

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容