Live data from Hacker News

AWS Tips I Wish I'd Known Before I Started

wblinks.com

151–152 of 152 posts

Re: AWS Tips I Wish I'd Known Before I Started

#151

Disabling SSH is an interesting tip. I guess the OP doesn't do any automation via SSH.

Just disabling inbound SSH connections, the servers can still SSH out to other systems to pull in files, configurations, clone git repos, etc. It's just a way to stop yourself from cheating and SSHing in just to fix that one thing, instead of automating it.

It can also be useful to SSH into a system to check what's going on with a specific problem. Sometimes weird things happen that you can't always anticipate or automate away.

Re: AWS Tips I Wish I'd Known Before I Started

#152
post #109

i'm a devops noob. what tools should i use to log / monitor all my servers? i don't want to learn some complex stuff like cheff/puppet btw.... anything SIMPLE?

Though I haven't tried it, people tell me that ansible is pretty simple - http://www.ansible.com/home For logging, try logstash? http://logstash.net/ Monitoring... well that's a large and complicated topic!

thanks, i'll give ansible a try!
Post reply on HN