上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 469 下一页
摘要: SAA KMS Encrypted secrects can be stored in the code / environment variable data > 4 KB envolope encryption To give access to KMS to someone: Make sur 阅读全文
posted @ 2021-07-11 20:29 Zhentiw 阅读(204) 评论(0) 推荐(0) 编辑
摘要: SAA IAM Users & Groups A group can NOT be assigned to another group MFA Can be enabled not only Root user account, but also ALL IAM user accounts. IAM 阅读全文
posted @ 2021-07-05 13:56 Zhentiw 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(71) 评论(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 阅读(104) 评论(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 阅读(98) 评论(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 阅读(61) 评论(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 阅读(70) 评论(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 阅读(67) 评论(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 阅读(57) 评论(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 阅读(96) 评论(0) 推荐(0) 编辑
上一页 1 ··· 111 112 113 114 115 116 117 118 119 ··· 469 下一页