Skip to content

Instantly share code, notes, and snippets.

@prezire
Forked from james2doyle/instructions.sh
Created February 24, 2018 06:16
Show Gist options
  • Save prezire/01dab3b0580cbc6d9589c5dd456b0dda to your computer and use it in GitHub Desktop.
Save prezire/01dab3b0580cbc6d9589c5dd456b0dda to your computer and use it in GitHub Desktop.
Setup beanstalkd on AWS EC2 with Ubuntu 16.04 to be public
sudo vim /etc/default/beanstalkd # change IP to 0.0.0.0
sudo systemctl daemon-reload # reload daemon
netstat -nat | grep LISTEN # see if `0.0.0.0:11300` is in the list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment