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

Archive for month: 六月, 2016

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

  • 使用Xshell登录AWS的EC2云服务器和开启EC2上允许root+密码方式登录

    EC2的pem密钥文件可以直接导入Xshell直接试用的,不用像网上putty那样麻烦,下面来说如何登录EC2和解决那个用Xshell登录时候的 WARNING! The remote SSH server rejected X11 forwarding request.警告信息   当然我说的密钥没密码是官方生成的才没有,你可以自己上传带有密码的公钥到AWS上的。。 填写好名称 主机 端口 选择试用Public KEy方式登录选择对应的key就OK了 WARN...

    Continue reading »

  • AWS自动化运维脚本分享

    背景介绍: 目前项目中使用了大量的AWS EC2 Instances作为服务器,在自动化运维方面,我们之前一直使用的是AWS CLI命令行工具,然后在Shell脚本中调用。 最近我想通过脚本实现一个“Clone”的功能,模拟Web Console上的“Launch More Like This”来创建Instance。但在Shell脚本中实现起来感觉不太舒服,于是就直接利用Python的boto库写了一个,在此分享给大家。 具体内容: 脚本...

    Continue reading »