Enable Enforcement of In-transit Encryption

Enable Enforcement of In-transit Encryption

  1. Make sure to connect FSx/W Workshop Windows Instance

    • Execute command on Remote Windows PowerShell Session
Get-Command *-FSxSmbServerConfiguration*

Amazon FSx

  1. Get current settings for encryption enforcement in transit.
Get-FSxSmbServerConfiguration
  • We will know how many values ​​RejectUnencryptedAccess

Amazon FSx

  1. Enable encryption in transit
Set-FSxSmbServerConfiguration -RejectUnencryptedAccess $True

Amazon FSx

  1. Runthe command to check whether encryption execution in transit is allowed?
Get-FSxSmbServerConfiguration
  • We see the return result is True

Amazon FSx