AWS Summit Seoul 2023 | Amazon Neptune 및 Elastic을 이용한 추천 서비스 및 검색 플랫폼 구축하기

Amazon Web Services Korea
Amazon Web Services KoreaAmazon Web Services Korea
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
S E O U L | M A Y 4 , 2 0 2 3
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Neptune
Senior Software Engineer
INTEGRATION Corp.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
•
• CISO, INTEGRATION corp.
•
sehwan.lee@medistream.co.kr
Hello World!
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
1. Background
2. Architecture Overview
3. NLP & ETL
4. Query with Gremlin
5. Create API
6. Wrap up
Neptune
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Background
: ===
TV
Q&A
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Background
QnA
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Architecture Overview
,
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Architecture Overview
/ → ,
[ ] [ ] The Dos( )
Entity_content Entity_product
Entity_keyword
Entity_keyword
??
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Architecture Overview
(VERTEX, EDGE)
ETL
Vertex-Edge
Neptune
NLP
TF-IDF
:[ 1, 2, …]
API
API gateway + Lambda
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
NLP – extracts key words
(PAIR) .
1.
2. ( 35000)
3.
4. 1 ( , ..)
5. ( mecab + )
6.
7.
8. 1
9. (TF)
10. (IDF)
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Vertex
ENTITY VERTEX
vertex vertex
vertex
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Edge
RELATION EDGE
From : vetex id ( )
To: vertex id ( )
TF-IDF score:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Transformation , Load
SAGEMAKER NOTEBOOK TRANSFORM, S3 UPLOAD – NEPTUNE BULK API
DATA
SAGEMAKER BULK LOAD
Vertex: Notebook
Redshift
S3 upload
Edge: NLP
s3 upload
Neptune
sagemaker notebook
instance
Neptune
SageMaker Redshift S3
Copy data
to bucket
Load
Command
IAM Role
Graph Data
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Query with Gremlin
ALL IN ONE! - SAGEMAKER NOTEBOOK
keyword
vertex
entity vertex
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Query with Gremlin
= VERTEX →
Source Entity_vertex → one of Target Entity_vertex path
1. Entity_vertex Edge .(out )
2. Edge (in ) Keyword_vertex .
3. Keyword_vertex (in ) Edge
4. Edge (out ) Entity_vertex .
5. .
6. vertex
7. Edge tf_idf score
entity word
include
Source Target
OUT
IN
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Create API
APACHE TINKERPOP JAVASCRIPT GREMLIN
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Private subnet
Create API
SERVERLESS – API GATEWAY + LAMBDA + NEPTUNE ENDPOINT
AWS Cloud
Virtual private cloud (VPC)
APP
API Gateway Lambda Neptune
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Wrap up
. . .
• AI ? TF_IDF
• chatGTP ?
• ,
•
•
• ! Neptune Serverless
• Neptune serverless
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
EKS Elastic
Site Reliability Engineer
MUSINSA
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
MUSINSA Site Reliability Engineer
Web Developer
→ NLP Developer
→ DevOps/SRE
AWS
Kubernetes
Elasticsearch
/ Byung Woo LEE
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agenda
•
•
• Elastic Cloud on Kubernetes (ECK)
• ECK
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Elasticsearch & Kubernetes
(EKS)
, ,
Elastic Stack
Disclaimer
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(1)
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(2)
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Beats
&
Logstash Elasticsearch Kibana
Elastic Stack
, , ,
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Elasticsearch on AWS
Managed vs. Self-Managed
구분 Amazon OpenSearch Service Elasticsearch on EC2/EKS 내용
Managed O X 관리형인가?
Custom Plugin X O 커스텀 플러그인을
설치할 수 있는가?
Elasticsearch 8.0 X O Elasticsearch 8.0을
지원하는가?
Index-level
Shard Allocation
Filtering
X O
인덱스 단위로
저장하는 노드를
지정할 수 있는가?
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(1)
-
Application Load Balancer
AWS Cloud
Elasticsearch Node
Elasticsearch Node
Elasticsearch Node
node.roles: [ master, data ]
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(2)
- +
Coordinating Master Data
AWS Cloud
Application
Load Balancer
Elasticsearch Node
Elasticsearch Node
Elasticsearch Node
Elasticsearch Node
Elasticsearch Node
Elasticsearch Node
Elasticsearch Node
Elasticsearch Node
Elasticsearch Node
node.roles: [ ] node.roles: [ master ] node.roles: [ data ]
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(3)
-
AWS Cloud
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(4)
-
AWS Cloud
…
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Private subnet
Public subnet
Provisioning
Elasticsearch on EC2
Search
Developer
1 hour
(per cluster)
SRE
AWS Cloud
Elasticsearch
Kibana
Application
Load Balancer
Auto Scaling
group
Instance
Instance
Instance
Auto Scaling
group
Instance
Instance
Instance
Instance
Instance
Instance
Instance Application
Load Balancer
Coordinating Master Data
request
for
provision provision
1
2
4 3
Busy…
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
?
IaC(Infrastructure as Code) ?
?
?
AWS ?
IAM
AWS ?
Terraform, Ansible ?
Elastic Stack
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SRE Search Developer
SRE & Search Developer
Cloud
Engineering
Infrastructure
as
Code
Kubernetes
Elastic Stack
Software
Engineering
Kubernetes
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Kubernetes
EKS
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Elastic Cloud on Kubernetes
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Kubernetes Operator
Operator
Custom
Resource
Kubernetes
Objects
…
update
watch
EKS Cluster
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Elastic Cloud on Kubernetes (ECK)
Elastic Stack
Elasticsearch, Kibana
Elastic
Kubernetes Operator
EKS, GKE, AKS
Managed Kubernetes
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Installing ECK
Custom Resource Definition (CRD) & Operator
elastic-operator
deployed
EKS Cluster
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
elasticsearch-example
Deploying Elasticsearch
master
elastic-operator
EKS Cluster
watch
data coordinating
update
CRD Elasticsearch
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
kibana-example elasticsearch-example
Deploying Kibana
EKS Cluster
elasticsearchRef
CRD Kibana
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
elasticsearch-example
Configuring Elasticsearch
Config & Pod Template
EKS Cluster
sidecar
initContainers
elasticsearch.yml
master
…
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
elasticsearch-example
Configuring Elasticsearch
Volume Claim Template
Amazon
Elastic Block Store
data
EKS Cluster
AWS Cloud
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
elasticsearch-example
Horizontal Scaling
data
new
rebalancing
Scaling Elasticsearch
EKS Cluster
1
2
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
elasticsearch-example
Vertical Scaling - CPU & Memory
Scaling Elasticsearch
data
EKS Cluster
new new new
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Vertical Scaling – Volume Scale-Up
Scaling Elasticsearch
elasticsearch-example
data
EKS Cluster
new new new
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
elasticsearch-example
elasticsearch-example
Scaling Elasticsearch
Vertical Scaling – Volume Scale-Down (Workaround)
data data-small
rebalancing
new new new
new
data data-small
1
2
3
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
ECK
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Private subnet
Public subnet
&
AWS Cloud
Application
Load Balancer
Client
Application
Product
Developers
(1)
EKS Cluster
Kibana
Elasicsearch
Application
Load Balancer
access
console
request
Ingress
Ingress
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(2)
…
Application
Load Balancer
Application
Load Balancer
Kibana
Elasticsearch
Client
Application
Product
Developers
Application
Load Balancer
Application
Load Balancer
Kibana
Elasticsearch
Client
Application
Product
Developers
Application
Load Balancer
Application
Load Balancer
Kibana
Elasticsearch
Client
Application
Product
Developers
Application
Load Balancer
Application
Load Balancer
Kibana
Elasticsearch
Client
Application
Product
Developers
Application
Load Balancer
Application
Load Balancer
Kibana
Elasticsearch
Client
Application
Product
Developers
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
(3)
…
Kibana
CRD
Elasticsearch
CRD
Kibana
Ingress
Elasticsearch
Ingress
Kibana
CRD
Elasticsearch
CRD
Kibana
Ingress
Elasticsearch
Ingress
Kibana
CRD
Elasticsearch
CRD
Kibana
Ingress
Elasticsearch
Ingress
Kibana
CRD
Elasticsearch
CRD
Kibana
Ingress
Elasticsearch
Ingress
Kibana
CRD
Elasticsearch
CRD
Kibana
Ingress
Elasticsearch
Ingress
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Provisioning
Elasticsearch on EKS using ECK
Search
Developer
provision
10 min
(per cluster)
SRE
Good!
AWS Cloud
EKS Cluster
Application
Load Balancer
Application
Load Balancer
Kibana
Elasticsearch
Application
Load Balancer
Application
Load Balancer
Kibana
Elasticsearch
…
provision
provision
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
namespace=search-engine
namespace=other
RBAC (Role Based Access Control)
Namespace
Search
Developer
edit
Great!
SRE
EKS Cluster
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
namespace=search-engine
Role & Responsibilities
SRE & Search Developer
SRE
Managed
Search
Developer
Managed
AWS Cloud
Load Balancers with Ingress
EKS Cluster
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
10 min 30+ Developer
Managed
Outcome
1 10
30 EKS
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Elastic Stack Kubernetes(EKS)
RBAC
Ingress
Kubernetes
Kubernetes(EKS)
Summary
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Reference
• Elastic Cloud on Kubernetes
https://www.elastic.co/guide/en/cloud-on-k8s/current/index.html
• Amazon Elastic Kubernetes Service
https://docs.aws.amazon.com/eks/index.html
• Amazon OpenSearch Service
https://docs.aws.amazon.com/opensearch-service/index.html
• MusE (Musinsa Elasticsearch)
https://medium.com/musinsa-tech/%EB%AC%B4%EC%8B%A0%EC%82%AC%EC%9D%98-
%EC%97%98%EB%9D%BC%EC%8A%A4%ED%8B%B1%EC%84%9C%EC%B9%98-muse-
musinsa-elasticsearch-e6355516186a
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
감사합니다
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
1 de 60

