When I create a mysql db via AWS console, I can control to which VPC the db instance lands.
However when i tried to use boto3 rds.create_db_instance
to create a mysql db, the option is not available. At least I cannot see any VpcId
parameter.
How can I set this value?