반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Iceberg
- HIVE
- 용인맛집
- 코엑스
- Trino
- 여행
- BigData
- 파이썬
- 프로그래머스
- 개발
- 삼성역맛집
- apache iceberg
- 백준
- 코엑스맛집
- 알고리즘
- bigdata engineer
- 자바
- java
- Data Engineering
- 양평
- 맛집
- bigdata engineering
- BFS
- Data Engineer
- hadoop
- dfs
- 코딩
- 코딩테스트
- 코테
- 영어
Archives
- Today
- Total
지구정복
[AWS Data Engineer] AWS 기본개념 본문
728x90
반응형
버킷 - 스토리지, 디렉터리 구조로 되어 있음, 하나의 리젼 안에 속함
무조건 고유한 이름 가져야 함
오브젝트 - 파일, 모든 오브젝트는 기본적으로 키를 가진다.
키 - 각 오브젝트는 고유하고 유저한테 할당된 키로 식별된다.
bucket안에 documents/example.txt 오브젝트를 클릭하면 고유한 key이다.
* S3
Durability : Likelihood of loosing in object in a year
Availability : Percentage of time that the service is operational
Lifecycle Rules : Define change of storage classes over time
Versioning : Allows you to retrieve previous versions of an object
Tag = a tag can be the name of a department or something like a project, so that it helps us.
728x90
반응형