# File lib/fog/compute/models/aws/server.rb, line 125
        def ready?
          state == 'running'
        end