AWS
S3 & CloudFront
1. S3 (Simple Storage Service)기본 특성S3는 객체 스토리지(Object Storage)파일 시스템이 아니라 Key-Value 저장소Key: 파일 경로처럼 보이지만 실제로는 문자열Value: 파일 내용 (최대 5TB)예시:Key: "employees/detail/index.html"Value: Key: "images/logo.png"Value: 일반 파일 시스템 vs S3항목 파일 시스템 S3구조폴더/디렉토리 계층평평한 Key-Value경로/employees/detail/"employees/detail/index.html" (문자열)부분 수정가능 (파일 일부만 수정)불가능 (전체 교체만 가능)동시 쓰기파일 잠금(Lock) 필요Last-Write-WinsS3의 두 가지 모드1. 기본..