본문 바로가기
AWS/SAA Scenarios

[AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 11 : Classic Solutions Architecture Discussion)(8-4)

by 토니당 2024. 10. 2.
반응형



2024년 SAA-C03 자격증 준비하면서 필요한 노트 정리했습니다 

 

강의는 유데미 "Ultimate AWS Certified Solutions Architect Associate SAA-C03" 통해 공부했습니다 

https://www.udemy.com/course/aws-certified-solutions-architect-associate-saa-c03

 

같이 공부해서 합격해보자구요 !

 


Section 11 : Classic Solutions Architecture Discussions

124. Instantiating applications quickly 

  • EC2 instances
    • use golden ami - install application, os depdencies beforehand and save them as ami 
    • bootstrap using user data 
    • hybrid - mixture of golden ami and user data == elastic beanstalk 
  • rds db 
    • restore from a snapshot 
  • ebs volumes 
    • restore from a snapshot 

 

125. Beanstalk Overview

  • typical architecture = web app 3-tier 
    • public subnet = elb, route 53 
    • private subnet = auto scalin group, ec2
    • data subnet = elasticache, amazon rds etc 
  • developer problems on asws 
    • managing infrastructure 
    • deploying code 
    • configuring 
    • scaling concerns 
  • most web apps have the basic same architecture (alb + asg)
  • elastic beanstalk - a developer centric view of deploying an application on aws 
  • beanstalk is free but will cost money for inner services 
  • beanstalk components 
    • application - environments, version, configuration 
    • application version - an iteration of your code 
    • environment - can create multiple env, web env and worker environemtn 
  • web env - basic web app env 
  • worker env - message queue env 
  • elastic beanstalk provdies two development modes 
    • single instance - great for dev 
    • high availability with load balancer - great for prod 

 

 

예상 질문들 

1. The software takes over an hour to set up on a linux machine, how do you recommend speed up the installation process when thers a scale out event ? 

 

- bootstrap using ec2 user data = although automatic, is wrong because when scaling out, installation is still required 

- use a golden ami = correct answer 


같이 파이팅해서 합격해봅시당 ㅎㅎ 

저는 24년 10월 중순에 시험 볼 예정입니다 ! (후기 남기도록 하겠습니다 후후)


 

AWS Section  URL 
Section 3 : Getting Started with AWS
Section 4 : IAM & AWS CLI
2024.08.30 - [AWS/SAA] - [AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 3 : Getting Started with AWS & Section 4 : IAM & AWS CLI)(1)
Section 5 : EC2 Fundamentals 2024.09.01 - [AWS/SAA] - [AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 5 : EC2 Fundamentals)(2)
Section 6 : EC2 - Solutions Architect Associate level 2024.09.04 - [AWS/SAA] - [AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 6 : EC2 - Solutions Architect Associate level)(3)
Section 7 : EC2 Instance Storage 2024.09.04 - [AWS/SAA] - [AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 7 : EC2 Instance Storage)(4)
Section 8 : High Availability and Scalability : ELB & ASG 2024.09.09 - [AWS/SAA] - [AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 8 : High Availability and Scalability : ELB & ASG)(5)
Section 9 : RDS + Aurora + ElastiCache 2024.09.12 - [AWS/SAA] - [AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 9 : AWS Fundamentals : RDS + Aurora + ElastiCache)(6)
Section 10 : Route 53 2024.09.19 - [AWS/SAA] - [AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 10 : Route 53)(7)
Section 11 : Classic Solutions Architecture Discussion 2024.09.27 - [AWS/SAA Scenarios] - [AWS/SAA] Solutions Architect Associate 자격증 준비 (SAA)(Section 11 : Classic Solutions Architecture Discussion)(8-1)

 

 

(제 맛집 블로그에용 놀러오세용 ㅎㅎ)

 

토니이츠얼랏 : 네이버 블로그

너무너무너무 많이 먹는 토니입니당 :)

blog.naver.com

 

 

 

반응형