|
|
|
|
|
by drewjaja
3392 days ago
|
|
AWS provide free tier usage, so that may be a good place to get some experience. Spin up some instances, provision your own web servers, database and load balancer with ansible. Create deploy scripts with ansible that pull in your latest code into each of your web servers and then create a script that can roll back your code to a previous deploy. |
|