I have two aws accounts and I could establish a peering of two VPCs belonging to each account. Also, I was able to launch an EC2 instance one account joining to the AD domain on the other account. The problem is I can't find a way to do the same for RDS-SQL Server, I was trying to do it from AWS console.
This what I have configured on both accounts:
AWS Account1
- VPC1 - 172.32.0.0/16
- ADS1 - Active Directory Service is configured in this account
AWS Account2
- VPC2 172.33.0.0/16 - VPC2 is peered to VPC1
- EC2 launched and join ADS1
- RDS-SQL launched, but could not find a way to join ADS1
Please advise,