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

Archives

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

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