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

Add ARM stack, support for multiple ssh ingress #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SathyaBhat
Copy link
Owner

No description provided.

spot_price_history = [x['SpotPrice'] for x in curr_az_price_history]
spot_price_history.sort(reverse=True)
spot_prices_by_az[az] = spot_price_history[0]
spot_prices_by_az[az] = spot_price_history[0] if len(spot_price_history) > 0 else "0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice catch! Defensive programming for the win

@ninadsp
Copy link
Collaborator

ninadsp commented Aug 22, 2020

Should we rename install_client.sh to configure_client.sh with this split? Also, this PR should have changes to packer/fah_ami.json as well to account for the file split.

@SathyaBhat
Copy link
Owner Author

Should we rename install_client.sh to configure_client.sh with this split? Also, this PR should have changes to packer/fah_ami.json as well to account for the file split.

yeah 👍 for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants