上一页 1 ··· 137 138 139 140 141 142 143 144 145 ··· 477 下一页
摘要: Introduction to Availability, Reliability and Resiliency Availability A measure of time that a system is operating as expected. Typically measured as 阅读全文
posted @ 2021-08-24 22:43 Zhentiw 阅读(111) 评论(0) 推荐(0)
摘要: Documentation on creating public user tables has been moved here. Supabase has also removed triggers from this doc but you can still use them. In this 阅读全文
posted @ 2021-08-20 14:55 Zhentiw 阅读(144) 评论(0) 推荐(0)
摘要: DataSync Agnet on Premises side Send data to AWS DataSync Save to S3, EFS, FSx Large amount of data to AWS 阅读全文
posted @ 2021-08-20 02:01 Zhentiw 阅读(122) 评论(0) 推荐(0)
摘要: Event Processing SQS: Lambda will poll the message from SQS, if failed to processing, will do retry, after max of times, will send to DLQ SNS: If fail 阅读全文
posted @ 2021-08-19 21:29 Zhentiw 阅读(115) 评论(0) 推荐(0)
摘要: The Event Delegation Pattern Event delegation is a simple, but powerful leveraging of the DOM event system which allows for easier adding of functiona 阅读全文
posted @ 2021-08-19 15:40 Zhentiw 阅读(773) 评论(0) 推荐(0)
摘要: Object.is console.log(Object.is(2, 2)); // true console.log(Object.is({}, {})); // false Strict Equality: a b console.log(2 2); // true console.log({} 阅读全文
posted @ 2021-08-19 15:20 Zhentiw 阅读(72) 评论(0) 推荐(0)
摘要: Two Terms RPO: Recovery Point Object RTO: Recovery Time Object Disaster Recovery Strategies Backup and Restore Pilot Light Warm Standby Hot Site / Mul 阅读全文
posted @ 2021-08-18 15:03 Zhentiw 阅读(139) 评论(0) 推荐(0)
摘要: PutMetricData API Dashboard's graphs can from different AWS accounts and regions For easy monitoring and filtering System-level metrics -> Agent CPU d 阅读全文
posted @ 2021-08-18 03:18 Zhentiw 阅读(108) 评论(0) 推荐(0)
摘要: Let’s add a test for an edge case that responds with an error message. In this lesson we’ll talk about the value of using the toMatchInlineSnapshot as 阅读全文
posted @ 2021-08-16 14:45 Zhentiw 阅读(83) 评论(0) 推荐(0)
摘要: For the data goes into EC2, is Free Transfer data inside same AZ is free Transfer data from one AZ to another through Private IP: cost $0.01 Transfer 阅读全文
posted @ 2021-08-16 13:37 Zhentiw 阅读(117) 评论(0) 推荐(0)
上一页 1 ··· 137 138 139 140 141 142 143 144 145 ··· 477 下一页