TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What cloud security practices should you do, but don't?

11 pointsby Ethan_Mickover 8 years ago
For example, you should run vulnerability scans on your infrastructure, but don&#x27;t. Perhaps your company doesn&#x27;t have vulnerability disclosure policy, but should.<p>Why not?

2 comments

jaredrabyover 8 years ago
I no longer work at the company, but I used to work at a startup doing IoT devices. Our cloud server didn&#x27;t stay up to date with security vunerabilities as we should have. Basically letting Mysql get behind in versions. There was also the issue of SSL being forgone in the name of time saving since I was the only one working on infrastructure. The development platform we were using broke on older versions with SSL enabled, so it was thrown into the wind before I had the time to deal with it.<p>This was due to being inexperienced with the work, too many duties, and a time line that didn&#x27;t give me the time that I needed to fully understand some topics.<p>TLDR; -Security vulnerabilities from version updates -SSL on some platforms -Not having a dedicated &#x2F; experienced individual on staff for dev ops in general
评论 #13077271 未加载
评论 #13076942 未加载
atmosxover 8 years ago
&gt; Why not?<p>From a sysadmin&#x2F;devops PoV boils down to <i>flexibility</i>. Security comes at the expense of flexibility and flexibility is more important for the survival and well-being of many&#x2F;most IT companies and its especially crucial to startups.