随笔分类 -  AWS - DA

摘要: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) 编辑
摘要: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 阅读(99) 评论(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) 编辑
摘要: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 阅读(59) 评论(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 阅读(98) 评论(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 阅读(69) 评论(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 阅读(54) 评论(0) 推荐(0) 编辑
摘要:Traffic splitting: Using ALB Blue/Green: Using Route 53 Delete some application after xxx days You cannot change the Load balancer once created Docker 阅读全文
posted @ 2021-06-08 02:44 Zhentiw 阅读(88) 评论(0) 推荐(0) 编辑
摘要:https://resources.owllabs.com/hs-fs/hubfs/Zoom_BG2_Office-View-jpg.jpeg?width=873&name=Zoom_BG2_Office-View-jpg.jpeg 阅读全文
posted @ 2021-06-07 23:01 Zhentiw 阅读(169) 评论(0) 推荐(0) 编辑
摘要:Origins S3 Bucket For distributing files and caching them at the edge Enhanced security with CloudFront Origin Access Identity (OAI: S3 only allow tra 阅读全文
posted @ 2021-06-06 17:29 Zhentiw 阅读(848) 评论(0) 推荐(0) 编辑
摘要:Overview CodeCommit: storing code CodePipeline: automating our pipeline from code to ElasticBeanstalk CodeBuild: building and testing our code CodeDep 阅读全文
posted @ 2021-06-05 21:15 Zhentiw 阅读(529) 评论(0) 推荐(0) 编辑
摘要:S3 File Size Single S3 Object can range in size from 0 bytes to 5TB Largest object that can be uploaded in a single PUT request is 5GB For Objects lar 阅读全文
posted @ 2021-06-05 21:12 Zhentiw 阅读(72) 评论(0) 推荐(0) 编辑
摘要:EC2 Instance Pricing Options On-Demand Pay by the hour or the second depending on the type of instnace you run. Great for flexbility. (Run proprotype 阅读全文
posted @ 2021-06-05 19:31 Zhentiw 阅读(110) 评论(0) 推荐(0) 编辑
摘要:EBS Volume Allow your instance to persist data, even after their termination Can only be mounted to one instance at a time Bound to a specific availab 阅读全文
posted @ 2021-06-05 16:42 Zhentiw 阅读(135) 评论(0) 推荐(0) 编辑
摘要:The following table summarizes some of the customizations that can be made: User Pool FlowOperationDescription Custom Authentication Flow Define Auth 阅读全文
posted @ 2021-06-04 19:09 Zhentiw 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-04 17:36 Zhentiw 阅读(56) 评论(0) 推荐(0) 编辑
摘要:Lambda Execution Role (IAM Role) Lambda -> other serivce Grants the Lambda function permissions to AWS servcies / resources For example, when you want 阅读全文
posted @ 2021-06-04 15:00 Zhentiw 阅读(70) 评论(0) 推荐(0) 编辑
摘要:VPC & Subnets VPC: private network to deploy your resources (regional resource) Subnets: partition your network inside your VPC (AZ resource) Public s 阅读全文
posted @ 2021-06-04 00:42 Zhentiw 阅读(103) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示