When thinking of AWS OpsWorks, which of the following is not an instance type you can allocate in a stack layer?
A.
24/7 instances
B.
Spot instances
C.
Time-based instances
D.
Load-based instances
Explanation:
AWS OpsWorks supports the following instance types, which are characterized by how they are started and stopped.
24/7 instances are started manually and run until you stop them.Time-based instances are run by AWS OpsWorks on a
specified daily and weekly schedule. They allow your stack to automatically adjust the number of instances to
accommodate predictable usage patterns. Load-based instances are automatically started and stopped by AWS
OpsWorks, based on specified load metrics, such as CPU utilization. They allow your stack to automatically adjust the
number of instances to accommodate variations in incoming traffic. Load-based instances are available only for Linuxbased stacks.
http://docs.aws.amazon.com/opsworks/latest/userguide/welcome.html
B
AWS OpsWorks does’t support Spot instances.
B
AWS OpsWork support only 24/7 , time based and load based instances