上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 499 下一页
摘要: There are many ways to expose data to components, but based on different usecase, different solution has PROS & CONS. 1. ShareReplay(1) PROS: ShareRep 阅读全文
posted @ 2021-10-06 14:24 Zhentiw 阅读(46) 评论(0) 推荐(0)
摘要: Overview of Access to Cloud Services In this lesson we will focus on: AWS Control Plane and Access Model The Importance of Identity and Access Managem 阅读全文
posted @ 2021-10-04 12:50 Zhentiw 阅读(81) 评论(0) 推荐(0)
摘要: git checkout yourBranch git reset --soft HEAD~$(git rev-list --count HEAD ^master) git add -A git commit -m "one commit on yourBranch" 阅读全文
posted @ 2021-10-01 16:45 Zhentiw 阅读(248) 评论(0) 推荐(0)
摘要: Some basic exmaple on Doc: https://material.angular.io/cdk/overlay/overview <!-- This button triggers the overlay and is it's origin --> <button (clic 阅读全文
posted @ 2021-09-30 18:42 Zhentiw 阅读(403) 评论(0) 推荐(0)
摘要: Intro to IaC Key Points The old way of managing hardware in the server room often led to miscommunication due to a lack of centralized logs and the ga 阅读全文
posted @ 2021-09-29 01:34 Zhentiw 阅读(108) 评论(0) 推荐(0)
摘要: Demo Code In order to maintain your tfstate file properly, you MUST have versioning enabled on your S3 bucket. Here is the code I used to create the b 阅读全文
posted @ 2021-09-29 01:18 Zhentiw 阅读(97) 评论(0) 推荐(0)
摘要: Verify you are in the correct directory by running which terraform Locate the directory containing your terraform files Initialize the directory with 阅读全文
posted @ 2021-09-29 00:47 Zhentiw 阅读(82) 评论(0) 推荐(0)
摘要: Cloud Migration Key Points Lift and Shift is the simple process of moving your application from an on-premises environment to the cloud without making 阅读全文
posted @ 2021-09-26 16:04 Zhentiw 阅读(248) 评论(0) 推荐(0)
摘要: CloudWatch Alarms Can trigger actions: EC2 action (reboot, stop, terminate, recover), Auto Scaling, SNS Alarm events can be intercepted by CloudWatch 阅读全文
posted @ 2021-09-24 15:42 Zhentiw 阅读(95) 评论(0) 推荐(0)
摘要: AWS Batch Overview Run batch jobs as Docker images Dynamic provisioning of the instances (EC2 & Spot Instances) - in VPC Optimal quantity and type bas 阅读全文
posted @ 2021-09-23 13:59 Zhentiw 阅读(298) 评论(0) 推荐(0)
上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 499 下一页