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 Answer
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.

answered 10 months 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