본문 바로가기

AWS (Amazon Web Services)20

[Coursera] AWS Fundamentals 클라우드란 무엇인가? 다양한 정의가 있지만, 수업에서는 다음과 같이 정의하고 있다. An on-demand, pay-as-you-go, IT services that are delivered over the internet. Region을 선택하는 기준 1) Latency : 고객과 가까운 곳의 Region을 선택하는 것이 서비스 Latency가 가장 적음 2) Cost : 세금 등의 이유로 서비스 비용이 특정 리전에서 더 높을 수 있음 3) Compliance 4) Service Availability : new feature (신규 서비스)를 제공하지 않는 Region이 있음 Region과 AZ(Availabilty Zone) 하나의 Region은 최소 2개의 AZ로 구성됨. AZ는 서로 "high .. 2020. 4. 15.
[AWS][기술백서]Performance at Scale with Amazon ElastiCache https://d0.awsstatic.com/whitepapers/performance-at-scale-with-amazon-elasticache.pdf 불러오는 중입니다... Overview - im-memory key-value endgines - ElastiCache Cluster에 처음엔 노드 1개로 시작해서 늘리는 방식으로 테스트 Memcached vs. Redis https://aws.amazon.com/ko/elasticache/redis-vs-memcached/ Redis vs. Memcached | AWS Redis and Memcached are popular, open-source, in-memory data stores. Although they are both easy to use.. 2020. 1. 22.
ELB (Elastic Load Balancer) Load Balancer 종류 - Amazon 에서 제공하는 Load Balancer에는 3가지 종류가 있다 (1) ALB (Application Load Balancer) - HTTP, HTTP 리스너만 등록 가능 - L7 (2) NLB (Network Load Balancer) - TCP, TLS, UDP, TCP_UDP 리스너 등록 가능 - extreme performance (handling millions of requests per second) - L4 (3) CLB (Classic Load Balancer) Sticky Session - User session 이 EC2 에 고정되도록 해준다. User session이 유지되는 동안 들어온 모든 request가 같은 EC2에서 처리된다. -.. 2019. 8. 17.
Storage Gateway [Storage Gateway] - On-premise 장비에서 AWS Storage를 사용하기 위해 Storage Gateway를 중간다리로 구성한다. (1) File Gateway (NFS) (2) Volume Gateway (iSCSI) iSCSI block protocol 을 사용하는 disk volumes 이 volume에 저장된 data는 AWS EBS snapshots 으로 asynchronously하게 백업될 수 있다. Snapshot은 incremental backup으로 변경분만 capture하고 압축되어진다. - Stored Volumes - Cached Volumes (3) Tape Gateway 2019. 7. 14.