Hi everyone,
I have 2 servers hosted on AWS. Both are running SQL Server Standard 2016.
The first one is on subnet A, 2nd one is on subnet B.
Subnet A is: 10.0.7.0/24 and i already assigned 10.0.7.67 in Failover Cluster Manager
Subnet B is: 10.0.9.0/24 with 10.0.9.67 in FCM
The first one on subnet A would be primary replica.
The 2nd one on subnet B would be secondary replica.
When i was creating Basic Availability Group and assigned 1 IP belong to subnet B (10.0.9.99), i got error:
None of the IP addresses configured for the availability group listener can be hosted by the server . Either configure a public cluster network on which one of the specified IP addresses can be hosted, or add another listener IP address which can be hosted on a public cluster network for this server.
In case i assign 2 IP belong to A and B, for eg; 10.0.7.99,...