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

aws: Add ssh install for windows ami #91

Merged
merged 3 commits into from
Aug 18, 2021
Merged

aws: Add ssh install for windows ami #91

merged 3 commits into from
Aug 18, 2021

Conversation

seemethere
Copy link
Member

Also converts packer json to hcl using packer hcl2_upgrade

Signed-off-by: Eli Uriegas eliuriegas@fb.com

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 3, 2021
@seemethere seemethere added the aws Issues pertaining to our AWS infrastructure label Aug 3, 2021
@seemethere seemethere added this to [Efficiency] GitHub Actions in PyTorch Dev Infra Backlog Aug 3, 2021
}
source_ami = "${data.amazon-ami.windows_root_ami.id}"
region = "us-east-1"
ami_regions = ["us-east-1", "us-east-2"]
Copy link
Member Author

@seemethere seemethere Aug 3, 2021

Choose a reason for hiding this comment

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

This allows us to copy our AMI to both the us-east-1 and us-east-2 regions without having to do a rebuild

Copy link
Contributor

Choose a reason for hiding this comment

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

are we going to support multi-regions? If so, other things might need to be replicated to that region as well

Copy link
Member Author

Choose a reason for hiding this comment

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

Currently the canary region for seemethere/test-repo is us-east-2 so that we don't have the potential of reaching capacity for us-east-1

@driazati driazati force-pushed the main branch 2 times, most recently from baf79b1 to 0915838 Compare August 5, 2021 00:08
@seemethere seemethere mentioned this pull request Aug 10, 2021
6 tasks
@seemethere seemethere marked this pull request as ready for review August 17, 2021 23:18
Also converts packer json to hcl using `packer hcl2_upgrade`

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
@seemethere
Copy link
Member Author

This has been proven to work in our canary environment going to go and merge this so I can build off of it

@seemethere seemethere merged commit acdee31 into main Aug 18, 2021
PyTorch Dev Infra Backlog automation moved this from [Efficiency] GitHub Actions to Done Aug 18, 2021
@seemethere seemethere deleted the add_ssh_windows branch August 18, 2021 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws Issues pertaining to our AWS infrastructure CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Development

Successfully merging this pull request may close these issues.

None yet

3 participants