上一页 1 ··· 140 141 142 143 144 145 146 147 148 ··· 498 下一页
摘要: AWS STS - Security Token Service Allows to grant limited and temporary access to AWS resource (up to 1 hour) AssumeRole: Assume roles within your acco 阅读全文
posted @ 2021-06-28 15:41 Zhentiw 阅读(89) 评论(0) 推荐(0)
摘要: Install new dependencies In a folder with the serverless project run the following commands to add new dependencies: npm install --save aws-serverless 阅读全文
posted @ 2021-06-23 14:39 Zhentiw 阅读(133) 评论(0) 推荐(0)
摘要: Overview How to architect our application for testability How to run our application locally Have multiple envs for our application Implement observab 阅读全文
posted @ 2021-06-23 14:38 Zhentiw 阅读(134) 评论(0) 推荐(0)
摘要: Running DB instnace as a mulit-az deployment can further reduce the implace of a mainatenance event becasue Amazon RDS applies operating system update 阅读全文
posted @ 2021-06-15 14:39 Zhentiw 阅读(77) 评论(0) 推荐(0)
摘要: removeEventListener removes an event listener added with addEventListener. However, there are a number of gotchas to watch out for in order to correct 阅读全文
posted @ 2021-06-14 15:01 Zhentiw 阅读(101) 评论(0) 推荐(0)
摘要: ResultPath: "$.error": add error prop to the output: Input: {foo: 'bar'} ->. output: {foo: 'bar', error: {...}} Real-time offline sync 阅读全文
posted @ 2021-06-14 14:30 Zhentiw 阅读(82) 评论(0) 推荐(0)
摘要: The gola of an Auto Scaling Group (ASG) is to: Scale out (add EC2 instances) to match an increased load Scale in (remove EC2 instances) to match a dec 阅读全文
posted @ 2021-06-14 13:29 Zhentiw 阅读(87) 评论(0) 推荐(0)
摘要: Overview Object values are the content of body: Max Object Size 5TB (5000GB) If uploading more than 5GB, must use "multi-part upload" Metadata (list o 阅读全文
posted @ 2021-06-12 22:25 Zhentiw 阅读(130) 评论(0) 推荐(0)
摘要: AWS CLI Credentials Provider Chain The CLI will look for credentials in this order Command line options --region, --output, and --profile Environment 阅读全文
posted @ 2021-06-12 22:13 Zhentiw 阅读(102) 评论(0) 推荐(0)
摘要: "warm-up" for LB to boot faster 503 error for capacity or not registered target Support HTTP redirects to HTTPS at ALB level ALB works with ECS NLB ha 阅读全文
posted @ 2021-06-09 03:29 Zhentiw 阅读(70) 评论(0) 推荐(0)
上一页 1 ··· 140 141 142 143 144 145 146 147 148 ··· 498 下一页