# File lib/rudy/aws/ec2/instance.rb, line 33
33:     def terminated?; self.state && self.state == 'terminated'; end