본문 바로가기

AWS/SAA Scenarios

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

반응형



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

123. MyWordPress.com

  • Stateful web app 
  • requirements
    • fully scalable wordpress website
    • website to access and correctly display picture uploads 
    • user data, blog content should be store in mysql db

 

1st step 

  • multi az elb -> auto scaling group with 3 different az 
  • used route 53 with alias group
  • rds is used with multi az 
  • as for images, we can store images at amazon ebs volume 

 

  Pros : 

  • all the pros from previous architecture is maintained 
  • rds is used with multi az 

  Cons : 

  • problem starts to arise once we start scaling, ec2 is connected to ebs volume so if image is stored at ec2 a, the image will be available only at the ec2 a

 

 

2nd step (ebs -> efs)

  • efs, network drive 
  • ec2 is connected to eni and will be allowed to connect to efs to store images across all ec2 instances 

 

  Pros : 

  • all ec2 instances will be able to access image 

  Cons : 

  •  

 

 

To summarize 

  • aurora db have easy multi-az and read-replicas
  • sotring data in ebs (single instance application suitable)
  • vs storing dat ain efs (across other isntances) 

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

저는 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

 

 

반응형