top | item 41072284

(no title)

ThreatSystems | 1 year ago

Vagrant / Packer?

discuss

order

stackskipton|1 year ago

Wouldn't work here, they have software on each VM that cannot be reimaged. To use Packer properly, you should treat like you do stateless pod, just start a new one and take down the old one.

ThreatSystems|1 year ago

Sure then throw Ansible over the top for configuration/change management. Packer gives you a solid base for repeatable deployments. Their model was to ensure that data stays within the VM which a deployed AMI made from Packer would suit the bill quite nicely. If they need to do per client configuration then ansible or even AWS SSM could fit the bill there once EC2 instance is deployed.

For data sustainment if they need to upgrade / replace VMs, have a secondary EBS (volume) mounted which solely stores persistent data for the account.

gavindean90|1 year ago

With all the mind share that terraform gets you would thing vagrant would at least be known but alas

tptacek|1 year ago

Somebody educate me about the problem Packer would solve for you in 2024?