자격증 정복/AWS Data Engineer(도전중)
[AWS Data Engineer] AWS 기본개념
noohhee
2025. 2. 18. 16:53
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
반응형