I am not sure if this is even possible as I have not found any documentation or information otherwise regarding how to do this: can SaltStack be used to configure and create new VPCs into a given region on AWS? If so can someone please point me in the right direction or give some info to get the ball rolling?
I have only recently begun working with SaltStack. Thus far I have manually created the VPC in one region and setup a Salt Master instance there to deploy, configure, and manage other EC2 minions within that VPC. What I am looking for is a way to use Salt to create a new VPC in a different region - regardless of whether the current Master is hosted on AWS or external network. If this isn't possible I suppose I can use the AWS CLI tools and some scripts to handle this aspect of the setup.