I'm using instace.update() to get the status, which returns stopped, running or ...
But there is another status in the ec2 web interface which also shows it's initializing or ... 2/2 checks passed.
Is there a way to get the status of initializing?..
That information comes from the DescribeInstanceStatus
request and is available in boto via the get_all_instance_status
method. See:
for details.