Amazon FSx - Overview

Launch 3rd party high-performance file system on AWS

타사 제품의 고성능 파일 시스템을 FSx에서 사용가능하다

Fully managed service AWS의 완전관리형 서비스이다.

FSx for Lustre / FSx for Windows File server / FSx for NetApp ONTAP(이건 시험에 나오지 않음)


Amazon FSx for Windows

EFS is a shared POSIX system for Linux systems. EFS는 리눅스 시스템을 위한 POSIX 시스템.

FSx for Windows is a fully managed Windows file ststem share drive

Windows용 FSx도 비슷하다. Windows와 Linux 컴퓨터에서 액세스 할 수 있는 완전 관리형 Windows 파일 시스템 공유 드라이브를 제공한다.

Supports SMB protocol & Windows NTFS SMB 프로토콜 및 Windows NTFS를 지원한다.

Microsoft Active Directory integration, ACLs, user quotas Microsoft Active Directory

통합 기능과 ACL, 사용자 할당 기능이 있다.

Can be mounted on Linux EC2 instances 리눅스 EC2 인스턴스에 마운트 할 수도 있다.

Scale up to 10s of GB/s, millions of IOPS, 100s PB of data

대규모 처리 용량 갖추고 있다.

Storage Options:

-SSD : latency sensitive workloads (databases, media processing, data analytics . . .)

-HDD : broad spectrum of workloads (home directory, CMS . . .)

SSD는 지연시간에 민감한 워크로드에 적합하다.(데이터베이스, 미디어 처리, 데이터 분석 등)

HDD는 광범위한 워크로드에 적합하다 (홈 디렉토리, CMS 등)

Can be accessed from your on-premises infrastructure (VPN or Direct Connect)

Can be configured to be Multi-AZ (high availability)

Data is backed-up daily to S3

온프레미스 인프라(VPN 또는 Direct Connect)에서 액세스 가능

Multi-AZ(고가용성)로 구성 가능

데이터를 S3에 매일 백업할 수 있음


Amazon FSx for Lustre

Lustre is a type of parallel distributed file system, for large-scale computing

Lustre는대규모 컴퓨팅을 위한 병렬 분산 파일 시스템의 일종이다.

The name Lustre is derived from "Liniux" and "cluster"

Lustre의 이름은 리눅스와 클러스터의 파생된 단어다.

Machine Learning, High Performance Computing (HPC)

머신러닝, 고성능 컴퓨팅에 사용된다.

Video Processing, Financial Modeling, Electronic Design Automation

비디오 처리, 재무 모델링, 전자 설계 자동화와 같은 애플리케이션에 사용됨

Scales up to 100s GB/s, millions of IOPS, sub-ms latencies

초당 100GB 처리량, 수백만 IOPS, 밀리 초 이하의 지연시간 제공

Storage Options:

-SSD: low-latency, IOPS intensive workloads, small & random file operations

-HDD: throughput-intensive workloads, large & sequential file operations

-SSD: 지연 시간이 짧고 IOPS가 높은 워크로드, 소규모 및 랜덤 파일 작업

-HDD: 처리량이 많은 워크로드, 대용량 및 순차적 파일 작업

Seamless integration with S3

-Can 'read S3' as a file system (through FSx)

-Can write the output of the computations back to S3 (through FSx)

S3와의 원활한 통합

- 파일 시스템으로 'S3 읽기' 가능(FSx를 통해)

- 계산 결과를 S3에 다시 쓸 수 있습니다(FSx를 통해).

Can be used from on-premises servers (VPN or Direct Connect)

온프레미스 서버(VPN 또는 Direct Connect)에서 사용 가능


FSx File System Deployment Options

Scratch File System

-Temporary storage

-Data is not replicated (doesn't persist if file server fails)

-High burst (6X faster, 200MBps per TiB)

-Usage: short-term processing, optimize costs

-임시보관

-데이터가 복제되지 않음(파일 서버에 장애가 발생해도 지속되지 않음. 서버 실패하면 저장한 파일을 잃게 됨)

-높은 버스트(6배 더 빠른 속도, TiB당 200MBps)

-용도: 단기 처리, 비용 최적화

Persistent FIle System

-Long term storage

-Data is replicated within same AZ

-Replace failed files within minutes

-Usage: long-term processing, sensitive data

-장기 보관

-데이터가 동일한 AZ 내에서 복제됩니다.

-몇 분 안에 실패한 파일 교체 가능

-용도: 장기 처리, 민감한 데이터

시험에서는 스크래치와 영구 파일 시스템 중 어떤 것을 선택해야 하는지 물어보는 시나리오가 출제됨.

+ Recent posts