본문 바로가기

AWS (Amazon Web Services)20

Snowball Moving Large amount data to AWS [snowball] - big big disk [Snowball Edge] - 100TB [Snowmobile] - 100PB 2019. 7. 14.
CloudFront [관련 용어] 1. Edge Location - AWS Region 또는 AZ(가용영역) 과 분리되어 있는 영역으로 이 곳에 content가 캐시되어 진다. - Edge Location은 READ only 가 아니다. - object 전송처럼 write도 가능함 - Edge Location 에 캐시된 내용들은 TTL(Time To Live)를 갖는다. - cached된 Object를 clear할 수 있지만, 요금이 부과된다. 2. Origin - CDN이 distribute하는 모든 파일의 origin(원본위치)를 의미 - S3 bucket, EC2 instance가 될 수도 있고 ELB 또는 Route53이 될 수도 있다. 3. Distribution - Distribution 생성 .Distribut.. 2019. 7. 14.
IAM (Identity and Access Management) [IAM 구성 요소] 1) Users - ManagementCconsole - ID/PW - CLI - Access Key / Secure Access key (?) 2) Groups - A collection of users 3) Policies # policy 종류 ...더보기 (1) Management Policy - AWS가 기존에 만들어놓은 Policy AWS가 Policy에 새로운 권한을 추가하는 경우가 생김. 예상하지 못한 권한을 득하게 됨. - Custom Policy (2) Inline Policy # - made up of documents = "Policy documents" - JSON format - permissions - ex) "AdministratorAcess", "Amaz.. 2019. 7. 6.
Amazon Simple Storage Service (S3) Introduction to Amazon Simple Storage Service (S3) S3는 Amazon의 "object storage" 서비스다. [특징] - 99.999999999% of durability(내구성) [S3 Storage Classes] (1) S3 Standard - 99.99% availability - 99.999999999 (11 * 9s) durability - designed to sustain the loss of 2 facilities concurrently (2) S3 - IA (Infrequently Accessed) - 자주 접근되지 않지만, 가끔 필요할 때는 빠른 속도로 검색하는 경우를 위한 S3 - S3 Standard 보다 가격이 저렴하지만, retrie.. 2019. 5. 26.