Recomendados

AWS Summit Seoul 2023 | 스타트업의 빠른 성장, 안정적인 서비스 운영 노하우는? por
AWS Summit Seoul 2023 | 스타트업의 빠른 성장, 안정적인 서비스 운영 노하우는?AWS Summit Seoul 2023 | 스타트업의 빠른 성장, 안정적인 서비스 운영 노하우는?
AWS Summit Seoul 2023 | 스타트업의 빠른 성장, 안정적인 서비스 운영 노하우는?Amazon Web Services Korea
180 visualizações59 slides
AWS Summit Seoul 2023 | 스타트업의 서버리스 기반 SaaS 데이터 처리 및 데이터웨어하우스 구축 사례 por
AWS Summit Seoul 2023 | 스타트업의 서버리스 기반 SaaS 데이터 처리 및 데이터웨어하우스 구축 사례AWS Summit Seoul 2023 | 스타트업의 서버리스 기반 SaaS 데이터 처리 및 데이터웨어하우스 구축 사례
AWS Summit Seoul 2023 | 스타트업의 서버리스 기반 SaaS 데이터 처리 및 데이터웨어하우스 구축 사례Amazon Web Services Korea
205 visualizações61 slides
AWS Summit Seoul 2023 | 롯데면세점이 고객에게 차별화된 경험을 제공하는 방법: AWS Native 서비스를 활용한 초개인... por
AWS Summit Seoul 2023 | 롯데면세점이 고객에게 차별화된 경험을 제공하는 방법: AWS Native 서비스를 활용한 초개인...AWS Summit Seoul 2023 | 롯데면세점이 고객에게 차별화된 경험을 제공하는 방법: AWS Native 서비스를 활용한 초개인...
AWS Summit Seoul 2023 | 롯데면세점이 고객에게 차별화된 경험을 제공하는 방법: AWS Native 서비스를 활용한 초개인...Amazon Web Services Korea
341 visualizações13 slides
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성 por
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성
AWS Summit Seoul 2023 | Amazon EKS, 중요한 건 꺾이지 않는 안정성Amazon Web Services Korea
274 visualizações67 slides
AWS Summit Seoul 2023 | 삼성전자/쿠팡의 대규모 트래픽 처리를 위한 클라우드 네이티브 데이터베이스 활용 por
AWS Summit Seoul 2023 | 삼성전자/쿠팡의 대규모 트래픽 처리를 위한 클라우드 네이티브 데이터베이스 활용AWS Summit Seoul 2023 | 삼성전자/쿠팡의 대규모 트래픽 처리를 위한 클라우드 네이티브 데이터베이스 활용
AWS Summit Seoul 2023 | 삼성전자/쿠팡의 대규모 트래픽 처리를 위한 클라우드 네이티브 데이터베이스 활용Amazon Web Services Korea
489 visualizações37 slides
AWS Summit Seoul 2023 | AWS Graviton과 함께하는 계획문제 최적화 애플리케이션 개발 por
AWS Summit Seoul 2023 | AWS Graviton과 함께하는 계획문제 최적화 애플리케이션 개발AWS Summit Seoul 2023 | AWS Graviton과 함께하는 계획문제 최적화 애플리케이션 개발
AWS Summit Seoul 2023 | AWS Graviton과 함께하는 계획문제 최적화 애플리케이션 개발Amazon Web Services Korea
204 visualizações32 slides

