Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhancements - 발표자: 김성일, Sr Analytics Specialist, WWSO, AWS ::: AWS Data Roadshow 2023

Amazon Web Services Korea
Amazon Web Services KoreaAmazon Web Services Korea
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Sung-il Kim
WWSO DATA Specialist SA
AWS
Amazon OpenSearch Service
Observability, SIEM and Serverless
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What is observability?
2
감지
조사
해결
Observability는
문제를 효율적으로
감지, 조사, 해결하기 위해
원격 측정 데이터를 수집하여
관찰할 수 있는 시스템의 능력
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Observability의 기본 요소
3
Metrics Traces
Logs
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Observability의 일반적인 사용사례
4
AIOps and
DevOps
Microservices
and containers
Digital
experience
monitoring
(DEM)
Data
lakes
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Confidential and Trademark.
OpenSearch Service with
Observability
5
© 2022, Amazon Web Services, Inc. or its affiliates. 6
Managed: 널리 사용되는 오픈 소스 솔루션을
사용하여 운영 우수성을 높입니다.
Secure: 데이터 센터와 네트워크 아키텍처,
내장된 인증기능을 활용하여 데이터를
감사하고 보호하십시오.
Observability: 기계 학습, 경고 및 시각화를
위한 오픈 소스 솔루션을 통해 시스템의
상태를 체계적으로 감지하고 잠재적인 위협에
대응하십시오.
Cost conscious: 전략적인 업무에 시간과
자원을 최적화하세요.
Amazon
OpenSearch
Service
Amazon OpenSearch 서비스를 사용하면 운영
데이터의 실시간 검색, 모니터링 및 분석이
안전하게 가능해집니다.
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 7
메인기능
플러그인
관리기능
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Application analytics
8
커스텀 Observability app 생성
Log event + Trace + metric data = 단일 뷰
Overall system health 확인
데이터 사이를 빠르게 전환하여 문제 원인 파악
Trace group – Latency, Error rate
Service – Latency, Error rate, Throughput
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Operation panel
9
PPL (Piped Processing Language) 쿼리를
이용하여 생성된 시각화의 모음
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Piped Processing Language
10
PPL(파이프 처리 언어)은 파이프(|) 구문을 사용하여 OpenSearch에 저장된 데이터를 탐색, 검색 및 쿼리할 수
있는 쿼리 언어입니다.
PPL 구문은 데이터가 각 파이프라인을 통해 왼쪽에서 오른쪽으로 흐르는 파이프 문자(|)로 구분된 명령으로
구성됩니다.
search source=accounts | where age > 18 | fields firstname, lastname
https://opensearch.org/docs/latest/search-plugins/sql/ppl/index/
Commands
• dedup, eval, fields, parse, rename, sort, stats, where, head, rare, top
• ad : 검색 결과에 ML Commons 플러그인의 RCF(Random Cut Forest) 알고리즘을 적용합니다.
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Notebooks
11
공동으로 보고서 작성
마크다운, SQL, PPL, 다중타임라인, 시각화
라이브 데이터 및 쿼리 지원
스토리를 전달할 수 있는 셀 또는 단락 구성
링크, PDF, PNG 지원
사후 보고서, 데이터 설명, 실시간 인프라 보고서
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Demo
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Confidential and Trademark.
OpenSearch Service with
SIEM
13
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SIEM?
14
Security Information and Event Management
상관 분석을 통한 위협 탐지, 사고 대응을 지원하기 위해 모든 종류의 장치(예: 보안, 네트워크 장치)의
데이터를 수집하고 중앙에서 관리하는 솔루션
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
보안사고 대응을 위한 로그분석의 어려움
15
다양한 시스템에서 생성된 경고 관리
로그는 여기저기 산재해 있음
많은 로그의 수집, 검색, 분석은 시간 소모적
SIEM
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SIEM 사용사례
16
Correlation analysis: Network
• GuardDuty로부터 소스 IP 주소를 키로 사용하고
• GuardDuty, CloudTrail, VPC 흐름 로그, 서버 웹/SSH 액세스 로그에서 관련 이벤트를 검색
• 시간 순으로 네트워크 로그를 정렬하고 분석
Correlation analysis: EC2 Instance ID
• GuardDuty로부터 EC2 인스턴스 ID를 키로 사용하고
• GuardDuty, CloudTrail, Inspector, Config/Config Rules에서 관련 이벤트를 검색
• 타임라인에서 인프라 변경과 악성 활동을 비교
Log visualization with dashboards
• CloudTrail 로그 시각화: API 호출 집계 또는 타임라인, 지도기반 소스 IP를 대시보드에 시각화
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SIEM on Amazon OpenSearch Service
17
CloudFormation/CDK
배포 기반 패키지
빌트인
Security Analytics
직접 생성
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CloudFormation/CDK 배포 기반 패키지
18
AWS 서비스의 Log를 이용해서 보안 모니터링을 할 수 있도록 미리 만들어 놓은 샘플 스크립트와
대시보드
• Open-sourced at GitHub:
https://github.com/aws-samples/siem-on-amazon-elasticsearch-service
• Developed and maintained by AWS Security SAs
• Features
• 관리형 및 서버리스 서비스로만 구성
• 멀티리전, 멀티 어카운트 시나리오 지원
• AWS 서비스용 ETL 로직 및 대시보드 포함
• 30분 이내에 CloudFormation/CDK로 배포
• 클라우드 서비스 사용량은 종량제 모델로 청구
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CloudFormation/CDK 배포 기반 패키지
19
Uses only managed and serverless components
Save logs from multiple
accounts and regions in one
centralized bucket
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Log schema normalization (ETL)
• 스키마 정규화: 동일한 의미를 가진 필드가 동일한 키 이름을 갖도록 다른
스키마의 로그를 변환합니다.
• 정규화는 동일한 스키마를 가진 모든 로그 유형에 대한 참조를 허용하여 검색
효율성을 향상시킵니다.
• OpenSearch Service의 SIEM은 Elastic Common Schema를 준수합니다.
• Elastic Common Schema는 EC2 인스턴스 ID, IAM 액세스 키 ID 등 AWS에서
자주 사용되는 필드로 확장됩니다.
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Before
(recipientAccountId:111111111111 AND sourceIPAddress:198.51.100.1) OR
( cloud.account.id:111111111111 AND source.ip:198.51.100.1 )
After
• GuardDuty
• VPC Flow Logs
• CloudTrail
• Common schema
(account_id:111111111111 AND srcaddr:198.51.100.1) OR
(accountId:111111111111 AND
(service.action.awsApiCallAction.remoteIpDetails.ipAddressV4:198.51.100.1 OR
service.action.portProbeAction.portProbeDetails.remoteIpDetails.ipAddressV4:198.51.100.1))
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
cloud-trail-logs
vpc-flow-logs
guard-duty-logs
cloud.account.id:111111111111
AND
source.ip:198.51.100.1
vs
로그마다 매번 새로운 키로 필터링
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Service Log
Security, Identity, & Compliance AWS CloudHSM HSM audit logs
Security, Identity, & Compliance Amazon GuardDuty GuardDuty findings
Security, Identity, & Compliance Amazon Inspector Inspector findings
Security, Identity, & Compliance AWS Directory Service Microsoft AD
Security, Identity, & Compliance AWS WAF
AWS WAF Web ACL traffic
information
AWS WAF Classic Web ACL
traffic information
Security, Identity, & Compliance AWS Security Hub
Security Hub findings
GuardDuty findings
Amazon Macie findings
Amazon Inspector findings
AWS IAM Access Analyzer
findings
Security, Identity, & Compliance AWS Network Firewall
Flow logs
Alert logs
Management & Governance AWS CloudTrail
CloudTrail Log Event
CloudTrail Insight Event
Management & Governance AWS Config
Configuration History
Configuration Snapshot
Config Rules
Management & Governance AWS Trusted Advisor Trusted Advisor Check Result
Networking & Content Delivery Amazon CloudFront
Standard access log
Real-time log
Networking & Content Delivery Amazon Route 53 Resolver VPC DNS query log
Networking & Content Delivery
Amazon Virtual Private Cloud
(Amazon VPC)
VPC Flow Logs (Version5)
Text / Parquet Format
Networking & Content Delivery AWS Transit Gateway
VPC Flow Logs (Version6)
Text / Parquet Format
Networking & Content
Delivery
Elastic Load Balancing
Application Load Balancer access logs
Network Load Balancer access logs
Classic Load Balancer access logs
Networking & Content
Delivery
AWS Client VPN connection log
Storage
Amazon FSx for Windows
File Server
audit log
Storage
Amazon Simple Storage
Service (Amazon S3)
access log
Database
Amazon Relational
Database Service (Amazon
RDS)
(Experimental Support)
Amazon Aurora(MySQL)
Amazon Aurora(PostgreSQL)
Amazon RDS for MariaDB
Amazon RDS for MySQL
Amazon RDS for PostgreSQL
Database Amazon ElastiCache ElastiCache for Redis SLOWLOG
Analytics
Amazon OpenSearch
Service
Audit logs
Analytics
Amazon Managed
Streaming for Apache
Kafka (Amazon MSK)
Broker log
Compute
Linux OS
via CloudWatch Logs
/var/log/messages
/var/log/secure
Compute
Windows Server
2012/2016/2019
via CloudWatch Logs
System event log
Security event log
Containers
Amazon Elastic Container
Service (Amazon ECS)
via FireLens
Framework only
End User Computing Amazon WorkSpaces
Event log
Inventory
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
빌트인 Security Analytics
플러그인
관리기능
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
빌트인 Security Analytics
지원하는 로그타입
• Network events
• DNS logs
• Apache access logs
• Windows logs
• AD/LDAP logs
• System logs
• AWS CloudTrail logs
• Amazon S3 access logs
• Google Workspace logs
• GitHub actions
• Microsoft 365 logs
• Okta events
• Microsoft Azure logs
• Netflow
• DNS logs
• Apache access logs
• Windows logs
• AD/LDAP
• System logs
• AWS CloudTrail logs
• Amazon S3 access logs
Amazon OpenSearch Service 2.5 OpenSearch 2.7
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
빌트인 Security Analytics
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
탐지
탐지기(Detector)가 규칙(Rule)을
로그 이벤트와 일치시키면 탐지(Finding) 결과를 생성
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
규칙
보안 로그에 적용하는 조건과 그 정의
가져오기, 만들기, 커스텀 지원
탐지기가 보안 이벤트 식별을 위해 사용
사전 패키징 된 오픈소스 Sigma 규칙
MITRE ATT&CK 에서 관리하는 최신 규칙 매핑
대시보드, API로 규칙을 생성 가능
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
탐지기
인덱스에서 사이버 보안 위협 식별
스케줄을 생성하여 실행
커스텀 규칙, Sigma 규칙 모두 가능
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
직접 생성
30
https://catalog.us-east-1.prod.workshops.aws/workshops/2ff04db5-bb02-4208-b637-d54a352f7bc6/ko-KR
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
직접 생성
31
https://catalog.us-east-1.prod.workshops.aws/workshops/2ff04db5-bb02-4208-b637-d54a352f7bc6/ko-KR
AWS DATA WEEK 2023
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Confidential and Trademark.
Thank you!
1 of 32

