What is the purpose of 'Reservations' in Amazon EC2

后端 未结 3 1531
[愿得一人]
[愿得一人] 2020-12-13 23:34

I\'m just starting to explore amazon ec2. And I want to hear some explanations or may be some brief examples of how and why do you need \'reservations\' in amazon ec2. I\'m

3条回答
  •  感情败类
    2020-12-14 00:13

    From the boto docs:

    A reservation corresponds to a command to start instances. You can see what instances are associated with a reservation:

    >>> instances = reservations[0].instances
    >>> instances
    [Instance:i-00000000]
    

提交回复
热议问题