Mais conteúdo relacionado

Mais procurados

AWS Summit Seoul 2023 | 성공적인 AWS RDS 마이그레이션을 위한 여정과 필수 고려사항 por
AWS Summit Seoul 2023 | 성공적인 AWS RDS 마이그레이션을 위한 여정과 필수 고려사항AWS Summit Seoul 2023 | 성공적인 AWS RDS 마이그레이션을 위한 여정과 필수 고려사항
AWS Summit Seoul 2023 | 성공적인 AWS RDS 마이그레이션을 위한 여정과 필수 고려사항Amazon Web Services Korea
119 visualizações21 slides
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례 por
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례Amazon Web Services Korea
341 visualizações49 slides
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법 por
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법Amazon Web Services Korea
221 visualizações32 slides
AWS Summit Seoul 2023 | 스마트한 클라우드 스토리지 비용 관리 전략 por
AWS Summit Seoul 2023 | 스마트한 클라우드 스토리지 비용 관리 전략AWS Summit Seoul 2023 | 스마트한 클라우드 스토리지 비용 관리 전략
AWS Summit Seoul 2023 | 스마트한 클라우드 스토리지 비용 관리 전략Amazon Web Services Korea
162 visualizações44 slides
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev... por
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Web Services Korea
218 visualizações81 slides
AWS Summit Seoul 2023 | 금융 디지털 서비스 혁신을 리딩하는 교보정보통신의 클라우드 마이그레이션 사례 소개 por
AWS Summit Seoul 2023 | 금융 디지털 서비스 혁신을 리딩하는 교보정보통신의 클라우드 마이그레이션 사례 소개AWS Summit Seoul 2023 | 금융 디지털 서비스 혁신을 리딩하는 교보정보통신의 클라우드 마이그레이션 사례 소개
AWS Summit Seoul 2023 | 금융 디지털 서비스 혁신을 리딩하는 교보정보통신의 클라우드 마이그레이션 사례 소개Amazon Web Services Korea
211 visualizações29 slides

Mais procurados(20)

