quickstart-microsoft-sql
quickstart-microsoft-sql copied to clipboard
AdditionalNodejoin.ps1
While joining Cluster, this script adds the node to the Cluster but doesn't add the Node 2's Private IP2 in the cluster group
[Parameter(Mandatory=$true)] [string]$WSFCNodePrivateIP2, StaticIPAddress = $WSFCNodePrivateIP2
Looks like the name should be $WSFCNode2PrivateIP2 than $WSFCNodePrivateIP2.
The missing IP address is a known issue and the deployment guide has been updated to reflect this while we work on a resolution. https://docs.aws.amazon.com/quickstart/latest/sql/step3.html