Recommended

LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L... by
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...Amazon Web Services Korea
355 views27 slides
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ... by
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
222 views86 slides
AWS Summit Seoul 2023 | 오픈소스 데이터베이스로 탈 오라클! Why not? by
AWS Summit Seoul 2023 | 오픈소스 데이터베이스로 탈 오라클! Why not?AWS Summit Seoul 2023 | 오픈소스 데이터베이스로 탈 오라클! Why not?
AWS Summit Seoul 2023 | 오픈소스 데이터베이스로 탈 오라클! Why not?Amazon Web Services Korea
161 views27 slides
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,... by
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 Korea
97 views29 slides
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature... by
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 Korea
154 views46 slides
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special... by
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 Korea
183 views27 slides

More Related Content

What's hot

AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례 by
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례Amazon Web Services Korea
345 views49 slides
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev... by
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
219 views81 slides
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요! by
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!Amazon Web Services Korea
190 views62 slides
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ... by
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...Amazon Web Services Korea
306 views24 slides
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기 by
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기Amazon Web Services Korea
305 views36 slides
AWS Summit Seoul 2023 | Amazon Redshift Serverless를 활용한 LG 이노텍의 데이터 분석 플랫폼 혁신 과정 by
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 Korea
153 views36 slides

What's hot(20)

AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례 by Amazon Web Services Korea
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
AWS Summit Seoul 2023 | Amazon EKS 데이터 전송 비용 절감 및 카오스 엔지니어링 적용 사례
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev... by 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...
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요! by Amazon Web Services Korea
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!
AWS Summit Seoul 2023 | 서버리스, 이제는 데이터 분석에서 활용해요!
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ... by Amazon Web Services Korea
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기
AWS Summit Seoul 2023 | 다중 계정 및 하이브리드 환경에서 안전한 IAM 체계 만들기
AWS Summit Seoul 2023 | Amazon Redshift Serverless를 활용한 LG 이노텍의 데이터 분석 플랫폼 혁신 과정 by 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 이노텍의 데이터 분석 플랫폼 혁신 과정
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti... by Amazon Web Services Korea
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노... by Amazon Web Services Korea
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
AWS Summit Seoul 2023 | AWS의 개발자를 위한 신규 서비스 소개 Amazon CodeCatalyst & Amazon C... by Amazon Web Services Korea
AWS Summit Seoul 2023 | AWS의 개발자를 위한 신규 서비스 소개 Amazon CodeCatalyst & Amazon C...AWS Summit Seoul 2023 | AWS의 개발자를 위한 신규 서비스 소개 Amazon CodeCatalyst & Amazon C...
AWS Summit Seoul 2023 | AWS의 개발자를 위한 신규 서비스 소개 Amazon CodeCatalyst & Amazon C...
Amazon OpenSearch Deep dive - 내부구조, 성능최적화 그리고 스케일링 by Amazon Web Services Korea
Amazon OpenSearch Deep dive - 내부구조, 성능최적화 그리고 스케일링Amazon OpenSearch Deep dive - 내부구조, 성능최적화 그리고 스케일링
Amazon OpenSearch Deep dive - 내부구조, 성능최적화 그리고 스케일링
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기 by Amazon Web Services Korea
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
Amazon EMR과 SageMaker를 이용하여 데이터를 준비하고 머신러닝 모델 개발 하기
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ... by Amazon Web Services Korea
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트) by Amazon Web Services Korea
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)
글로벌 기업들의 효과적인 데이터 분석을 위한 Data Lake 구축 및 분석 사례 - 김준형 (AWS 솔루션즈 아키텍트)
AWS Summit Seoul 2023 |투자를 모두에게, 토스증권의 MTS 구축 사례 by Amazon Web Services Korea
AWS Summit Seoul 2023 |투자를 모두에게, 토스증권의 MTS 구축 사례AWS Summit Seoul 2023 |투자를 모두에게, 토스증권의 MTS 구축 사례
AWS Summit Seoul 2023 |투자를 모두에게, 토스증권의 MTS 구축 사례
AWS Summit Seoul 2023 | SK쉴더스: AWS Native Security 서비스를 활용한 경계보안 by Amazon Web Services Korea
AWS Summit Seoul 2023 | SK쉴더스: AWS Native Security 서비스를 활용한 경계보안AWS Summit Seoul 2023 | SK쉴더스: AWS Native Security 서비스를 활용한 경계보안
AWS Summit Seoul 2023 | SK쉴더스: AWS Native Security 서비스를 활용한 경계보안
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
AWS Summit Seoul 2023 | 천만 사용자를 위한 카카오의 AWS Native 글로벌 채팅 서비스
AWS Summit Seoul 2023 | 삼성전자/쿠팡의 대규모 트래픽 처리를 위한 클라우드 네이티브 데이터베이스 활용 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 삼성전자/쿠팡의 대규모 트래픽 처리를 위한 클라우드 네이티브 데이터베이스 활용AWS Summit Seoul 2023 | 삼성전자/쿠팡의 대규모 트래픽 처리를 위한 클라우드 네이티브 데이터베이스 활용
AWS Summit Seoul 2023 | 삼성전자/쿠팡의 대규모 트래픽 처리를 위한 클라우드 네이티브 데이터베이스 활용
AWS Summit Seoul 2023 | 바람을 예측하여 재생에너지 산업을 발전시키는 GS E&R의 새로운 여정 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 바람을 예측하여 재생에너지 산업을 발전시키는 GS E&R의 새로운 여정AWS Summit Seoul 2023 | 바람을 예측하여 재생에너지 산업을 발전시키는 GS E&R의 새로운 여정
AWS Summit Seoul 2023 | 바람을 예측하여 재생에너지 산업을 발전시키는 GS E&R의 새로운 여정
AWS Summit Seoul 2023 | 롯데면세점이 고객에게 차별화된 경험을 제공하는 방법: AWS Native 서비스를 활용한 초개인... by Amazon Web Services Korea
AWS Summit Seoul 2023 | 롯데면세점이 고객에게 차별화된 경험을 제공하는 방법: AWS Native 서비스를 활용한 초개인...AWS Summit Seoul 2023 | 롯데면세점이 고객에게 차별화된 경험을 제공하는 방법: AWS Native 서비스를 활용한 초개인...
AWS Summit Seoul 2023 | 롯데면세점이 고객에게 차별화된 경험을 제공하는 방법: AWS Native 서비스를 활용한 초개인...