AWS Summit Seoul 2023 | 성공적인 AWS RDS 마이그레이션을 위한 여정과 필수 고려사항 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 성공적인 AWS RDS 마이그레이션을 위한 여정과 필수 고려사항AWS Summit Seoul 2023 | 성공적인 AWS RDS 마이그레이션을 위한 여정과 필수 고려사항
AWS Summit Seoul 2023 | 성공적인 AWS RDS 마이그레이션을 위한 여정과 필수 고려사항
Amazon Web Services Korea119 visualizações
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례 por Amazon Web Services Korea
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
Amazon Web Services Korea341 visualizações
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
Amazon Web Services Korea221 visualizações
AWS Summit Seoul 2023 | 스마트한 클라우드 스토리지 비용 관리 전략 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 스마트한 클라우드 스토리지 비용 관리 전략AWS Summit Seoul 2023 | 스마트한 클라우드 스토리지 비용 관리 전략
AWS Summit Seoul 2023 | 스마트한 클라우드 스토리지 비용 관리 전략
Amazon Web Services Korea162 visualizações
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev... por Amazon Web Services Korea
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Web Services Korea218 visualizações
AWS Summit Seoul 2023 | 금융 디지털 서비스 혁신을 리딩하는 교보정보통신의 클라우드 마이그레이션 사례 소개 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 금융 디지털 서비스 혁신을 리딩하는 교보정보통신의 클라우드 마이그레이션 사례 소개AWS Summit Seoul 2023 | 금융 디지털 서비스 혁신을 리딩하는 교보정보통신의 클라우드 마이그레이션 사례 소개
AWS Summit Seoul 2023 | 금융 디지털 서비스 혁신을 리딩하는 교보정보통신의 클라우드 마이그레이션 사례 소개
Amazon Web Services Korea211 visualizações
AWS Summit Seoul 2023 | KB의 통합 음성 AI서비스의 현재와 미래 - 하이브리드 클라우드 기반의 똑똑한 AI상담원 콜봇 por Amazon Web Services Korea
AWS Summit Seoul 2023 | KB의 통합 음성 AI서비스의 현재와 미래 - 하이브리드 클라우드 기반의 똑똑한 AI상담원 콜봇AWS Summit Seoul 2023 | KB의 통합 음성 AI서비스의 현재와 미래 - 하이브리드 클라우드 기반의 똑똑한 AI상담원 콜봇
AWS Summit Seoul 2023 | KB의 통합 음성 AI서비스의 현재와 미래 - 하이브리드 클라우드 기반의 똑똑한 AI상담원 콜봇
Amazon Web Services Korea219 visualizações
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
Amazon Web Services Korea288 visualizações
AWS Summit Seoul 2023 | 12가지 디자인 패턴으로 알아보는 클라우드 네이티브 마이크로서비스 아키텍처 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 12가지 디자인 패턴으로 알아보는 클라우드 네이티브 마이크로서비스 아키텍처AWS Summit Seoul 2023 | 12가지 디자인 패턴으로 알아보는 클라우드 네이티브 마이크로서비스 아키텍처
AWS Summit Seoul 2023 | 12가지 디자인 패턴으로 알아보는 클라우드 네이티브 마이크로서비스 아키텍처
Amazon Web Services Korea325 visualizações
AWS Summit Seoul 2023 | HL Mando가 AWS IoT Fleetwise로 그리는 미래 커넥티드 모빌리티 기술 por Amazon Web Services Korea
AWS Summit Seoul 2023 | HL Mando가 AWS IoT Fleetwise로 그리는 미래 커넥티드 모빌리티 기술AWS Summit Seoul 2023 | HL Mando가 AWS IoT Fleetwise로 그리는 미래 커넥티드 모빌리티 기술
AWS Summit Seoul 2023 | HL Mando가 AWS IoT Fleetwise로 그리는 미래 커넥티드 모빌리티 기술
Amazon Web Services Korea172 visualizações
AWS Summit Seoul 2023 | 실시간 CDC 데이터 처리! Modern Transactional Data Lake 구축하기 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 실시간 CDC 데이터 처리! Modern Transactional Data Lake 구축하기AWS Summit Seoul 2023 | 실시간 CDC 데이터 처리! Modern Transactional Data Lake 구축하기
AWS Summit Seoul 2023 | 실시간 CDC 데이터 처리! Modern Transactional Data Lake 구축하기
Amazon Web Services Korea406 visualizações
AWS Summit Seoul 2023 | 클라우드 보안의 새로운 접근법 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 클라우드 보안의 새로운 접근법AWS Summit Seoul 2023 | 클라우드 보안의 새로운 접근법
AWS Summit Seoul 2023 | 클라우드 보안의 새로운 접근법
Amazon Web Services Korea169 visualizações
AWS Summit Seoul 2023 | 통합을 통한 보안 간소화 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 통합을 통한 보안 간소화AWS Summit Seoul 2023 | 통합을 통한 보안 간소화
AWS Summit Seoul 2023 | 통합을 통한 보안 간소화
Amazon Web Services Korea127 visualizações
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요! por Amazon Web Services Korea
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!
Amazon Web Services Korea190 visualizações
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ... por Amazon Web Services Korea
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
Amazon Web Services Korea304 visualizações
AWS Summit Seoul 2023 | 당신만 모르고 있는 AWS 컨트롤 타워 트렌드 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 당신만 모르고 있는 AWS 컨트롤 타워 트렌드AWS Summit Seoul 2023 | 당신만 모르고 있는 AWS 컨트롤 타워 트렌드
AWS Summit Seoul 2023 | 당신만 모르고 있는 AWS 컨트롤 타워 트렌드
Amazon Web Services Korea183 visualizações
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법
AWS Summit Seoul 2023 | 100만명이 사용하는 GenerativeAI 이루다를 만들면서 배운 것 : 스캐터랩의 AWS 활용법
Amazon Web Services Korea183 visualizações
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안
AWS Summit Seoul 2023 | 새로운 금융 서비스 출시 시 Agility 확보 방안
Amazon Web Services Korea136 visualizações
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱
Amazon Web Services Korea181 visualizações
AWS Summit Seoul 2023 | Amazon Redshift Serverless를 활용한 LG 이노텍의 데이터 분석 플랫폼 혁신 과정 por Amazon Web Services Korea
AWS Summit Seoul 2023 | Amazon Redshift Serverless를 활용한 LG 이노텍의 데이터 분석 플랫폼 혁신 과정AWS Summit Seoul 2023 | Amazon Redshift Serverless를 활용한 LG 이노텍의 데이터 분석 플랫폼 혁신 과정
AWS Summit Seoul 2023 | Amazon Redshift Serverless를 활용한 LG 이노텍의 데이터 분석 플랫폼 혁신 과정
Amazon Web Services Korea148 visualizações

Similar a AWS Summit Seoul 2023 | Amazon Neptune 및 Elastic을 이용한 추천 서비스 및 검색 플랫폼 구축하기

