Vagrant Operations: Difference between revisions
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
</font> | </font> | ||
=Managing a VM in an AWS Environment= | =Managing a VM in an AWS Environment= | ||
{{Internal|Vagrant AWS Provider|Vagrant AWS Provider}} | {{Internal|Vagrant AWS Provider|Vagrant AWS Provider}} |
Revision as of 19:31, 17 November 2019
External
Internal
Plugin Operations
Environment Operations
Box Operations
List
vagrant box list
Instance Operations
init
vagrant init
ssh
Connect to machine via SSH:
vagrant ssh
How does it know to connect to the instance it was started? More about jump box.