Similar to Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhancements - 발표자: 김성일, Sr Analytics Specialist, WWSO, AWS ::: AWS Data Roadshow 2023

AWS re:Invent 2018 콘테이너 신규 서비스 기능 살펴보기 - 윤석찬, AWS 테크에반젤리스트 by
AWS re:Invent 2018 콘테이너 신규 서비스 기능 살펴보기 - 윤석찬, AWS 테크에반젤리스트AWS re:Invent 2018 콘테이너 신규 서비스 기능 살펴보기 - 윤석찬, AWS 테크에반젤리스트
AWS re:Invent 2018 콘테이너 신규 서비스 기능 살펴보기 - 윤석찬, AWS 테크에반젤리스트Amazon Web Services Korea
5K views26 slides
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ... by
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...AWS Korea 금융산업팀
130 views28 slides
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ... by
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...AWS Korea 금융산업팀
130 views28 slides
스마트 팩토리: AWS 사물인터넷과 인공지능을 활용한 스마트 팩토리 구축 – 최영준 AWS 솔루션즈 아키텍트, 정현아 AWS 솔루션즈 아키... by
스마트 팩토리: AWS 사물인터넷과 인공지능을 활용한 스마트 팩토리 구축 – 최영준 AWS 솔루션즈 아키텍트, 정현아 AWS 솔루션즈 아키...스마트 팩토리: AWS 사물인터넷과 인공지능을 활용한 스마트 팩토리 구축 – 최영준 AWS 솔루션즈 아키텍트, 정현아 AWS 솔루션즈 아키...
스마트 팩토리: AWS 사물인터넷과 인공지능을 활용한 스마트 팩토리 구축 – 최영준 AWS 솔루션즈 아키텍트, 정현아 AWS 솔루션즈 아키...Amazon Web Services Korea
319 views40 slides
AWS risk_detection_webinar by
AWS risk_detection_webinarAWS risk_detection_webinar
AWS risk_detection_webinarYijeong Cho
507 views99 slides
AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기 by
AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기
AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기Amazon Web Services Korea
251 views35 slides

Similar to Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhancements - 발표자: 김성일, Sr Analytics Specialist, WWSO, AWS ::: AWS Data Roadshow 2023(20)

