我正在关注具有多种实例类型和购买选项的 Auto Scaling 组 - Amazon EC2 Auto Scaling以创建具有不同 ec2 类型(队列)的自动扩展组,但得到一个错误的回报。
这还没有激活region=eu-west-1
吗?
即使使用文章中的相同示例也会返回相同的结果:
/usr/local/aws/bin/aws autoscaling create-auto-scaling-group --auto-scaling-group-name tmp-eli --cli-input-json
'{"AutoScalingGroupName":"tmp-eli","MixedInstancesPolicy":{"LaunchTemplate":{
"LaunchTemplateSpecification":{"LaunchTemplateName":"lt-10349","Version":"v1"},"
Overrides":[{"InstanceType":"c4.2xlarge"},{"InstanceType":"c5.2xlarge"},{"InstanceType":"c5d.2xlarge"}]},"InstancesDistribution":{"OnDemandBaseCapacity":0,"OnDemandPercentageAboveBaseCapacity":50,"SpotInstancePools":2}},"MinSize":2,"MaxSize":100,"DesiredCapacity":4,"VPCZoneIdentifier":"subnet-ae6a6ed8,subnet-aa2c6ef2,s
ubnet-07c8ce63","Tags":[]}' --output json
错误:
参数验证失败:
输入中的未知参数:“MixedInstancesPolicy”,必须是以下之一:AutoScalingGroupName、LaunchConfigurationName、LaunchTemplate、InstanceId、MinSize、MaxSize、DesiredCapacity、DefaultCooldown、AvailabilityZones、LoadBalancerNames、TargetGroupARNs、HealthCheckType、HealthCheckGracePeriod、PlacementGroup、VPCZoneIdentifier、TerminationPolicies、NewInstancesProtectedFromScaleIn、LifecycleHookSpecification标签
任何想法?