AWS Summit Seoul 2023 | 팬덤을 위한 아티스트 IP 기반의 디지털 콜렉터블 플랫폼 por
AWS Summit Seoul 2023 | 팬덤을 위한 아티스트 IP 기반의 디지털 콜렉터블 플랫폼AWS Summit Seoul 2023 | 팬덤을 위한 아티스트 IP 기반의 디지털 콜렉터블 플랫폼
AWS Summit Seoul 2023 | 팬덤을 위한 아티스트 IP 기반의 디지털 콜렉터블 플랫폼Amazon Web Services Korea
183 visualizações59 slides
AWS Summit Seoul 2023 | AWS 마이그레이션을 통한 엔카닷컴의 DT 전략 por
AWS Summit Seoul 2023 | AWS 마이그레이션을 통한 엔카닷컴의 DT 전략AWS Summit Seoul 2023 | AWS 마이그레이션을 통한 엔카닷컴의 DT 전략
AWS Summit Seoul 2023 | AWS 마이그레이션을 통한 엔카닷컴의 DT 전략Amazon Web Services Korea
149 visualizações73 slides
AWS Summit Seoul 2023 | "이봐, 해봤어?" 해본! 사람의 Modern Data Architecture 비밀 노트 por
AWS Summit Seoul 2023 | "이봐, 해봤어?" 해본! 사람의 Modern Data Architecture 비밀 노트AWS Summit Seoul 2023 | "이봐, 해봤어?" 해본! 사람의 Modern Data Architecture 비밀 노트
AWS Summit Seoul 2023 | "이봐, 해봤어?" 해본! 사람의 Modern Data Architecture 비밀 노트Amazon Web Services Korea
177 visualizações31 slides
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신 por
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신Amazon Web Services Korea
193 visualizações38 slides
AWS Summit Seoul 2023 | 플로 AWS All-in 전략을 통해 음원서비스의 혁신을 이루다 por
AWS Summit Seoul 2023 | 플로 AWS All-in 전략을 통해 음원서비스의 혁신을 이루다AWS Summit Seoul 2023 | 플로 AWS All-in 전략을 통해 음원서비스의 혁신을 이루다
AWS Summit Seoul 2023 | 플로 AWS All-in 전략을 통해 음원서비스의 혁신을 이루다Amazon Web Services Korea
131 visualizações46 slides
AWS Summit Seoul 2023 | LG유플러스 IPTV 서비스, 무중단 클라우드 마이그레이션 이야기 por
AWS Summit Seoul 2023 | LG유플러스 IPTV 서비스, 무중단 클라우드 마이그레이션 이야기AWS Summit Seoul 2023 | LG유플러스 IPTV 서비스, 무중단 클라우드 마이그레이션 이야기
AWS Summit Seoul 2023 | LG유플러스 IPTV 서비스, 무중단 클라우드 마이그레이션 이야기Amazon Web Services Korea
291 visualizações34 slides

Similar a AWS Summit Seoul 2023 | Amazon Neptune 및 Elastic을 이용한 추천 서비스 및 검색 플랫폼 구축하기(20)