AWS re:Invent 2018 콘테이너 신규 서비스 기능 살펴보기 - 윤석찬, AWS 테크에반젤리스트 by Amazon Web Services Korea
AWS re:Invent 2018 콘테이너 신규 서비스 기능 살펴보기 - 윤석찬, AWS 테크에반젤리스트AWS re:Invent 2018 콘테이너 신규 서비스 기능 살펴보기 - 윤석찬, AWS 테크에반젤리스트
AWS re:Invent 2018 콘테이너 신규 서비스 기능 살펴보기 - 윤석찬, AWS 테크에반젤리스트
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ... by AWS Korea 금융산업팀
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ... by AWS Korea 금융산업팀
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
스마트 팩토리: AWS 사물인터넷과 인공지능을 활용한 스마트 팩토리 구축 – 최영준 AWS 솔루션즈 아키텍트, 정현아 AWS 솔루션즈 아키... by Amazon Web Services Korea
스마트 팩토리: AWS 사물인터넷과 인공지능을 활용한 스마트 팩토리 구축 – 최영준 AWS 솔루션즈 아키텍트, 정현아 AWS 솔루션즈 아키...스마트 팩토리: AWS 사물인터넷과 인공지능을 활용한 스마트 팩토리 구축 – 최영준 AWS 솔루션즈 아키텍트, 정현아 AWS 솔루션즈 아키...
스마트 팩토리: AWS 사물인터넷과 인공지능을 활용한 스마트 팩토리 구축 – 최영준 AWS 솔루션즈 아키텍트, 정현아 AWS 솔루션즈 아키...
AWS risk_detection_webinar by Yijeong Cho
AWS risk_detection_webinarAWS risk_detection_webinar
AWS risk_detection_webinar
Yijeong Cho507 views
AWS Summit Seoul 2023 | AWS에서 OpenTelemetry 기반의 애플리케이션 Observability 구축/활용하기 by 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 구축/활용하기
디자인 패턴과 고객 사례로 살펴보는 현대적 어플리케이션 개발 – 배영부, 강성일, AWS애플리케이션 아키텍트:: AWS Summit On... by Amazon Web Services Korea
디자인 패턴과 고객 사례로 살펴보는 현대적 어플리케이션 개발 – 배영부, 강성일, AWS애플리케이션 아키텍트::  AWS Summit On...디자인 패턴과 고객 사례로 살펴보는 현대적 어플리케이션 개발 – 배영부, 강성일, AWS애플리케이션 아키텍트::  AWS Summit On...
디자인 패턴과 고객 사례로 살펴보는 현대적 어플리케이션 개발 – 배영부, 강성일, AWS애플리케이션 아키텍트:: AWS Summit On...
[보험사를 위한 AWS Data Analytics Day] 6_Data Analytics의 현재와 미래-토ᄉ... by AWS Korea 금융산업팀
[보험사를 위한 AWS Data Analytics Day] 6_Data Analytics의 현재와 미래-토ᄉ...[보험사를 위한 AWS Data Analytics Day] 6_Data Analytics의 현재와 미래-토ᄉ...
[보험사를 위한 AWS Data Analytics Day] 6_Data Analytics의 현재와 미래-토ᄉ...
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r... by Amazon Web Services Korea
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...
AWS Summit Seoul 2023 | SK와 함께하는 AWS Migration Journey & App Modernization 전략 by Amazon Web Services Korea
AWS Summit Seoul 2023 | SK와 함께하는 AWS Migration Journey & App Modernization 전략AWS Summit Seoul 2023 | SK와 함께하는 AWS Migration Journey & App Modernization 전략
AWS Summit Seoul 2023 | SK와 함께하는 AWS Migration Journey & App Modernization 전략
통신사의 차별화된 메시징 서비스 아키텍처를 소개합니다 - 정영준 AWS 솔루션즈 아키텍트 / 강성원, 나상화 소프트웨어 엔지니어 무선사업부... by Amazon Web Services Korea
통신사의 차별화된 메시징 서비스 아키텍처를 소개합니다 - 정영준 AWS 솔루션즈 아키텍트 / 강성원, 나상화 소프트웨어 엔지니어 무선사업부...통신사의 차별화된 메시징 서비스 아키텍처를 소개합니다 - 정영준 AWS 솔루션즈 아키텍트 / 강성원, 나상화 소프트웨어 엔지니어 무선사업부...
통신사의 차별화된 메시징 서비스 아키텍처를 소개합니다 - 정영준 AWS 솔루션즈 아키텍트 / 강성원, 나상화 소프트웨어 엔지니어 무선사업부...
AWS Summit Seoul 2023 | AWS Graviton과 함께하는 계획문제 최적화 애플리케이션 개발 by Amazon Web Services Korea
AWS Summit Seoul 2023 | AWS Graviton과 함께하는 계획문제 최적화 애플리케이션 개발AWS Summit Seoul 2023 | AWS Graviton과 함께하는 계획문제 최적화 애플리케이션 개발
AWS Summit Seoul 2023 | AWS Graviton과 함께하는 계획문제 최적화 애플리케이션 개발
아키텍처 현대화 분야 신규 서비스 - 주성식, AWS 솔루션즈 아키텍트 :: AWS re:Invent re:Cap 2021 by Amazon Web Services Korea
아키텍처 현대화 분야 신규 서비스 - 주성식, AWS 솔루션즈 아키텍트 :: AWS re:Invent re:Cap 2021아키텍처 현대화 분야 신규 서비스 - 주성식, AWS 솔루션즈 아키텍트 :: AWS re:Invent re:Cap 2021
아키텍처 현대화 분야 신규 서비스 - 주성식, AWS 솔루션즈 아키텍트 :: AWS re:Invent re:Cap 2021
CloudWatch 성능 모니터링과 신속한 대응을 위한 노하우 - 박선용 솔루션즈 아키텍트:: AWS Cloud Track 3 Gaming by Amazon Web Services Korea
CloudWatch 성능 모니터링과 신속한 대응을 위한 노하우 - 박선용 솔루션즈 아키텍트:: AWS Cloud Track 3 GamingCloudWatch 성능 모니터링과 신속한 대응을 위한 노하우 - 박선용 솔루션즈 아키텍트:: AWS Cloud Track 3 Gaming
CloudWatch 성능 모니터링과 신속한 대응을 위한 노하우 - 박선용 솔루션즈 아키텍트:: AWS Cloud Track 3 Gaming
AWS Summit Seoul 2023 | 기업 고객 대상 기계학습 기반 콜센터 도입을 위한 여정 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 기업 고객 대상 기계학습 기반 콜센터 도입을 위한 여정AWS Summit Seoul 2023 | 기업 고객 대상 기계학습 기반 콜센터 도입을 위한 여정
AWS Summit Seoul 2023 | 기업 고객 대상 기계학습 기반 콜센터 도입을 위한 여정
AWS Greengrass, Lambda and ML Inference at the Edge site (김민성, AWS 솔루션즈 아키텍트)... by Amazon Web Services Korea
AWS Greengrass, Lambda and ML Inference at the Edge site (김민성, AWS 솔루션즈 아키텍트)...AWS Greengrass, Lambda and ML Inference at the Edge site (김민성, AWS 솔루션즈 아키텍트)...
AWS Greengrass, Lambda and ML Inference at the Edge site (김민성, AWS 솔루션즈 아키텍트)...
VUCA 시대의 디지털 네이티브 리더가 알아야할 AWS의 기술 ::: AWS ExecLeaders Korea 2023 by Amazon Web Services Korea
VUCA 시대의 디지털 네이티브 리더가 알아야할 AWS의 기술 ::: AWS ExecLeaders Korea 2023 VUCA 시대의 디지털 네이티브 리더가 알아야할 AWS의 기술 ::: AWS ExecLeaders Korea 2023
VUCA 시대의 디지털 네이티브 리더가 알아야할 AWS의 기술 ::: AWS ExecLeaders Korea 2023
AWS re:Invent 2018 신규 서비스 살펴보기 - 윤석찬, AWS 테크에반젤리스트 by Amazon Web Services Korea
AWS re:Invent 2018 신규 서비스 살펴보기 - 윤석찬, AWS 테크에반젤리스트AWS re:Invent 2018 신규 서비스 살펴보기 - 윤석찬, AWS 테크에반젤리스트
AWS re:Invent 2018 신규 서비스 살펴보기 - 윤석찬, AWS 테크에반젤리스트
AWS Summit Seoul 2023 | 당신만 모르고 있는 AWS 컨트롤 타워 트렌드 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 당신만 모르고 있는 AWS 컨트롤 타워 트렌드AWS Summit Seoul 2023 | 당신만 모르고 있는 AWS 컨트롤 타워 트렌드
AWS Summit Seoul 2023 | 당신만 모르고 있는 AWS 컨트롤 타워 트렌드

