I have no idea why I keep getting the same same error when trying to run sudo salt-cloud -p ec2_east_micro_dev saltcloud_micro_test
on my salt-master ec2 instance. All of my settings look correct but it keeps telling me an invalidParameterCombination error.
{'Errors': {'Error': {'Message': 'VPC security groups may not be used for a non-VPC launch', 'Code': 'InvalidParameterCombination'}}
ec2-us-east-1-private:
minion:
master: hostname.of-salt-master.com
id: x
key: 'x'
private_key: /etc/salt/master-key.pem
keyname: salt-minion1
ssh_interface: private_ips
securitygroup: main-securitygroup
location: us-east-1
availability_zone: us-east-1b
driver: ec2
del_root_vol_on_destroy: True
del_all_vols_on_destroy: True
rename_on_destroy: True
Thank you