AWS Summit Seoul 2023 | 팬덤을 위한 아티스트 IP 기반의 디지털 콜렉터블 플랫폼 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 팬덤을 위한 아티스트 IP 기반의 디지털 콜렉터블 플랫폼AWS Summit Seoul 2023 | 팬덤을 위한 아티스트 IP 기반의 디지털 콜렉터블 플랫폼
AWS Summit Seoul 2023 | 팬덤을 위한 아티스트 IP 기반의 디지털 콜렉터블 플랫폼
Amazon Web Services Korea183 visualizações
AWS Summit Seoul 2023 | AWS 마이그레이션을 통한 엔카닷컴의 DT 전략 por Amazon Web Services Korea
AWS Summit Seoul 2023 | AWS 마이그레이션을 통한 엔카닷컴의 DT 전략AWS Summit Seoul 2023 | AWS 마이그레이션을 통한 엔카닷컴의 DT 전략
AWS Summit Seoul 2023 | AWS 마이그레이션을 통한 엔카닷컴의 DT 전략
Amazon Web Services Korea149 visualizações
AWS Summit Seoul 2023 | "이봐, 해봤어?" 해본! 사람의 Modern Data Architecture 비밀 노트 por Amazon Web Services Korea
AWS Summit Seoul 2023 | "이봐, 해봤어?" 해본! 사람의 Modern Data Architecture 비밀 노트AWS Summit Seoul 2023 | "이봐, 해봤어?" 해본! 사람의 Modern Data Architecture 비밀 노트
AWS Summit Seoul 2023 | "이봐, 해봤어?" 해본! 사람의 Modern Data Architecture 비밀 노트
Amazon Web Services Korea177 visualizações
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신
Amazon Web Services Korea193 visualizações
AWS Summit Seoul 2023 | 플로 AWS All-in 전략을 통해 음원서비스의 혁신을 이루다 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 플로 AWS All-in 전략을 통해 음원서비스의 혁신을 이루다AWS Summit Seoul 2023 | 플로 AWS All-in 전략을 통해 음원서비스의 혁신을 이루다
AWS Summit Seoul 2023 | 플로 AWS All-in 전략을 통해 음원서비스의 혁신을 이루다
Amazon Web Services Korea131 visualizações
AWS Summit Seoul 2023 | LG유플러스 IPTV 서비스, 무중단 클라우드 마이그레이션 이야기 por Amazon Web Services Korea
AWS Summit Seoul 2023 | LG유플러스 IPTV 서비스, 무중단 클라우드 마이그레이션 이야기AWS Summit Seoul 2023 | LG유플러스 IPTV 서비스, 무중단 클라우드 마이그레이션 이야기
AWS Summit Seoul 2023 | LG유플러스 IPTV 서비스, 무중단 클라우드 마이그레이션 이야기
Amazon Web Services Korea291 visualizações
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기
Amazon Web Services Korea304 visualizações
AWS Summit Seoul 2023 | 천만 사용자 서비스를 위한 Amazon SageMaker 활용 방법 진화하기 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 천만 사용자 서비스를 위한 Amazon SageMaker 활용 방법 진화하기AWS Summit Seoul 2023 | 천만 사용자 서비스를 위한 Amazon SageMaker 활용 방법 진화하기
AWS Summit Seoul 2023 | 천만 사용자 서비스를 위한 Amazon SageMaker 활용 방법 진화하기
Amazon Web Services Korea119 visualizações
AWS Summit Seoul 2023 | 진짜로 코드 없이 기계학습 모델을 만드는 것이 가능하다구요? SageMaker로 No/Low 코... por Amazon Web Services Korea
AWS Summit Seoul 2023 | 진짜로 코드 없이 기계학습 모델을 만드는 것이 가능하다구요? SageMaker로 No/Low 코...AWS Summit Seoul 2023 | 진짜로 코드 없이 기계학습 모델을 만드는 것이 가능하다구요? SageMaker로 No/Low 코...
AWS Summit Seoul 2023 | 진짜로 코드 없이 기계학습 모델을 만드는 것이 가능하다구요? SageMaker로 No/Low 코...
Amazon Web Services Korea149 visualizações
AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기 por Amazon Web Services Korea
AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기
AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기
Amazon Web Services Korea249 visualizações
AWS Summit Seoul 2023 | 오픈소스 데이터베이스로 탈 오라클! Why not? por Amazon Web Services Korea
AWS Summit Seoul 2023 | 오픈소스 데이터베이스로 탈 오라클! Why not?AWS Summit Seoul 2023 | 오픈소스 데이터베이스로 탈 오라클! Why not?
AWS Summit Seoul 2023 | 오픈소스 데이터베이스로 탈 오라클! Why not?
Amazon Web Services Korea160 visualizações
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature... por Amazon Web Services Korea
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Web Services Korea149 visualizações
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ... por AWS Korea 금융산업팀
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
AWS Korea 금융산업팀129 visualizações
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ... por AWS Korea 금융산업팀
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
AWS Korea 금융산업팀129 visualizações
AWS Summit Seoul 2023 | 생성 AI 모델의 임베딩 벡터를 이용한 서버리스 추천 검색 구현하기 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 생성 AI 모델의 임베딩 벡터를 이용한 서버리스 추천 검색 구현하기AWS Summit Seoul 2023 | 생성 AI 모델의 임베딩 벡터를 이용한 서버리스 추천 검색 구현하기
AWS Summit Seoul 2023 | 생성 AI 모델의 임베딩 벡터를 이용한 서버리스 추천 검색 구현하기
Amazon Web Services Korea437 visualizações
AWS Summit Seoul 2023 | Global scale service의 중앙 집중식 Observability 구축 por Amazon Web Services Korea
AWS Summit Seoul 2023 | Global scale service의 중앙 집중식 Observability 구축AWS Summit Seoul 2023 | Global scale service의 중앙 집중식 Observability 구축
AWS Summit Seoul 2023 | Global scale service의 중앙 집중식 Observability 구축
Amazon Web Services Korea150 visualizações
AWS Summit Seoul 2023 | 지역거점 중심의 산업 생태계 활성화 사례 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 지역거점 중심의 산업 생태계 활성화 사례AWS Summit Seoul 2023 | 지역거점 중심의 산업 생태계 활성화 사례
AWS Summit Seoul 2023 | 지역거점 중심의 산업 생태계 활성화 사례
Amazon Web Services Korea96 visualizações
AWS Summit Seoul 2023 | SKT가 당신의 AI, Data 사업을 “T”나게 도와주는 사례와 미래 por Amazon Web Services Korea
AWS Summit Seoul 2023 | SKT가 당신의 AI, Data 사업을 “T”나게 도와주는 사례와 미래AWS Summit Seoul 2023 | SKT가 당신의 AI, Data 사업을 “T”나게 도와주는 사례와 미래
AWS Summit Seoul 2023 | SKT가 당신의 AI, Data 사업을 “T”나게 도와주는 사례와 미래
Amazon Web Services Korea102 visualizações
서버리스 기반 데이터베이스 모델링 및 운영 노하우 알아보기 - 변규현 SW 엔지니어, 당근마켓 / 김선형 CTO, 티클 :: AWS Sum... por Amazon Web Services Korea
서버리스 기반 데이터베이스 모델링 및 운영 노하우 알아보기 - 변규현 SW 엔지니어, 당근마켓 / 김선형 CTO, 티클 :: AWS Sum...서버리스 기반 데이터베이스 모델링 및 운영 노하우 알아보기 - 변규현 SW 엔지니어, 당근마켓 / 김선형 CTO, 티클 :: AWS Sum...
서버리스 기반 데이터베이스 모델링 및 운영 노하우 알아보기 - 변규현 SW 엔지니어, 당근마켓 / 김선형 CTO, 티클 :: AWS Sum...
Amazon Web Services Korea581 visualizações
AWS Summit Seoul 2023 | 클라우드를 통한 온/오프라인 비즈니스의 통합, GS리테일의 현대화 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 클라우드를 통한 온/오프라인 비즈니스의 통합, GS리테일의 현대화AWS Summit Seoul 2023 | 클라우드를 통한 온/오프라인 비즈니스의 통합, GS리테일의 현대화
AWS Summit Seoul 2023 | 클라우드를 통한 온/오프라인 비즈니스의 통합, GS리테일의 현대화
Amazon Web Services Korea168 visualizações

Mais de Amazon Web Services Korea

AWS Modern Infra with Storage Roadshow 2023 - Day 2 por
AWS Modern Infra with Storage Roadshow 2023 - Day 2AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2Amazon Web Services Korea
172 visualizações146 slides
AWS Modern Infra with Storage Roadshow 2023 - Day 1 por
AWS Modern Infra with Storage Roadshow 2023 - Day 1AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1Amazon Web Services Korea
102 visualizações173 slides
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ... por
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon Web Services Korea
220 visualizações86 slides
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci... por
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Amazon Web Services Korea
473 visualizações65 slides
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A... por
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...Amazon Web Services Korea
120 visualizações36 slides
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::... por
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Amazon Web Services Korea
114 visualizações29 slides

Mais de Amazon Web Services Korea(18)

