공부하고 기록하는, 경제학과 출신 개발자의 노트

학습일지/클라우드 43

AWS Cloud Solutions Architect - Architecting Solutions on AWS (2). Designing Serverless Data Analytics on AWS

https://www.coursera.org/professional-certificates/aws-cloud-solutions-architect AWS Cloud Solutions Architect Amazon Web Services에서 제공합니다. Start here to become an AWS Solutions Architect. Gain the skills and knowledge to design architectural solutions on ... 무료로 등록하십시오. www.coursera.org Designing a serverless data analytics solution on AWS Customer #2 - SW House Customer Requirement 현재 S3 Stati..

AWS Cloud Solutions Architect - Architecting Solutions on AWS (2). Designing Serverless Web Backend on AWS

https://www.coursera.org/professional-certificates/aws-cloud-solutions-architect AWS Cloud Solutions Architect Amazon Web Services에서 제공합니다. Start here to become an AWS Solutions Architect. Gain the skills and knowledge to design architectural solutions on ... 무료로 등록하십시오. www.coursera.org Designing a serverless web backend on AWS Solution Architect가 되었다고 가정하고, customer의 요구사항에 맞게 어떤 AWS Service를 어..

AWS Startup BootCamp Essential - Serverless 개발 프레임워크 SAM 빠르게 감 잡기

https://youtu.be/GzUBZIVZPgYgithub: https://github.com/aws/aws-sam-cli GitHub - aws/aws-sam-cli: CLI tool to build, test, debug, and deploy Serverless applications using AWS SAMCLI tool to build, test, debug, and deploy Serverless applications using AWS SAM - GitHub - aws/aws-sam-cli: CLI tool to build, test, debug, and deploy Serverless applications using AWS SAMgithub.com serverless applicatio..

AWS Cloud Solutions Architect - Cloud Technical Essential (1). Monitoring & Optimization

https://www.coursera.org/professional-certificates/aws-cloud-solutions-architect AWS Cloud Solutions Architect Amazon Web Services에서 제공합니다. Start here to become an AWS Solutions Architect. Gain the skills and knowledge to design architectural solutions on ... 무료로 등록하십시오. www.coursera.org Monitoring & Optimization 애플리케이션은 실행 과정에서 "Metric" 이라고 부르는 data point를 생성한다. CPU utilization, network flows....

AWS Cloud Solutions Architect - Cloud Technical Essential (1). Storage & Databases

https://www.coursera.org/professional-certificates/aws-cloud-solutions-architect AWS Cloud Solutions Architect Amazon Web Services에서 제공합니다. Start here to become an AWS Solutions Architect. Gain the skills and knowledge to design architectural solutions on ... 무료로 등록하십시오. www.coursera.org Storage types on AWS storage 저장 방식은 크게 두 가지. Block storage / Object storage. Block Storage: 파일을 고정된 크기의 chunk..

AWS Cloud Solutions Architect - Cloud Technical Essential (1). Compute & Networking

https://www.coursera.org/professional-certificates/aws-cloud-solutions-architect AWS Cloud Solutions Architect Amazon Web Services에서 제공합니다. Start here to become an AWS Solutions Architect. Gain the skills and knowledge to design architectural solutions on ... 무료로 등록하십시오. www.coursera.org Computing EC2 EC2 : Elastic Compute as a Service. AMI (Amazon Machine Image) : how you want your image to be ..

AWS Cloud Solutions Architect - Cloud Technical Essential (1). Overview and Security

https://www.coursera.org/professional-certificates/aws-cloud-solutions-architect AWS Cloud Solutions Architect Amazon Web Services에서 제공합니다. Start here to become an AWS Solutions Architect. Gain the skills and knowledge to design architectural solutions on ... 무료로 등록하십시오. www.coursera.org 기본적인 infra 구조 for Redundancy Availability Zone (AZ) : Low-latency, high-speed link로 연결된 여러 개의 데이터센터의 집합. 하나의 ..

AWS re:Invent 2021 - Amazon IVS로 11번가 라이브커머스 플랫폼 구축

강연자: AWS 솔루션 아키텍트 이승민 님, 11번가 플랫폼 엔지니어 조현수 님.  AWS IVS?완전관리형 interactive 라이브 영상 서비스. 트위치와 동일한 기술 기반 - 10년에 걸쳐 구축한 라이브 스트리밍 기술이 활용되고 있다고 함AWS IVS로 라이브 스트리밍을 전송하고, SDK로 플레이어를 구현하면 된다.방송 송출 / 플레이어 사이의 모든 작업을 담당하는 것.Interactive의 의미란? 라이브 스트리밍의 사용자 경험은 크게 두 가지로 나뉜다.Lean back: 콘텐츠 시청이 전부임. 따라서 콘텐츠의 품질이 사용자 경험의 중요한 가치.Lean forward: 스마트폰 등의 디바이스로 콘텐츠에 적극적으로 참여하는 것. Interactive을 의미함.예시의 경우 참가자들와 점수를 공유하는..

Google Cloud Run으로 Container image 실행하기

Managed Container-as-a-Service Serverless Deployment remove the needs for us to manage the underlying infraStructure. Simplified Application Management. Out-of-the-box High availability & Scaling "Pay what your Users use" business Model. 서비스를 제공하는 vendor 입장에서는 'do not waste resources like cpu / ram for no reason.' 즉 '내가 사용하는 리소스'에 대한 비용 지출이 아니라, '내 프로덕트를 이용하는 사용자가 쓰는 리소스'에 대한 비용 지출이 이루어진다. inste..

Architecting with Google Compute Engine - Design Process ch4. Presentation Layer

Presentation Layer Overview Presentation Layer : 사용자와 시스템 간, business logic, stored service 간 데이터 flow를 말한다. 간단히 말해 Networking. Presentation Layer : Network Configuration Networking 에서 가장 중요시해야 할 건 Location. 이게 latency 차이를 만드는 핵심이기 때문. Distributed network일수록 outage tolerance가 강해지지만, round trip time is slower between distant elements 문제 때문에 performance limitation은 반드시 존재한다. 미국 - 유럽 간 통신은 1초당 최대 6..