amazon web services - How to detect when an AWS instance is fully functional -
we using bamboo spin (through powershell on buildserver) aws windows 2008 r2 instance target web deployment.
what best method determining target instance ready deployment (all services , running, etc).
there's no real easy way windows instances. best bet write infrastructure test looks see if service running on target environment , keep retrying until either verifies service available or timeout has occurred. @ point start deployment.
i cucumber script check service's status continually until gets answer
you set timeout appropriate amount of time, although option wouldn't recommendation
Comments
Post a Comment