AWS Modern Infra with Storage Roadshow 2023 - Day 2 por Amazon Web Services Korea
AWS Modern Infra with Storage Roadshow 2023 - Day 2AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2
Amazon Web Services Korea172 visualizações
AWS Modern Infra with Storage Roadshow 2023 - Day 1 por Amazon Web Services Korea
AWS Modern Infra with Storage Roadshow 2023 - Day 1AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1
Amazon Web Services Korea102 visualizações
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ... por Amazon Web Services Korea
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon Web Services Korea220 visualizações
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci... por Amazon Web Services Korea
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Amazon Web Services Korea473 visualizações
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A... por Amazon Web Services Korea
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
Amazon Web Services Korea120 visualizações
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::... por Amazon Web Services Korea
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Amazon Web Services Korea114 visualizações
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal... por Amazon Web Services Korea
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon Web Services Korea140 visualizações
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance... por Amazon Web Services Korea
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon Web Services Korea181 visualizações
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,... por Amazon Web Services Korea
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Amazon Web Services Korea97 visualizações
From Insights to Action, How to build and maintain a Data Driven Organization... por Amazon Web Services Korea
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...
Amazon Web Services Korea162 visualizações
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special... por Amazon Web Services Korea
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon Web Services Korea181 visualizações
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L... por Amazon Web Services Korea
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
Amazon Web Services Korea353 visualizações
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ... por Amazon Web Services Korea
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
Amazon Web Services Korea268 visualizações
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ... por Amazon Web Services Korea
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
Amazon Web Services Korea260 visualizações
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노... por Amazon Web Services Korea
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
Amazon Web Services Korea294 visualizações
AWS Summit Seoul 2023 | 기업 고객 대상 기계학습 기반 콜센터 도입을 위한 여정 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 기업 고객 대상 기계학습 기반 콜센터 도입을 위한 여정AWS Summit Seoul 2023 | 기업 고객 대상 기계학습 기반 콜센터 도입을 위한 여정
AWS Summit Seoul 2023 | 기업 고객 대상 기계학습 기반 콜센터 도입을 위한 여정
Amazon Web Services Korea85 visualizações
AWS Summit Seoul 2023 | 바쁘다 바빠, 현대사회! Amazon Kendra로 원하는 자료를 적재적소에 찾아서 활용하기 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 바쁘다 바빠, 현대사회! Amazon Kendra로 원하는 자료를 적재적소에 찾아서 활용하기AWS Summit Seoul 2023 | 바쁘다 바빠, 현대사회! Amazon Kendra로 원하는 자료를 적재적소에 찾아서 활용하기
AWS Summit Seoul 2023 | 바쁘다 바빠, 현대사회! Amazon Kendra로 원하는 자료를 적재적소에 찾아서 활용하기
Amazon Web Services Korea246 visualizações
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기 por Amazon Web Services Korea
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기
Amazon Web Services Korea300 visualizações

