lctva
lctva copied to clipboard
Scalable Infrastructure
Right now i'm running on a c3.xlarge spot instance. Once my bid goes out the site will shut off it's lights and i'll have to redeploy on a new machine and set up new DNS.
- [x] ~~Set up replicable machine w/ chef solo or ansible or something like that.~~ I wrote a shell script and a private repo to do this.
- [ ] Terraform to maintain fleet of machine(s) @ bid amount.
What distribution are you using currently? Ubuntu, CentOS?
Ubuntu
What are the UFW settings?
i haven't configure any firewall settings, i believe that's taken care of with amazon config.
Started working on dockerizing my application. See "docker" branch.