Let me share the answer for you.
Does anyone know what the difference between load-based auto-loading Scaling vs with explicit auto-scaling groups in OpsWorks is?
Automatic load-based scaling:
Amazon Opsworks Service provides you this feature, load-based auto-scaling, where you can add instances to your level in the stack and set auto-scaling policies for your configuration. Load-based scaling scales up or down instances based on the load that you configured to handle. You must set the threshold using the options and define scaling policies.
Explicit auto-scaling groups on OpsWorks:
Amazon Opsworks Service lets you add existing instances to your layer on the stack. This means that you can configure the autoscale trigger configuration and set the scale and zoom out of events based on the load. Then create an Autoscaling group and run instances in it. You can then go to Opsworks and add these existing instances to your layer on the stack. Therefore, when the load increases or decreases more or less than the set threshold, the Autoscaling group processes the scaling.
With load-based instances, how to add one to the target group?
Once you have ready-to-download instances that you started directly from load-based automatic scaling in Opsworks or explicitly using the Auto Scaling groups on OpsWork, you can go to the application download manager in the EC2 console and configure using the necessary configurations and then register the load-based instances you just created with ALB in the TAB Goal Registry .
Do you have multiple OpsWorks autoscale groups at the same level?
Yes , you can have multiple auto-scaling groups at the same level as OpsWorks.
Which one should be used to route ALB between two groups?
You can use any of the groups.
so that you can send requests to 1 auto-scaling group for one type of request, and the rest to another auto-scaling group.
Refer to autosave once.
I'm just not sure which load based instances
Load-based instances are instances that are configured using a load-based scaling configuration. You must set the threshold, configuration, and events to determine when to scale and scale. EX: Suppose if you initially have 5 instances, and if you want your application to run even on your load increase, to minimize downtime, you will configure the autoscale configuration so that if the processor uses average instances increased by more than 70% 2 more copies. You can zoom in and out on many other factors.
Hope this helps :)