随笔分类 -  AWS

摘要: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 阅读(74) 评论(0) 推荐(0) 编辑
摘要:Cloud Cost Pricing Key Points An accurate cost estimation that meets and exceeds your organization’s budgetary goals requires you to ask important que 阅读全文
posted @ 2021-09-17 14:17 Zhentiw 阅读(98) 评论(0) 推荐(0) 编辑
摘要:Getting to Faster and Cheaper Four Cloud Models Private Cloud: Organization owns, operates, and governs their cloud computing resources. Community Clo 阅读全文
posted @ 2021-09-03 01:33 Zhentiw 阅读(40) 评论(0) 推荐(0) 编辑
摘要:Lesson Outline Monitoring Alerting Recovering Automating In this lesson, you will learn how to use AWS tools to monitor and alert on the systems that 阅读全文
posted @ 2021-09-02 14:34 Zhentiw 阅读(68) 评论(0) 推荐(0) 编辑
摘要:Lesson Outline Uptime Downtime RTO RPO Disaster Recovery Lesson Objectives You will be able to: Calculate availability in terms of up and down time Se 阅读全文
posted @ 2021-08-31 14:44 Zhentiw 阅读(80) 评论(0) 推荐(0) 编辑
摘要:Prefer Launch Template You can mix On-demand instances and Spot instances 阅读全文
posted @ 2021-08-31 14:19 Zhentiw 阅读(302) 评论(0) 推荐(0) 编辑
摘要:Tradeoffs to consider You can build a system that is singular with no failover options, and you can build systems that are Multi-AZ, Multi-Region with 阅读全文
posted @ 2021-08-26 14:53 Zhentiw 阅读(57) 评论(0) 推荐(0) 编辑
摘要: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 阅读(79) 评论(0) 推荐(0) 编辑
摘要:1) There's a connection timeout This is a security group issue. Any timeout (not just for SSH) is related to security groups or a firewall. Ensure you 阅读全文
posted @ 2021-07-11 20:48 Zhentiw 阅读(49) 评论(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 阅读(106) 评论(0) 推荐(0) 编辑
摘要:What is CloudFormation Create: Create aws infrastructure based on a template/blueprint Update: update the aws infrastructure Delete: can any aws infra 阅读全文
posted @ 2021-06-06 03:12 Zhentiw 阅读(101) 评论(0) 推荐(0) 编辑
摘要:Serverless framework with AWS Link to each sections Table of Content: Part 0: Serverless Project structure Part 1: DynamoDB & ApiGateway Part 2: Event 阅读全文
posted @ 2021-05-17 15:15 Zhentiw 阅读(151) 评论(0) 推荐(0) 编辑
摘要:IAM roles for non-human access Any application you wrote in the cloud is probably going to accessing some other resources ion the cloud like, EC2 inst 阅读全文
posted @ 2021-05-13 02:45 Zhentiw 阅读(236) 评论(0) 推荐(0) 编辑
摘要:There are two types of invocation for Lambda: Request/Response Asynchronous invoaction Demo by using AWS CLI: Request/Response aws lambda invoke --fun 阅读全文
posted @ 2021-04-12 17:38 Zhentiw 阅读(107) 评论(0) 推荐(0) 编辑
摘要:Overview: Create an S3 Bucket to store CloudFormation template Create Root Stack CloudFormation stack Create multi childstacks in rootestack Create an 阅读全文
posted @ 2021-04-10 21:54 Zhentiw 阅读(108) 评论(0) 推荐(0) 编辑
摘要:Task Breakdown Install the AWS SAM CLI on your local machine Create an S3 bucket Use `sam package` to package our code and save it in S3 Use `sam depl 阅读全文
posted @ 2021-04-09 19:32 Zhentiw 阅读(92) 评论(0) 推荐(0) 编辑
摘要:CloudFormation In this hands-on exercise, you will create an S3 bucket with AWS CloudFormation. Prerequisites: AWS account By the end of this lab, you 阅读全文
posted @ 2021-04-09 18:06 Zhentiw 阅读(45) 评论(0) 推荐(0) 编辑
摘要:Key Points AWS EKS is a service that we can use to set up Kubernetes. The deployment.yaml file is used to specify how our pods should be created. The  阅读全文
posted @ 2021-04-09 17:41 Zhentiw 阅读(58) 评论(0) 推荐(0) 编辑

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