본문 바로가기

AWS (Amazon Web Services)20

AWS DataSync Migrating storage with AWS DataSync https://aws.amazon.com/ko/blogs/storage/migrating-storage-with-aws-datasync/ OnPrem NAS Storage 데이터를 AWS EFS 로 마이그레이션 하는 목적으로 사용 2020. 5. 27.
EBS (Elastic Block Store) EBS 란? - AWS Block Storage 서비스 EBS 종류 1. SSD-backed storage - transcational workloads 에 사용 (높은 IOPS, 즉 빠른 읽기 쓰기를 필요로 할 때 사용) - ex) database, boot volues 2. HDD-backed storage - throughput-intensive worloads 에 사용 (즉, 한번에 많은 양을 처리해야 하는 경우) - ex) MapReduce, log processing 더보기 IOPS vs. Throughput - IOPS : an Input/Output operation per second - Throughput : Data transfer speed in megabytes per second.. 2020. 4. 25.
AWS VPC (Virtual Private Network) VPC를 생성할 때는 Region / AZ 를 선택해야 한다. 해당 AZ 안에 논리적으로(가상으로) 외부와 분리된 Network 구역이 생김. IGW (Internet Gateway) VPC는 기본적으로 외부와 통신이 안되는 닫힌 공간이기 때문에 인터넷으로 접속하기 위해서는 IGW가 필요함 VPC를 인터넷에 연결하려면? 1) IGW 생성 2) Route table 생성하고, VPC에 할당 -> Public Subnet에 할당. 3) 인터넷으로 나가야하는 패킷들이 IGW로 갈 수 있도록, Route Table 에 Rule을 추가 # Rule - Destination : 0.0.0.0/0 - Target : IGW 2020. 4. 19.
Amazon Lightsail [EC2]가 Compute Node (server)를 제공하는 서비스라면, [Lightsail]은 Compute Node(Server) + blueprint(Solution, Application) 을 같이 제공하는 서비스이다. Lightsail 구성 화면 참고 AWS re:Invent 2017 is available here: https://www.youtube.com/watch?v=29_LqYnomdg Specific details are on the Lightsail web page. Details on Lightsail and the 30 day trial are available at: https://aws.amazon.com/lightsail/ Lightsail pricing can be fo.. 2020. 4. 18.