본문 바로가기

스파르타코딩 내일배움캠프

AWS 강의 내용 정리

S3

  • 저장소
  • "Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance"
  • 접근 권한 통제 가능 
 

What is Amazon S3? - Amazon Simple Storage Service

What is Amazon S3? Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. Customers of all sizes and industries can use Amazon S3 to store and protect a

docs.aws.amazon.com

 

IAM

  • AWS 접근 권한 관리
  • 그룹을 나누어서 관리 가능
  • Policy로 권한 부여
  • 파이썬이랑 연동할 때 사용 가능

Cloud Front

  • 캐싱 해주는 서비스
  • CDN서비스와 유사함
  • 비/동적 distribution을 빠르게 해줌
  • HTTP/HTTPS를 사용해서 미디어 파일 distribute
  • 장점: S3를 통해서 웹을 접속하면 과금이 되지만, Cloud Front의 도메인으로 접속하면 S3 네트워크 접속에 대한 과금이 안된다.