From 31859a452b68ddd98281ff341a6b75c579f3c050 Mon Sep 17 00:00:00 2001 From: Kengo Seki Date: Thu, 9 May 2019 22:51:10 -0700 Subject: [PATCH] MINOR: Add missing option for running vagrant-up.sh with AWS to vagrant/README.md Contrary to the previous explanation, a command example in vagrant/README.md lacks the option to specify the aws provider. Author: Kengo Seki Reviewers: Gwen Shapira Closes #6702 from sekikn/add-missing-option --- vagrant/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/README.md b/vagrant/README.md index f5171c2c6e722..f482f04df5183 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -127,7 +127,7 @@ Next, configure parameters in `Vagrantfile.local`. A few are *required*: Now start things up, but specify the aws provider: - $ vagrant/vagrant-up.sh + $ vagrant/vagrant-up.sh --aws Your instances should get tagged with a name including your hostname to make them identifiable and make it easier to track instances in the AWS management