注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
楼主是一名 data scientist, 日常 AWS 一般只会用到 EC2, 准备了大概1~2个月,考过了初级架构师认证证书,和地里小伙伴分享下经验!
除了最基础的云从业者,AWS 有3个认证方向:架构师、开发人员和运营职,分为初级 associate 和高级 professional,还有5个特定技术领域中专业认证:网络、大数据、信息安全、机器学习和 Alexa. 并不需要考过初级才能考高级,不过听说高级比初级难很多,所以从初级开始还是个不错的选择。
![]()
楼主考的初级架构师证书是很多人推荐的入门 AWS 证书,难度适中,并且考核内容是对基本 AWS 服务的了解和如何应用它们设计系统,并不会考如何实现一个 Lambda function 的细节,窗口长什么样子,或者不同的 EC2 的价格区别。所以很适合在准备考试的过程中也顺便了解整个 AWS ecosystem, 没有死记硬背类型等题目。如果你不确定要考哪个证书可以读这篇文章: https://info.acloud.guru/resourc ... ation-should-i-take
考试一共130分钟,65道选择题,4个选项的单选或者5个选项的双选,都是 scenario based。题目类型大概是这两种之一:给你如下要求和条件 (requirement & constraint) 如何设计这个系统 (用 EC2 还是 Lambda 还是 ECR 更合适), best practice 是什么,或者现在有个这样的系统,为什么某某现象/bug/bottleneck 产生/如何解决。最重要的是理解不同的 AWS 服务的 performance, scalability, availability, cost, and security 等等特性,以及 tradeoff. 比如如果你要储存图片数据,并不需要经常提取,但是需要时要马上 available, 用什么数据存储 solution 最经济合适 (S3-IA)
参考题目(取自 AWS 的官方参考题目 http://awstrainingandcertificati ... iate_examsample.pdf):
Your web application front end consists of multiple EC2 instances behind an Elastic Load Balancer. You configured ELB to perform health checks on these EC2 instances. If an instance fails to pass health checks, which statement will be true?
A. The instance is replaced automatically by the ELB.
B. The instance gets terminated automatically by the ELB.
C. The ELB stops sending traffic to the instance that failed its health check.
D. The instance gets quarantined by the ELB for root cause analysis
我个人认为需要非常认真准备、学习的服务有:
EC2 (AZ, auto-scaling, load balancer, security group)
VPC (subnet, NAT gateway, BastionHost, Network ACL)
S3 (different S3 classes, encryption, versioning, cross-region replication, lifecycle)
RDS (multi-AZ, cross-region replication)
需要了解基本用法的服务有:
Storage: Glacier, DynamoDB, Storage gateway, Aurora, ElasticCache, Redshift, EFS
Compute: Lambda, ECS, Elastic Beanstalk
Networking: Route53, API Gateway, CloudFront
Management & Monitoring: IAM, CloudWatch, CloudFormation, KMS
analytics: Kinesis, Athena
Applications: SQS, SNS
我使用过的学习资料:
aCloudGuru: 应该是现在云计算最好的培训平台之一,每月只要$29, 内容根据 AWS 的变化实时更新,非常推荐! https://acloud.guru/learn/aws-ce ... architect-associate
udemy 模拟试题:aCloudGuru 的唯一问题是没有很多模拟题,毕竟学会用 AWS 和做对选择题还是不太一样,所以考前两周非常建议刷刷题 https://www.udemy.com/aws-certif ... -practice-questions
AWS official mock exam: 在预约正式考试的界面可以预约一个20道题的模拟试题,$20, 考前一两周可以做一下自我评估
Abhishek Shaha 写过一篇经验分享文章,里面有很多样题,虽然写于2016年,可能有些内容会和现在不太一样,但是还是很有帮助 http://www.cloudforest.in/2016/0 ... xam-in-10-days.html
一个 Github repo 总结了各种资源,还有很多 re:invent 上的讲演,对了解系统设计 best practices 很有帮助 https://gist.github.com/leonardo ... d5215d354f3825435dc
听说 Linux Academy 的这门课也很好,比 aCloudGuru 多一些 lab, 不过我没用过,用过的同学欢迎分享体验 https://linuxacademy.com/amazon- ... ect-associate-level
很多人推荐阅读 AWS Q&A 和 whitepaper, 我没读,因为太长了...
虽然考试是篇理论,不过如果想积累更多 hands on 经验的话 Qwiklabs, Linux Academy, Cloud Academy 都有很多 lab 课
总结起来如果有一些 AWS 的经验,大概对 networking, DB 基本知识有些了解,加上一个月左右时间准备,拿到这门证书应该问题是不大的。我都拿到了你也可以!希望这篇文章对你有帮助,求加米!xoxo ❤
还有记得考试时一定要拿驾照或者护照喔,不接受电子版的 ID.
|