Jamie
Jamie
> > I am writing a blog post > > @eduncan911 Did you finish the blog post for this? I'd be rather interested in your solution. Seconded. I got as...
Currently working around this by assigning an Elastic IP to Security Onion with the following additions/changes: **so.tf**: ``` resource "aws_eip" "onion-pub" { vpc = true count = var.onions instance =...
That looks like a solid solution and would help for longer running lab/dev environments like mine. PS. Thank you for the EC2 documentation link, I had an inkling that it...