On application level, you can set the amount of instances, RAM and CPU. This describes pods/replicas, right? So a process called “web” is being granted 1vCPU and GB RAM and can replicate itself between 1 and 4 times. The underlying instances in the AWS cluster (nodes) then must allow the maximum needed from this process, right?