반응형
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
- 코딩테스트
- Apache Kafka
- hadoop
- Iceberg
- 삼성역맛집
- apache iceberg
- Linux
- Spark
- pyspark
- 프로그래머스
- 코엑스맛집
- Trino
- 영어
- bigdata engineering
- bigdata engineer
- 맛집
- 코테
- Data Engineer
- 코딩
- BigData
- Kafka
- HIVE
- 개발
- 백준
- java
- 자바
- Data Engineering
- 용인맛집
- 알고리즘
- 여행
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
반응형
Comments