Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starting immediately after stop #58

Closed
dogi opened this issue Jul 25, 2024 · 1 comment
Closed

starting immediately after stop #58

dogi opened this issue Jul 25, 2024 · 1 comment

Comments

@dogi
Copy link
Member

dogi commented Jul 25, 2024

... is not smooth

./main.sh aws stop;./main.sh aws start
Successfully added variable
Successfully added variable
{
    "StoppingInstances": [
        {
            "CurrentState": {
                "Code": 64,
                "Name": "stopping"
            },
            "InstanceId": "i-0944a9ef2ead4afc3",
            "PreviousState": {
                "Code": 16,
                "Name": "running"
            }
        }
    ]
}
The instance is stopping
@dogi
Copy link
Member Author

dogi commented Jul 25, 2024

wait for starting on start command until instance is stopped

@dogi dogi closed this as completed in 1c29329 Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant