| 1. |
Explain The Function Of An Amazon Ec2 Instance Like Stopping, Starting And Terminating? |
|
Answer» Stopping and Starting an instance: When an instance is stopped, the instance performs a NORMAL shutdown and then transitions to a stopped STATE. All of its Amazon EBS volumes remain attached, and you can start the instance again at a later time. You are not charged for additional instance hours while the instance is in a stopped state. Terminating an instance: When an instance is terminated, the instance performs a normal shutdown, and then the attached Amazon EBS volumes are deleted unless the volume’s DELETE On Termination attribute is set to false. The instance itself is also deleted, and you can’t start the instance again at a later time. Stopping and Starting an instance: When an instance is stopped, the instance performs a normal shutdown and then transitions to a stopped state. All of its Amazon EBS volumes remain attached, and you can start the instance again at a later time. You are not charged for additional instance hours while the instance is in a stopped state. Terminating an instance: When an instance is terminated, the instance performs a normal shutdown, and then the attached Amazon EBS volumes are deleted unless the volume’s delete On Termination attribute is set to false. The instance itself is also deleted, and you can’t start the instance again at a later time. |
|