Using vagrant on EC2

前端 未结 2 1380
说谎
说谎 2021-02-05 05:17

I need to setup a web server and a database server on EC2. It should be easy to migrate to another service provider later.

Currently, I have a web server and a database

2条回答
  •  再見小時候
    2021-02-05 05:37

    Running vagrant inside your AWS box is probably not the right solution. Have you looked into the Vagrant AWS provider?

    That will allow you to setup and provision your AWS boxes with Vagrant and Puppet or Chef... if you are using Puppet or Chef to provision your servers then you will have a very portable "scripted" install for your servers that can easily be moved to another provider at a later date...

提交回复
热议问题