305-300 · Question #115
Which of the following statements are true regarding IaaS computing instances? (Choose TWO correct answers.)
The correct answer is A. Instances may be created when needed and destroyed when they become obsolete B. Creation of new instances can be automated by using scripts or APIs and service interfaces. Infrastructure as a Service (IaaS) provides on-demand virtual computing resources that can be dynamically created and destroyed. According to cloud computing documentation, IaaS instances are designed to be ephemeral, allowing users to launch instances when needed and terminate…
Question
Options
- AInstances may be created when needed and destroyed when they become obsolete
- BCreation of new instances can be automated by using scripts or APIs and service interfaces
- CThe root file system of a computing instance is always persistent and can be accessed after the
- DOnce created, computing instances are seldom deleted to ensure data accessibility
- EEach user of an IaaS cloud has exactly one computing instance
How the community answered
(55 responses)- A75% (41)
- C15% (8)
- D4% (2)
- E7% (4)
Explanation
Infrastructure as a Service (IaaS) provides on-demand virtual computing resources that can be dynamically created and destroyed. According to cloud computing documentation, IaaS instances are designed to be ephemeral, allowing users to launch instances when needed and terminate them when no longer required. This makes statement A correct. Additionally, IaaS platforms expose APIs and service interfaces that enable full automation of instance lifecycle management. Instances can be created, modified, and deleted programmatically using scripts, orchestration tools, or cloud SDKs, making statement B correct.
Topics
Community Discussion
No community discussion yet for this question.