AWS Summit Seoul 2023 | Amazon Neptune 및 Elastic을 이용한 추천 서비스 및 검색 플랫폼 구축하기

  • 1. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. S E O U L | M A Y 4 , 2 0 2 3
  • 2. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Neptune Senior Software Engineer INTEGRATION Corp.
  • 3. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. • • CISO, INTEGRATION corp. • sehwan.lee@medistream.co.kr Hello World!
  • 4. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 1. Background 2. Architecture Overview 3. NLP & ETL 4. Query with Gremlin 5. Create API 6. Wrap up Neptune
  • 5. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Background : === TV Q&A
  • 6. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Background QnA
  • 7. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Architecture Overview ,
  • 8. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Architecture Overview / → , [ ] [ ] The Dos( ) Entity_content Entity_product Entity_keyword Entity_keyword ??
  • 9. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Architecture Overview (VERTEX, EDGE) ETL Vertex-Edge Neptune NLP TF-IDF :[ 1, 2, …] API API gateway + Lambda
  • 10. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. NLP – extracts key words (PAIR) . 1. 2. ( 35000) 3. 4. 1 ( , ..) 5. ( mecab + ) 6. 7. 8. 1 9. (TF) 10. (IDF)
  • 11. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Vertex ENTITY VERTEX vertex vertex vertex
  • 12. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Edge RELATION EDGE From : vetex id ( ) To: vertex id ( ) TF-IDF score:
  • 13. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Transformation , Load SAGEMAKER NOTEBOOK TRANSFORM, S3 UPLOAD – NEPTUNE BULK API DATA SAGEMAKER BULK LOAD Vertex: Notebook Redshift S3 upload Edge: NLP s3 upload Neptune sagemaker notebook instance Neptune SageMaker Redshift S3 Copy data to bucket Load Command IAM Role Graph Data
  • 14. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Query with Gremlin ALL IN ONE! - SAGEMAKER NOTEBOOK keyword vertex entity vertex
  • 15. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Query with Gremlin = VERTEX → Source Entity_vertex → one of Target Entity_vertex path 1. Entity_vertex Edge .(out ) 2. Edge (in ) Keyword_vertex . 3. Keyword_vertex (in ) Edge 4. Edge (out ) Entity_vertex . 5. . 6. vertex 7. Edge tf_idf score entity word include Source Target OUT IN
  • 16. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Create API APACHE TINKERPOP JAVASCRIPT GREMLIN
  • 17. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Private subnet Create API SERVERLESS – API GATEWAY + LAMBDA + NEPTUNE ENDPOINT AWS Cloud Virtual private cloud (VPC) APP API Gateway Lambda Neptune
  • 18. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Wrap up . . . • AI ? TF_IDF • chatGTP ? • , • • • ! Neptune Serverless • Neptune serverless
  • 19. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. EKS Elastic Site Reliability Engineer MUSINSA
  • 20. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. MUSINSA Site Reliability Engineer Web Developer → NLP Developer → DevOps/SRE AWS Kubernetes Elasticsearch / Byung Woo LEE
  • 21. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda • • • Elastic Cloud on Kubernetes (ECK) • ECK
  • 22. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Elasticsearch & Kubernetes (EKS) , , Elastic Stack Disclaimer
  • 23. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 24. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 25. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. (1)
  • 26. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. (2)
  • 27. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Beats & Logstash Elasticsearch Kibana Elastic Stack , , ,
  • 28. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Elasticsearch on AWS Managed vs. Self-Managed 구분 Amazon OpenSearch Service Elasticsearch on EC2/EKS 내용 Managed O X 관리형인가? Custom Plugin X O 커스텀 플러그인을 설치할 수 있는가? Elasticsearch 8.0 X O Elasticsearch 8.0을 지원하는가? Index-level Shard Allocation Filtering X O 인덱스 단위로 저장하는 노드를 지정할 수 있는가?
  • 29. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 30. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. (1) - Application Load Balancer AWS Cloud Elasticsearch Node Elasticsearch Node Elasticsearch Node node.roles: [ master, data ]
  • 31. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. (2) - + Coordinating Master Data AWS Cloud Application Load Balancer Elasticsearch Node Elasticsearch Node Elasticsearch Node Elasticsearch Node Elasticsearch Node Elasticsearch Node Elasticsearch Node Elasticsearch Node Elasticsearch Node node.roles: [ ] node.roles: [ master ] node.roles: [ data ]
  • 32. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. (3) - AWS Cloud
  • 33. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. (4) - AWS Cloud …
  • 34. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Private subnet Public subnet Provisioning Elasticsearch on EC2 Search Developer 1 hour (per cluster) SRE AWS Cloud Elasticsearch Kibana Application Load Balancer Auto Scaling group Instance Instance Instance Auto Scaling group Instance Instance Instance Instance Instance Instance Instance Application Load Balancer Coordinating Master Data request for provision provision 1 2 4 3 Busy…
  • 35. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. ? IaC(Infrastructure as Code) ? ? ? AWS ? IAM AWS ? Terraform, Ansible ? Elastic Stack
  • 36. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. SRE Search Developer SRE & Search Developer Cloud Engineering Infrastructure as Code Kubernetes Elastic Stack Software Engineering Kubernetes
  • 37. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Kubernetes EKS
  • 38. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Elastic Cloud on Kubernetes
  • 39. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Kubernetes Operator Operator Custom Resource Kubernetes Objects … update watch EKS Cluster
  • 40. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Elastic Cloud on Kubernetes (ECK) Elastic Stack Elasticsearch, Kibana Elastic Kubernetes Operator EKS, GKE, AKS Managed Kubernetes
  • 41. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Installing ECK Custom Resource Definition (CRD) & Operator elastic-operator deployed EKS Cluster
  • 42. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. elasticsearch-example Deploying Elasticsearch master elastic-operator EKS Cluster watch data coordinating update CRD Elasticsearch
  • 43. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. kibana-example elasticsearch-example Deploying Kibana EKS Cluster elasticsearchRef CRD Kibana
  • 44. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. elasticsearch-example Configuring Elasticsearch Config & Pod Template EKS Cluster sidecar initContainers elasticsearch.yml master …
  • 45. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. elasticsearch-example Configuring Elasticsearch Volume Claim Template Amazon Elastic Block Store data EKS Cluster AWS Cloud
  • 46. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. elasticsearch-example Horizontal Scaling data new rebalancing Scaling Elasticsearch EKS Cluster 1 2
  • 47. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. elasticsearch-example Vertical Scaling - CPU & Memory Scaling Elasticsearch data EKS Cluster new new new
  • 48. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Vertical Scaling – Volume Scale-Up Scaling Elasticsearch elasticsearch-example data EKS Cluster new new new
  • 49. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. elasticsearch-example elasticsearch-example Scaling Elasticsearch Vertical Scaling – Volume Scale-Down (Workaround) data data-small rebalancing new new new new data data-small 1 2 3
  • 50. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. ECK
  • 51. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Private subnet Public subnet & AWS Cloud Application Load Balancer Client Application Product Developers (1) EKS Cluster Kibana Elasicsearch Application Load Balancer access console request Ingress Ingress
  • 52. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. (2) … Application Load Balancer Application Load Balancer Kibana Elasticsearch Client Application Product Developers Application Load Balancer Application Load Balancer Kibana Elasticsearch Client Application Product Developers Application Load Balancer Application Load Balancer Kibana Elasticsearch Client Application Product Developers Application Load Balancer Application Load Balancer Kibana Elasticsearch Client Application Product Developers Application Load Balancer Application Load Balancer Kibana Elasticsearch Client Application Product Developers
  • 53. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. (3) … Kibana CRD Elasticsearch CRD Kibana Ingress Elasticsearch Ingress Kibana CRD Elasticsearch CRD Kibana Ingress Elasticsearch Ingress Kibana CRD Elasticsearch CRD Kibana Ingress Elasticsearch Ingress Kibana CRD Elasticsearch CRD Kibana Ingress Elasticsearch Ingress Kibana CRD Elasticsearch CRD Kibana Ingress Elasticsearch Ingress
  • 54. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Provisioning Elasticsearch on EKS using ECK Search Developer provision 10 min (per cluster) SRE Good! AWS Cloud EKS Cluster Application Load Balancer Application Load Balancer Kibana Elasticsearch Application Load Balancer Application Load Balancer Kibana Elasticsearch … provision provision
  • 55. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. namespace=search-engine namespace=other RBAC (Role Based Access Control) Namespace Search Developer edit Great! SRE EKS Cluster
  • 56. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. namespace=search-engine Role & Responsibilities SRE & Search Developer SRE Managed Search Developer Managed AWS Cloud Load Balancers with Ingress EKS Cluster
  • 57. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 10 min 30+ Developer Managed Outcome 1 10 30 EKS
  • 58. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Elastic Stack Kubernetes(EKS) RBAC Ingress Kubernetes Kubernetes(EKS) Summary
  • 59. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Reference • Elastic Cloud on Kubernetes https://www.elastic.co/guide/en/cloud-on-k8s/current/index.html • Amazon Elastic Kubernetes Service https://docs.aws.amazon.com/eks/index.html • Amazon OpenSearch Service https://docs.aws.amazon.com/opensearch-service/index.html • MusE (Musinsa Elasticsearch) https://medium.com/musinsa-tech/%EB%AC%B4%EC%8B%A0%EC%82%AC%EC%9D%98- %EC%97%98%EB%9D%BC%EC%8A%A4%ED%8B%B1%EC%84%9C%EC%B9%98-muse- musinsa-elasticsearch-e6355516186a
  • 60. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 감사합니다 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.