【发布时间】:2020-07-08 18:26:52
【问题描述】:
我的env.yaml 有:
aws:ec2:instances:
InstanceTypes: g4dn.xlarge,c5.4xlarge,r5.2xlarge,r5a.xlarge
EnableSpot: true
SpotMaxPrice: "0.15"
但是当我做eb create时,它仍然问我:
Would you like to enable Spot Fleet requests for this environment?
(y/N): y
Enter a list of one or more valid EC2 instance types separated by commas (at least two instance types are recommended).
(Defaults provided on Enter):
为什么不尊重env.yaml 文件?
【问题讨论】:
标签: amazon-web-services amazon-elastic-beanstalk spot-instances