|
|
|
|
|
by csdvrx
1686 days ago
|
|
> the server belongs to the deploy script, not to me. I prefer it when both the server and the deploy scripts belong to me :) "infrastructure as code" with no way or extremely limited possibilities to ssh for emergencies strikes me as foolish overengineering / painting yourself in a corner, but if you like that, why not? |
|
And then the server gets deployed via the script and the quick change isn't there any more.
Whoops.
My EC2 instances are all configured so that they can't be accessed from the outside. They boot up, fetch their install script from a set location and run it.
If they need changes, I either update the base image or the install script.