본문 바로가기

ACC Ewha15

ACC Study - 11 [Classic Solutions Architecture Discussions] What time is it?Scaling vertically트래픽이 증가될 수 록 t2.micro 보다 더 큰 m5으로 바꿔야 한다 scaling horizontally3개의 탄력적 ip가 붙어있을때 없앤다load balancer를 사용해서 트래픽을 참조한다.auto scaling group을 사용해서 자동으로 결과를 알게 해준다.한개가 다운되면 앱이 다운된다, 해결법-> 다중 AZ를 구현해야 한다 minimum 용량 = reserved instances = cost savings 2024. 5. 29.
[ACC 7주차] - RDS , DynamoDB database? 구조화된 정보 또는 데이터 조직화된 모음 1. on - premise : 직접 서버를 구축해서 db 관리2. aws ec2 : 사용자가 직접 db를 설치하고 관리3. aws rds : 완전관리형 db서비스 rds - relational database service관계형 데베를 쉽게 설치, 운영, 확장할 수 있는 웹서비스장점:간편한 관리가용성(availability) 및 안정성(durability)  자동백업(자동으로 35일까지만) vs 스냅샷 (수동으로 직접 , 예약 , 명시적으로 삭제전까지 보존)  multi AZs보안성 (security)확장성 (scalability)- read replica비용 효율성 (cost effective) RDSmulti AZ : 데베의 복사본을 다른 .. 2024. 5. 21.
ACC Study - 10 [Route 53] DNS? domain name system  : translates the human friendly hostnames into the machine ip addresswww.google.com  -> 172.217.1.36dns is the backbone of the internetdns uses hierarchical naming structure 웹브라우저 - 로컬dns서버 - 루트dns서버,  TLD DNS서버, SLD DNS 서버(마지막 서버)  amazon route 53: highly available , scalable , fully managed and authoritative dnsauthoritatitve = the customer can update the dns records r.. 2024. 5. 21.
ACC Study - 9 [RDS Custom for Oracle and Microsoft SQL Server] RDS란? relational database service이다SQL은 데이터베이스에 쿼리를 날리기위한 구조화된 언어AWS에 의해 관리된다 ex) postgres, mysql, mariadb, oracle, ibm db2, aurora(aws proprietary database) 관리되는 서비스이다데베뿐만아니라 db의 provisioning은 완전히 자동화된다운영체제 패칭도 가능백업이 계속 진행되어 특정시간에 맞춰 복원 = point in time restore모니터링 대시보드읽기성능향상을 위한 read replicaMulti AZ가 있어서 재해 복구에도 용이인스턴스 타입을 증가시켜서 수직 읽기복제본을 수평으로 할 수 있다EBS에 의해 저장소가 정리된다한가지 단점: RDS 인스턴스에 SSH 액세스할 수.. 2024. 5. 21.