+86 13541016684Mon. - Fri. 10:00-22:00

Archive for year: 2016

  • OaaS会是理想的运维外包模式

    2013年,互联网上出现了一个新的概念:OaaS(Operations as a Service,运维即服务)。该概念的主要推动者、运维123代维工室的CEO兼CTO Redhat在数次访谈和演讲中曾多次介绍过OaaS的概念,简单来说就是: 服务器运维的外包。 运维外包本身不是非常新的概念,只不过过去经常服务于企业和事业单位,以人员驻场,定期巡检,短期项目或者故障响应的方式来提供服务。云络科技的重 点则放在了...

    Continue reading »

  • 在AWS中落实安全运维管理

    全在传统上总是被当成软件开发过程中“事后再想”的部分。但人人闻之色变Heartbleed漏洞及其相关的补丁困难使安全性被推到了最前线。而一个使用安全运维管理,或SecOps的安全软件开发周期方式将可以加强AWS应用的安全性。 SecOps方法就有如DevOps原则一样,促进了开发者和运营之间更好的沟通,只是对应的是安全方面,Todd Vernon,一家DevOps工具供应商VictorOps的CEO说道。DevOps允许...

    Continue reading »

  • Amazon Boto3 Library for Python Basics

    There is little documentation on using the boto3 library to interact with Amazon’s massive library and the documentation that I found seemed to be outdated as I was getting Key and Attribute errors even with copying and pasting directly from documentation; as such I have compiled two of the most basic functionalities one will start out with when building ...

    Continue reading »

  • Setup Slack Notifications for AWS CodeDeploy

    CodeDeploy doesn’t come with a native way to integrate with third party services; so in order to integrate with a service you need to do a small workaround involving SNS and Lambda. Setup SNS Topic and Lambda First you need to setup a SNS Topic “deployments” (Feel free to use your own topic name). Once that is done you need to hop on over to Lambda and ...

    Continue reading »