Switch to upstream AMIs for non-CUDA EC2 testnets

This commit is contained in:
Michael Vines
2019-02-18 17:58:04 -08:00
parent 1e714eb6b2
commit a444cac2aa
2 changed files with 45 additions and 18 deletions

View File

@ -86,7 +86,7 @@ cloud_FindInstance() {
# This function will be called before |cloud_CreateInstances|
cloud_Initialize() {
declare networkName="$1"
# ec2-provider.sh creates firewall rules programmatically, should to the same
# ec2-provider.sh creates firewall rules programmatically, should do the same
# here.
echo "TODO: create $networkName firewall rules programmatically instead of assuming the 'testnet' tag exists"
}