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

INF-928 Add WaitForInstance after modifying the instance on restoration #110

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

ifosch
Copy link

@ifosch ifosch commented Aug 19, 2024

After restoring an instance, AWS keeps the default security
groups. So, odin needs to modify the instance to
adjust it, but it also needs to wait for the modification to be in
place, or the instance might not get connections right.

Add WaitForInstance after modifying the instance on restoration

Refs INF-928

Newer go tooling use go mod instead of go package for dependency
management. This commit replaces the files between both tools.

Refs [INF-928](https://mydevex.atlassian.net/browse/INF-928)
@github-actions github-actions bot enabled auto-merge (rebase) August 19, 2024 15:25
After restoring an instance, AWS keeps the default security
groups. So, odin needs to modify the instance to
adjust it, but it also needs to wait for the modification to be in
place, or the instance might not get connections right.

Refs [INF-928](https://mydevex.atlassian.net/browse/INF-928)
@ifosch ifosch changed the title Add WaitForInstance after modifying the instance on restoration INF-928 Add WaitForInstance after modifying the instance on restoration Aug 19, 2024
Copy link

@bbrassart bbrassart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM I think

@github-actions github-actions bot merged commit e59f316 into develop Aug 20, 2024
@github-actions github-actions bot deleted the INF-928 branch August 20, 2024 07:25
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

Successfully merging this pull request may close these issues.

4 participants