You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some checks missing when looking for best spot price / type machine:
We can see:
�[37mDEBU�[0m Based on avg prices for instance types [m4.large m5.large m5a.large m5ad.large m5d.large m5dn.large m5n.large m5zn.large m6a.large m6i.large m6id.large m6idn.large m6in.large m7a.large m7i-flex.large] is az eu-west-2b, current avg price is 0.05 and max price is 0.05 with a score of 9
�[36mINFO�[0m @ updating.............
�[36mINFO�[0m + rh:qe:aws:bso main-bso-bso creating (0s)
�[36mINFO�[0m + rh:qe:aws:bso main-bso-bso created
�[36mINFO�[0m + pulumi:pulumi:Stack debug-fedora-spotOption-debug-fedora created (10s)
�[36mINFO�[0m Outputs:
�[36mINFO�[0m avg : 0.0452
�[36mINFO�[0m az :"eu-west-2b"
�[36mINFO�[0m max : 0.0452
�[36mINFO�[0m region: "eu-west-2"
�[36mINFO�[0m score : 9
But when we try to use the recommended machine type we got:
Diagnostics:
aws:ec2:Eip (eip-publicmain-afd-net):
warning: urn:pulumi:stackFedoraBaremetal-debug-fedora::debug-fedora::aws:ec2/eip:Eip::eip-publicmain-afd-net verification warning: use domain attribute instead
pulumi:pulumi:Stack (debug-fedora-stackFedoraBaremetal-debug-fedora):
error: update failed
aws:autoscaling:Group (main-afd-asg):
error: 1 error occurred:
* creating Auto Scaling Group (main-afd-asg-89ce230): operation error Auto Scaling: CreateAutoScalingGroup, https response error StatusCode: 400, RequestID: 0175d099-0523-431f-9dee-a39975af885d, api error ValidationError: The specified instance type m5zn.large is not valid
Resources:
+ 20 created
Duration: 2m45s
The text was updated successfully, but these errors were encountered:
This is partially fixed with 77281e5 but still there are inconsistencies for all the types of machines and regions (i.e. windows on aws does not using it at all).
There is an option for using metadata (specs for machines instead of actual types) for spot price searches and for autoscaling groups. We may need consider if we can make us of them maybe on one side or even on both.
There is some checks missing when looking for best spot price / type machine:
We can see:
But when we try to use the recommended machine type we got:
The text was updated successfully, but these errors were encountered: