분류 전체보기 146

FastAPI Data Validation

FastAPI Data Validation 유데미 FastAPI 강의 스터디를 진행하면서 내용을 정리해본다. FastAPI - The Complete Course 2023 (Beginner + Advanced) (총 196강, 17시간) https://www.udemy.com/course/fastapi-the-complete-course/ FastAPI - The Complete Course 2023 (Beginner + Advanced) Dive in and learn FastAPI from scratch! Learn FastAPI, RESTful APIs using Python, SQLAlchemy, OAuth, JWT and way more! www.udemy.com Data Validation F..

Web/FastAPI 2023.01.15

AWS Certified Solutions Architect 오답정리

AWS Certified Solutions Architect 오답정리 자격증을 준비하면서 문제풀이 중 정리할만한 내용을 기록해봄 S3에 수백만명 사용자 접속, 원본 부하 줄이기 위한 방법 => S3 버킷앞에 CloudFront AWS 계정에 대한 공격 방어 => GuardDuty 데이터베이스 write가 drop되지 않도록 설정 => Amazon Simple Queue Service(SQS) FIFO 대기열 사용 S3 버킷 사진 업로드 속도 향상 => S3 Transfer Acceleration 다른 리전의 S3 버킷에 데이터 복사 => S3 교차 리전 복제 구성 초당 수백만 요청 처리, 밀리 초 응답 => Amazon DynamoDB 클릭스트림 데이터 전송 처리 => Amazon Kinesis Data..

DevOps/Cloud 2022.12.11