04 2022 档案
摘要:using SQS: queue model using SNS: pub/sub model using Kinesis: real-time streaming model ###Amazon SQS – Standard Queue Oldest offering (over 10 years
阅读全文
摘要:###CloudFront vs S3 Cross Region Replication CloudFront: Global Edge network Files are cached for a TTL (maybe a day) Great for static content that mu
阅读全文
摘要:###S3 MFA-Delete MFA (multi factor authentication) forces user to generate a code on a device (usually a mobile phone or hardware) before doing import
阅读全文
摘要:###AWS EC2 Instance Metadata AWS EC2 Instance Metadata is powerful but one of the least known features to developers It allows AWS EC2 instances to "l
阅读全文
摘要:###Amazon S3 Overview - Buckets Amazon S3 allows people to store objects (files) in "buckets" (directories) Buckets must have a globally unique name B
阅读全文
摘要:###Instantiating Applications quickly EC2 Instances: Use a Golden AMI: Install your applications, OS dependencies etc.. beforehand and launch your EC2
阅读全文
摘要:###DNS Terminologies Domain Registrar: Amazon Route 53, GoDaddy, … DNS Records: A, AAAA, CNAME, NS, … Zone File: contains DNS records Name Server: res
阅读全文
摘要:###RDS Backups Backups are automatically enabled in RDS Automated backups: Daily full backup of the database (during the maintenance window) Transacti
阅读全文
摘要:###Why use a load balancer? Spread load across multiple downstream instances Expose a single point of access (DNS) to your application Seamlessly hand
阅读全文
摘要:###What's an EBS Volume? They can only be mounted to one instance at a time (at the CCP level) They are bound to a specific availability zone ###EBS –
阅读全文
摘要:IPv4 allows for 3.7 billion different addresses in the public space ###Elastic IPs - have a fixed public IP for your instance With an Elastic IP addre
阅读全文
摘要:###Amazon EC2 (Elastic Compute Cloud) It mainly consists in the capability of : Renting virtual machines (EC2) Storing data on virtual drives (EBS) Di
阅读全文
摘要:###IAM: Users & Groups Global service Root account created by default, shouldn’t be used or shared Users are people within your organization, and can
阅读全文
摘要:https://infrastructure.aws/ ###AWS Regions AWS has Regions all around the world Names can be us-east-1, eu-west-3… A region is a cluster of data cente
阅读全文
摘要:###SAA-C02参加最新考试的最后日期是2022年8月29日 AWS认证解决方案架构测试考试概览 AWS Certification 帐户的“Benefits”中的半价优惠券,可以用于再认证或用于您之后参加的任何认证考试 参加同等或更高级别的考试可以满足再认证的要求。如果您未通过考试,必须等待1
阅读全文
摘要:###Amazon Web Services IAM(Identity and Access Management):身份识别与访问管理 EC2(Elastic Compute Cloud):弹性计算云 ELB(Elastic Load Balance):弹性负载均衡 S3(Simple Stora
阅读全文