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

Fix unaligned output from GetEc2InstanceInfo #69

Merged

Conversation

ncatelli
Copy link
Contributor

General

This PR addresses an issue in the CheckInstanceReadiness function where the list of instances returned from GetEC2InstanceInfo is assumed to be aligned to the index of the instance ids passed in. This PR updates the GetEC2InstanceInfo method to conform to this assumption, aligning the output to the input.

Linked Issues

resolves #67

@ncatelli ncatelli changed the title Fix mismatch of instanceInfo and instanceId. Fix unaligned output from GetEc2InstanceInfo Oct 17, 2022
Copy link
Collaborator

@sendqueery sendqueery left a comment

Choose a reason for hiding this comment

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

Nice catch. :)

@sendqueery sendqueery merged commit 1e43224 into disneystreaming:develop Oct 17, 2022
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.

Logging onto different instances
2 participants