随笔分类 -  AWS devops certification

[AWS Devops]CodeBuild ----buildspec.yaml
摘要:https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html The buildspec.yaml synx version: 0.2 run-as: Linux-user-name env: shell: sh 阅读全文
posted @ 2021-12-28 16:23 吃鱼高手 阅读(523) 评论(0) 推荐(0)
[AWS Devopsl]Codecommit-notification and trigger
摘要:https://docs.aws.amazon.com/codecommit/latest/userguide/notification-rule-create.html 或者用命令行工具生成notificaiton rule aws codestar-notifications create-no 阅读全文
posted @ 2021-12-27 17:01 吃鱼高手 阅读(36) 评论(0) 推荐(0)
[AWS Devopsl]Codecommit-securing repository and branches
摘要:The way to secure repository and branches: create group and add policy for the permission of the group 1.Create a junior group 2.Under permissions tab 阅读全文
posted @ 2021-12-27 16:00 吃鱼高手 阅读(31) 评论(0) 推荐(0)
[AWS Devops]Codecommit-branches and pull requests
摘要:如下图所示: 步骤1 在本地新建一个branch,名字为my-feature, 并且切换到这个branch 步骤2 查看my-feature 这个branch的状态 步骤3 新改动的文件批量加入本地staged 步骤4 commit新add的文件到本地仓库 步骤5 push commit的文件到远程 阅读全文
posted @ 2021-12-27 14:17 吃鱼高手 阅读(84) 评论(0) 推荐(0)
[AWS Devops]Codecommit-clone, add, commit, push
摘要:1.Git clone 2.Git add(can be single file or git add . --all the files) 3.Git commit -m “message” 4.Git push 阅读全文
posted @ 2021-12-27 11:16 吃鱼高手 阅读(33) 评论(0) 推荐(0)
[AWS Devops]Codecommit-first Repo and https connection
摘要:Codecommit is a way to create code repository and commit code like github The steps to create a CodeCommit 1. Create respository in Code commit servic 阅读全文
posted @ 2021-12-27 10:48 吃鱼高手 阅读(37) 评论(0) 推荐(0)