+86 135 410 16684Mon. - Fri. 10:00-22:00

Archive for month: 六月, 2016

  • 在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 »

  • AWS & OpenSSL : Creating / Installing a Server SSL Certificate

    Note Nginx is installed on our aws instance. Here is our default page: The first picture below is a simple page for an http request, but the 2nd one is for a https request:   To make https to work, we’ll install OpenSSL and get certificate.   Creating a Server Certificate In this section, we’ll learn how to manually create a X.509 pub...

    Continue reading »