Instance group not creating VM in gcp playgroud for load balcing demo test

hi Team,
i tried create instnce group & tryong set auto scale with configuration min 1 - max 10 instncce, gives bwloe err-

Failed to create instance group instance-group-1: Operation type [compute.autoscalers.insert] failed with message “Exceeded limit ‘QUOTA_FOR_INSTANCES’ on resource ‘instance-group-1’. Limit: 5.0”

You can see from the error message that the maximum number of compute instances allowed by the quota is currently capped at 5, while in your configuration, it is trying to set it to 10.

Try updating the maximum number of instances to 5 and see if that resolves the issue.

looks good now. Thanks