如果我为ec2实例考虑了特定的私有IP地址,我该如何在盐云配置文件中指定它?
ec2_private_win_app1:
provider: company-nonpod-us-east-1
image: ami-xxxxxxxx
size: c4.large
network_interfaces:
- DeviceIndex: 0
SubnetId: subnet-xxxxxxxx
SecurityGroupId: sg-xxxxxxxx
PrivateIpAddresses:
- Primary: True
#auto assign public ip (not EIP)
AssociatePublicIpAddress: False
tag: {'Engagement': 'xxxxxxxxxxxxx', 'Owner': 'Tim', 'Name': 'production'}
答案 0 :(得分:0)
希望你好。
您当前的配置非常接近。 要在配置文件中指定私有IP,您只需添加:
PrivateIpAddress: 192.168.133.105
或者您希望分配w / e地址。请注意,您需要这个AS WELL AS
PrivateIpAddresses:
- primary: True