◇ 공부 기록용으로 작성하였으니 틀린점, 피드백 주시면 감사하겠습니다 ◇
S3 Transfer Acceleration:
세계 각국의 어떤 Region에서 다른 Region의 S3에 빠르게 전송하고 싶을 때 사용
Faster long-distance S3 uploads & downloads
S3 Transfer Acceleration
S3 Transfer Acceleration은 유저가 S3 버킷으로 데이터를 전송할 때 최적화된 네트워크 경로를 통해 전송할 수 있는 기능이다.
(세계 각국의 Region과 같이) 멀리 떨어진 곳에서 S3 버킷에 데이터를 전송할 경우에 최적화 된 네트워크 경로로 빠르게 전송할 수 있다. 장거리 전송일 경우, 많은 양의 데이터를 최대 50 - 500%까지 고속 전송할 수 있다.
사용자와 지리적으로 가까운 * 엣지 로케이션(Edge Location)에서 고성능 AWS 네트워크를 경유해 S3 버킷에 접근하므로, 지연 시간이나 데이터 손실 등의 위험을 줄일 수 있다.
*엣지 로케이션(Edge Location) ... AZ와는 다른 AWS 데이터 센터로, AZ보다 전 세계에 더 많이 배치되어 있습니다.
Use Case
- 세계 각국에서 한곳의 Region의 S3에 파일을 전송할 경우
- 대륙간에 정기적으로 GB~TB규모의 데이터를 전송하는 경우
S3 Transfer Acceleration를 유효화 시키는 방법
엄청 쉽다.
AWS S3 → Bucket → Transfer Acceleration → Enable
🤨 AWS SAA 문제
S3의 "Transfer Acceleration" 기능에 대한 설명으로 올바른 것은 무엇인가?
- 데이터를 자동으로 다른 리전에 저장하는 기능
- 데이터를 전용 네트워크를 통해 온프레미스 환경으로 전송하는 기능
- 데이터를 여러 AZ에 고속으로 전송하는 기능
- 사용자로부터 S3 버킷으로 최적화된 네트워크 경로를 통해 데이터를 전송하는 기능
정답 & 오답
정답. 4번
사용자로부터 S3 버킷으로 최적화된 네트워크 경로를 통해 데이터를 전송하는 기능
1번. 데이터를 자동으로 다른 리전에 저장하는 기능
S3의 기능인 "크로스 리전 레플리케이션"에 대한 설명이므로, 틀렸습니다.
2번. 데이터를 전용 네트워크를 통해 온프레미스 환경으로 전송하는 기능
S3의 기능이 아닌 "AWS Direct Connect" 서비스이므로, 틀렸습니다.
3번. 데이터를 여러 AZ에 고속으로 전송하는 기능
S3에 저장된 데이터는 S3 One Zone-IA 스토리지 클래스를 제외하고 자동으로 여러 AZ로 복사되지만, 고속 전송하는 기능은 없으므로, 틀렸습니다.
A company collects data for temperature, humidity, and atmospheric pressure in cities across multiple continents. The average volume of data that the company collects from each site daily is 500 GB. Each site has a high-speed Internet connection. The company wants to aggregate the data from all these global sites as quickly as possible in a single Amazon S3 bucket. The solution must minimize operational complexity. Which solution meets these requirements?
- Turn on S3 Transfer Acceleration on the destination S3 bucket. Use multipart uploads to directly upload site data to the destination S3 bucket.
- Upload the data from each site to an S3 bucket in the closest Region. Use S3 Cross-Region Replication to copy objects to the destination S3 bucket. Then remove the data from the origin S3 bucket.
- Schedule AWS Snowball Edge Storage Optimized device jobs daily to transfer data from each site to the closest Region. Use S3 Cross-Region Replication to copy objects to the destination S3 bucket.
- Upload the data from each site to an Amazon EC2 instance in the closest Region. Store the data in an Amazon Elastic Block Store (Amazon EBS) volume. At regular intervals, take an EBS snapshot and copy it to the Region that contains the destination S3 bucket. Restore the EBS volume in that Region.
정답
정답. 1