You are developing an application that will be comprised of the following architecture - 1
A set of EC2 instances to process the messages. 2
These (EC2 instances) will be spun up by an Autoscaling group. 3
SQS Queues to maintain the processing messages. 4
There will be 2 pricing tiers. How will you ensure that the premium customers' messages are given more preference?
A. Create 2 Autoscaling Groups, one for normal and one for premium customers.
B. Create 2 sets of EC2 Instances, one for normal and one for premium customers.
C. Create 2 SQS queues, one for normal and one for premium customers.
D. Create 2 Elastic Load Balancers, one for normal and one for premium customers.