DEV Community

Ghalib Imtiyaz
Ghalib Imtiyaz

Posted on

AWS Storage Gateway AD Integration

Unlike many mainstream AWS services, Storage Directory & Active Directory integration is rather not documented well or there may be a different reason behind his lack of attention to his aspect.

In this post below, I would attempt to share a cli command which would indicate how simple it is to achieve his AD join.

aws storagegateway join-domain --gateway-arn $GATEWAY --domain-name 'cloudadvisorygroup.tech' --user-name $USER --password $PASSWORD

Top comments (0)