More from Amazon Web Services Korea

AWS Modern Infra with Storage Roadshow 2023 - Day 2 by
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
174 views146 slides
AWS Modern Infra with Storage Roadshow 2023 - Day 1 by
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 views173 slides
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A... by
[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 views36 slides
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal... by
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 Korea
140 views57 slides
From Insights to Action, How to build and maintain a Data Driven Organization... by
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 Korea
163 views27 slides
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ... by
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...Amazon Web Services Korea
272 views26 slides

More from Amazon Web Services Korea(14)

[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A... by 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 EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal... by 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...
From Insights to Action, How to build and maintain a Data Driven Organization... by 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...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ... by Amazon Web Services Korea
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
AWS Summit Seoul 2023 | Amazon Neptune 및 Elastic을 이용한 추천 서비스 및 검색 플랫폼 구축하기 by Amazon Web Services Korea
AWS Summit Seoul 2023 | Amazon Neptune 및 Elastic을 이용한 추천 서비스 및 검색 플랫폼 구축하기AWS Summit Seoul 2023 | Amazon Neptune 및 Elastic을 이용한 추천 서비스 및 검색 플랫폼 구축하기
AWS Summit Seoul 2023 | Amazon Neptune 및 Elastic을 이용한 추천 서비스 및 검색 플랫폼 구축하기
AWS Summit Seoul 2023 | 생성 AI 모델의 임베딩 벡터를 이용한 서버리스 추천 검색 구현하기 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 생성 AI 모델의 임베딩 벡터를 이용한 서버리스 추천 검색 구현하기AWS Summit Seoul 2023 | 생성 AI 모델의 임베딩 벡터를 이용한 서버리스 추천 검색 구현하기
AWS Summit Seoul 2023 | 생성 AI 모델의 임베딩 벡터를 이용한 서버리스 추천 검색 구현하기
AWS Summit Seoul 2023 | 스타트업의 서버리스 기반 SaaS 데이터 처리 및 데이터웨어하우스 구축 사례 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 스타트업의 서버리스 기반 SaaS 데이터 처리 및 데이터웨어하우스 구축 사례AWS Summit Seoul 2023 | 스타트업의 서버리스 기반 SaaS 데이터 처리 및 데이터웨어하우스 구축 사례
AWS Summit Seoul 2023 | 스타트업의 서버리스 기반 SaaS 데이터 처리 및 데이터웨어하우스 구축 사례
AWS Summit Seoul 2023 | 실시간 CDC 데이터 처리! Modern Transactional Data Lake 구축하기 by 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 구축하기
AWS Summit Seoul 2023 | 12가지 디자인 패턴으로 알아보는 클라우드 네이티브 마이크로서비스 아키텍처 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 12가지 디자인 패턴으로 알아보는 클라우드 네이티브 마이크로서비스 아키텍처AWS Summit Seoul 2023 | 12가지 디자인 패턴으로 알아보는 클라우드 네이티브 마이크로서비스 아키텍처
AWS Summit Seoul 2023 | 12가지 디자인 패턴으로 알아보는 클라우드 네이티브 마이크로서비스 아키텍처
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 바쁘다 바빠, 현대사회! Amazon Kendra로 원하는 자료를 적재적소에 찾아서 활용하기 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 바쁘다 바빠, 현대사회! Amazon Kendra로 원하는 자료를 적재적소에 찾아서 활용하기AWS Summit Seoul 2023 | 바쁘다 바빠, 현대사회! Amazon Kendra로 원하는 자료를 적재적소에 찾아서 활용하기
AWS Summit Seoul 2023 | 바쁘다 바빠, 현대사회! Amazon Kendra로 원하는 자료를 적재적소에 찾아서 활용하기
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기 by Amazon Web Services Korea
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기

Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhancements - 발표자: 김성일, Sr Analytics Specialist, WWSO, AWS ::: AWS Data Roadshow 2023

  • 1. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Sung-il Kim WWSO DATA Specialist SA AWS Amazon OpenSearch Service Observability, SIEM and Serverless
  • 2. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is observability? 2 감지 조사 해결 Observability는 문제를 효율적으로 감지, 조사, 해결하기 위해 원격 측정 데이터를 수집하여 관찰할 수 있는 시스템의 능력
  • 3. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Observability의 기본 요소 3 Metrics Traces Logs
  • 4. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Observability의 일반적인 사용사례 4 AIOps and DevOps Microservices and containers Digital experience monitoring (DEM) Data lakes
  • 5. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Confidential and Trademark. OpenSearch Service with Observability 5
  • 6. © 2022, Amazon Web Services, Inc. or its affiliates. 6 Managed: 널리 사용되는 오픈 소스 솔루션을 사용하여 운영 우수성을 높입니다. Secure: 데이터 센터와 네트워크 아키텍처, 내장된 인증기능을 활용하여 데이터를 감사하고 보호하십시오. Observability: 기계 학습, 경고 및 시각화를 위한 오픈 소스 솔루션을 통해 시스템의 상태를 체계적으로 감지하고 잠재적인 위협에 대응하십시오. Cost conscious: 전략적인 업무에 시간과 자원을 최적화하세요. Amazon OpenSearch Service Amazon OpenSearch 서비스를 사용하면 운영 데이터의 실시간 검색, 모니터링 및 분석이 안전하게 가능해집니다.
  • 7. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 7 메인기능 플러그인 관리기능
  • 8. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Application analytics 8 커스텀 Observability app 생성 Log event + Trace + metric data = 단일 뷰 Overall system health 확인 데이터 사이를 빠르게 전환하여 문제 원인 파악 Trace group – Latency, Error rate Service – Latency, Error rate, Throughput
  • 9. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Operation panel 9 PPL (Piped Processing Language) 쿼리를 이용하여 생성된 시각화의 모음
  • 10. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Piped Processing Language 10 PPL(파이프 처리 언어)은 파이프(|) 구문을 사용하여 OpenSearch에 저장된 데이터를 탐색, 검색 및 쿼리할 수 있는 쿼리 언어입니다. PPL 구문은 데이터가 각 파이프라인을 통해 왼쪽에서 오른쪽으로 흐르는 파이프 문자(|)로 구분된 명령으로 구성됩니다. search source=accounts | where age > 18 | fields firstname, lastname https://opensearch.org/docs/latest/search-plugins/sql/ppl/index/ Commands • dedup, eval, fields, parse, rename, sort, stats, where, head, rare, top • ad : 검색 결과에 ML Commons 플러그인의 RCF(Random Cut Forest) 알고리즘을 적용합니다.
  • 11. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notebooks 11 공동으로 보고서 작성 마크다운, SQL, PPL, 다중타임라인, 시각화 라이브 데이터 및 쿼리 지원 스토리를 전달할 수 있는 셀 또는 단락 구성 링크, PDF, PNG 지원 사후 보고서, 데이터 설명, 실시간 인프라 보고서
  • 12. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Demo
  • 13. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Confidential and Trademark. OpenSearch Service with SIEM 13
  • 14. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. SIEM? 14 Security Information and Event Management 상관 분석을 통한 위협 탐지, 사고 대응을 지원하기 위해 모든 종류의 장치(예: 보안, 네트워크 장치)의 데이터를 수집하고 중앙에서 관리하는 솔루션
  • 15. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 보안사고 대응을 위한 로그분석의 어려움 15 다양한 시스템에서 생성된 경고 관리 로그는 여기저기 산재해 있음 많은 로그의 수집, 검색, 분석은 시간 소모적 SIEM
  • 16. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. SIEM 사용사례 16 Correlation analysis: Network • GuardDuty로부터 소스 IP 주소를 키로 사용하고 • GuardDuty, CloudTrail, VPC 흐름 로그, 서버 웹/SSH 액세스 로그에서 관련 이벤트를 검색 • 시간 순으로 네트워크 로그를 정렬하고 분석 Correlation analysis: EC2 Instance ID • GuardDuty로부터 EC2 인스턴스 ID를 키로 사용하고 • GuardDuty, CloudTrail, Inspector, Config/Config Rules에서 관련 이벤트를 검색 • 타임라인에서 인프라 변경과 악성 활동을 비교 Log visualization with dashboards • CloudTrail 로그 시각화: API 호출 집계 또는 타임라인, 지도기반 소스 IP를 대시보드에 시각화
  • 17. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. SIEM on Amazon OpenSearch Service 17 CloudFormation/CDK 배포 기반 패키지 빌트인 Security Analytics 직접 생성
  • 18. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. CloudFormation/CDK 배포 기반 패키지 18 AWS 서비스의 Log를 이용해서 보안 모니터링을 할 수 있도록 미리 만들어 놓은 샘플 스크립트와 대시보드 • Open-sourced at GitHub: https://github.com/aws-samples/siem-on-amazon-elasticsearch-service • Developed and maintained by AWS Security SAs • Features • 관리형 및 서버리스 서비스로만 구성 • 멀티리전, 멀티 어카운트 시나리오 지원 • AWS 서비스용 ETL 로직 및 대시보드 포함 • 30분 이내에 CloudFormation/CDK로 배포 • 클라우드 서비스 사용량은 종량제 모델로 청구
  • 19. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. CloudFormation/CDK 배포 기반 패키지 19 Uses only managed and serverless components Save logs from multiple accounts and regions in one centralized bucket
  • 20. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Log schema normalization (ETL) • 스키마 정규화: 동일한 의미를 가진 필드가 동일한 키 이름을 갖도록 다른 스키마의 로그를 변환합니다. • 정규화는 동일한 스키마를 가진 모든 로그 유형에 대한 참조를 허용하여 검색 효율성을 향상시킵니다. • OpenSearch Service의 SIEM은 Elastic Common Schema를 준수합니다. • Elastic Common Schema는 EC2 인스턴스 ID, IAM 액세스 키 ID 등 AWS에서 자주 사용되는 필드로 확장됩니다.
  • 21. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Before (recipientAccountId:111111111111 AND sourceIPAddress:198.51.100.1) OR ( cloud.account.id:111111111111 AND source.ip:198.51.100.1 ) After • GuardDuty • VPC Flow Logs • CloudTrail • Common schema (account_id:111111111111 AND srcaddr:198.51.100.1) OR (accountId:111111111111 AND (service.action.awsApiCallAction.remoteIpDetails.ipAddressV4:198.51.100.1 OR service.action.portProbeAction.portProbeDetails.remoteIpDetails.ipAddressV4:198.51.100.1))
  • 22. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. cloud-trail-logs vpc-flow-logs guard-duty-logs cloud.account.id:111111111111 AND source.ip:198.51.100.1 vs 로그마다 매번 새로운 키로 필터링
  • 23. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Service Log Security, Identity, & Compliance AWS CloudHSM HSM audit logs Security, Identity, & Compliance Amazon GuardDuty GuardDuty findings Security, Identity, & Compliance Amazon Inspector Inspector findings Security, Identity, & Compliance AWS Directory Service Microsoft AD Security, Identity, & Compliance AWS WAF AWS WAF Web ACL traffic information AWS WAF Classic Web ACL traffic information Security, Identity, & Compliance AWS Security Hub Security Hub findings GuardDuty findings Amazon Macie findings Amazon Inspector findings AWS IAM Access Analyzer findings Security, Identity, & Compliance AWS Network Firewall Flow logs Alert logs Management & Governance AWS CloudTrail CloudTrail Log Event CloudTrail Insight Event Management & Governance AWS Config Configuration History Configuration Snapshot Config Rules Management & Governance AWS Trusted Advisor Trusted Advisor Check Result Networking & Content Delivery Amazon CloudFront Standard access log Real-time log Networking & Content Delivery Amazon Route 53 Resolver VPC DNS query log Networking & Content Delivery Amazon Virtual Private Cloud (Amazon VPC) VPC Flow Logs (Version5) Text / Parquet Format Networking & Content Delivery AWS Transit Gateway VPC Flow Logs (Version6) Text / Parquet Format Networking & Content Delivery Elastic Load Balancing Application Load Balancer access logs Network Load Balancer access logs Classic Load Balancer access logs Networking & Content Delivery AWS Client VPN connection log Storage Amazon FSx for Windows File Server audit log Storage Amazon Simple Storage Service (Amazon S3) access log Database Amazon Relational Database Service (Amazon RDS) (Experimental Support) Amazon Aurora(MySQL) Amazon Aurora(PostgreSQL) Amazon RDS for MariaDB Amazon RDS for MySQL Amazon RDS for PostgreSQL Database Amazon ElastiCache ElastiCache for Redis SLOWLOG Analytics Amazon OpenSearch Service Audit logs Analytics Amazon Managed Streaming for Apache Kafka (Amazon MSK) Broker log Compute Linux OS via CloudWatch Logs /var/log/messages /var/log/secure Compute Windows Server 2012/2016/2019 via CloudWatch Logs System event log Security event log Containers Amazon Elastic Container Service (Amazon ECS) via FireLens Framework only End User Computing Amazon WorkSpaces Event log Inventory
  • 24. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 빌트인 Security Analytics 플러그인 관리기능
  • 25. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 빌트인 Security Analytics 지원하는 로그타입 • Network events • DNS logs • Apache access logs • Windows logs • AD/LDAP logs • System logs • AWS CloudTrail logs • Amazon S3 access logs • Google Workspace logs • GitHub actions • Microsoft 365 logs • Okta events • Microsoft Azure logs • Netflow • DNS logs • Apache access logs • Windows logs • AD/LDAP • System logs • AWS CloudTrail logs • Amazon S3 access logs Amazon OpenSearch Service 2.5 OpenSearch 2.7
  • 26. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 빌트인 Security Analytics
  • 27. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 탐지 탐지기(Detector)가 규칙(Rule)을 로그 이벤트와 일치시키면 탐지(Finding) 결과를 생성
  • 28. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 규칙 보안 로그에 적용하는 조건과 그 정의 가져오기, 만들기, 커스텀 지원 탐지기가 보안 이벤트 식별을 위해 사용 사전 패키징 된 오픈소스 Sigma 규칙 MITRE ATT&CK 에서 관리하는 최신 규칙 매핑 대시보드, API로 규칙을 생성 가능
  • 29. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 탐지기 인덱스에서 사이버 보안 위협 식별 스케줄을 생성하여 실행 커스텀 규칙, Sigma 규칙 모두 가능
  • 30. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 직접 생성 30 https://catalog.us-east-1.prod.workshops.aws/workshops/2ff04db5-bb02-4208-b637-d54a352f7bc6/ko-KR
  • 31. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 직접 생성 31 https://catalog.us-east-1.prod.workshops.aws/workshops/2ff04db5-bb02-4208-b637-d54a352f7bc6/ko-KR
  • 32. AWS DATA WEEK 2023 © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Confidential and Trademark. Thank you!