sudo salt-cloud -p ec2_east_micro_dev saltcloud_micro_test
我不知道为什么尝试在我的 salt-master ec2 实例上运行时总是遇到同样的错误。我所有的设置看起来都是正确的,但它一直告诉我一个 invalidParameterCombination 错误。
{'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
谢谢