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

Aws云上云维

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

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

    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 »

  • Bitbucket and CodeDeploy

    Today, since we are growing our development team and I don’t want to handle deploying code all the time for the team – I went ahead and integrated Bitbucket with CodeDeploy to make things a bit more efficient. So our workflow can be more: Write Code, Commit Code, QA Code, Sign Off, Deploy. However, if you don’t have much experience with IAM Roles and Co...

    Continue reading »