SlideShare a Scribd company logo
AWS๋กœ ์Šค๋งˆํŠธํ•˜๊ฒŒ ์†Œํ”„ํŠธ์›จ์–ด ๋ฐฐํฌํ•˜๊ธฐ
๊น€์ผํ˜ธ, ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ, ํ•œ๊ตญ ์•„๋งˆ์กด์›น์„œ๋น„์Šค
~11.6s
Mean time between
deployments
(weekday)
~1,079
Max number of
deployments in a
single hour
~10,000
Mean number of
hosts simultaneously
receiving a
deployment
~30,000
Max number of hosts
simultaneously
receiving a
deployment
DEPLOYMENTS AT
AMAZON.COM
Monolithic
Service-Oriented
architecture
Agility
Microservice
Better Communication~
Better productivity~
Effectiveness~
Decentralized~
Agility~
Ownership~
Microservice development lifecycle
developers delivery pipelinesservices
releasetestbuild
releasetestbuild
releasetestbuild
releasetestbuild
releasetestbuild
MonitorProvisionDeployTestBuildCode
Elastic Beanstalk
OpsWorks
Cloud
Watch
Cloud
Formation
Code
Deploy
Code
Commit
Code
Pipeline
CodeCommit
Source control in the cloud
Secure Fully
managed
High
availability
Store
anything
AWS CodeCommit
โ€ข Use standard Git tools
โ€ข Scalability, availability, and durability of Amazon S3
โ€ข Encryption at rest with customer-specific keys
โ€ข No repo size limit
git pull/push CodeCommit
Git objects in
Amazon S3
Git index in
Amazon
DynamoDB
Encryption key
in AWS KMS
SSH or HTTPS
CodePipeline
AWS CodePipeline
Continuous delivery and release automation, just like Amazon
Build
1) Build
2) Unit test
1) Deploy
2) UI test
Source Beta Production
1) Deploy
2) Load test
Gamma
1) Deploy region1
2) Deploy region2
3) Deploy regoin3
AWS CodePipeline
โ€ข Continuous Delivery and Release Automation
โ€ข Design your own workflow
โ€ข Source-Code Checking
โ€ข Building
โ€ข Testing
โ€ข Deploying
โ€ข Integration with partners and custom plugins
โ€ข Configure gates between stages
โ€ข Time based vs manual approvals
โ€ข Visual editor and status monitoring
CodePipeline example
https://blogs.aws.amazon.com/application-management/blog/tag/CodePipeline
CodePipeline example
https://blogs.aws.amazon.com/application-management/blog/tag/CodePipeline
CodeDeploy
CodeDeploy
โ€ข Scale from 1 instance to thousands
โ€ข Deploy without downtime
โ€ข Centralize deployment control and monitoring
Staging
CodeDeployv1, v2, v3
Production
Dev
Application
revisions
Deployment groups
Step 1: Package your application (with an AppSpec file)
version: 0.0
os: linux
files:
- source: chef/
destination: /etc/chef/codedeploy
- source: target/hello.war
destination: /var/lib/tomcat6/webapps
hooks:
ApplicationStop:
- location: deploy_hooks/stop-tomcat.sh
BeforeInstall:
- location: deploy_hooks/install-chef.sh
AfterInstall:
- location: deploy_hooks/librarian-install.sh
ApplicationStart:
- location: deploy_hooks/chef-solo.sh
ValidateService:
- location: deploy_hooks/verify_service.sh
Step 1: Package your application (with an AppSpec file)
version: 0.0
os: linux
files:
- source: chef/
destination: /etc/chef/codedeploy
- source: target/hello.war
destination: /var/lib/tomcat6/webapps
hooks:
ApplicationStop:
- location: deploy_hooks/stop-tomcat.sh
BeforeInstall:
- location: deploy_hooks/install-chef.sh
AfterInstall:
- location: deploy_hooks/librarian-install.sh
ApplicationStart:
- location: deploy_hooks/chef-solo.sh
ValidateService:
- location: deploy_hooks/verify_service.sh
Step 1: Package your application (with an AppSpec file)
version: 0.0
os: linux
files:
- source: chef/
destination: /etc/chef/codedeploy
- source: target/hello.war
destination: /var/lib/tomcat6/webapps
hooks:
ApplicationStop:
- location: deploy_hooks/stop-tomcat.sh
BeforeInstall:
- location: deploy_hooks/install-chef.sh
AfterInstall:
- location: deploy_hooks/librarian-install.sh
ApplicationStart:
- location: deploy_hooks/chef-solo.sh
ValidateService:
- location: deploy_hooks/verify_service.sh
Step 2: Set up your target environments
Agent Agent Agent
Staging
Agent Agent
Agent Agent
Agent
Agent
Production
Deployment groupDeployment group
Group instances by:
โ€ข Auto Scaling group
โ€ข Amazon EC2 tag
โ€ข On-premises tag
Step 3: Deploy
aws deploy create-deployment 
--application-name MyApp 
--deployment-group-name TargetGroup 
--s3-location bucket=MyBucket,key=MyApp.zip
AWS CLI & SDKs
AWS Console
CI / CD Partners
GitHub
Deployment config โ€“ Choose speed
v2 v2 v2 v2 v2 v2 v2 v2All-at-once
Min. healthy hosts = 0
v2 v2 v2 v2 v1 v1 v1 v1Half-at-a-time
Min. healthy hosts = 50%
v2 v2 v1 v1 v1 v1 v1 v1[Custom]
Min. healthy hosts = 75%
v2 v1 v1 v1 v1 v1 v1 v1One-at-a-time
Min. healthy hosts = 99%
Rolling update โ€“ Deploy without downtime
v1v1 v1
Load Balancer
Rolling update โ€“ Deploy without downtime
v1v2 v1
Load Balancer
Rolling update โ€“ Deploy without downtime
v2v2 v1
Load Balancer
Rolling update โ€“ Deploy without downtime
v2v2v2
Load Balancer
Rolling update โ€“ Deploy without downtime
v2v2 v2
Load Balancer
Health tracking โ€“ Catch deployment problems
v2v2 v2
Load Balancer
Health tracking โ€“ Catch deployment problems
v3 v2 v2Stop
Load Balancer
Health tracking โ€“ Catch deployment problems
v2v2 v2
Load Balancer
Rollback
Health tracking โ€“ Catch deployment problems
v2v2 v2
Load Balancer
Amazon
S3
Prod-subnet
Web
serve
r
App
serve
r
Amazon
RDS
ELB
Production
Dev-subnet
Auto Scaling group
Web
serve
r
Auto Scaling group
App
serve
r
Amazon
RDS
ELB
Development
Test-subnet
Web
serve
r
App
serve
r
Amazon
RDS
ELB
Test
CodePipleline CodeDeployCodeCommit
Services
- Highly available CloudWatch alarm
CloudTrail
CloudFormation
Elastic
Beanstalk
Online Labs & Training
Gain confidence and hands-on
experience with AWS.
Watch free Instructional Videos
and explore Self-Paced Labs
Instructor Led Classes
Learn how to design, deploy and
operate highly available, cost-
effective and secure applications
on AWS in courses led by qualified
AWS instructors
Validate your technical
expertise with AWS and use
practice exams to help you
prepare for AWS Certification
AWS Certification
More info at http://aws.amazon.com/training
Thank You for Attending AWS Innovate
We hope you found it interesting!
Do provide us with your feedback for the session and complete the feedback form.
Let us know your thoughts of todayโ€™s event and how we can improve the event
experience for you in the future.

More Related Content

What's hot

Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
Kristana Kane
ย 
Running Lean Architectures
Running Lean ArchitecturesRunning Lean Architectures
Running Lean Architectures
Amazon Web Services
ย 
AWS re:Invent 2016: Building SaaS Offerings for Desktop Apps with Amazon AppS...
AWS re:Invent 2016: Building SaaS Offerings for Desktop Apps with Amazon AppS...AWS re:Invent 2016: Building SaaS Offerings for Desktop Apps with Amazon AppS...
AWS re:Invent 2016: Building SaaS Offerings for Desktop Apps with Amazon AppS...
Amazon Web Services
ย 
Creating Your Virtual Data Center
Creating Your Virtual Data CenterCreating Your Virtual Data Center
Creating Your Virtual Data Center
Amazon Web Services
ย 
Riot Games ๊ธ€๋กœ๋ฒŒ ๊ฒŒ์ž„ ์šด์˜์„ ์œ„ํ•œ Docker ๋ฐ Amazon ECS ํ™œ์šฉ์‚ฌ๋ก€ - AWS Summit Seoul 2017
Riot Games ๊ธ€๋กœ๋ฒŒ ๊ฒŒ์ž„ ์šด์˜์„ ์œ„ํ•œ Docker ๋ฐ Amazon ECS ํ™œ์šฉ์‚ฌ๋ก€ - AWS Summit Seoul 2017Riot Games ๊ธ€๋กœ๋ฒŒ ๊ฒŒ์ž„ ์šด์˜์„ ์œ„ํ•œ Docker ๋ฐ Amazon ECS ํ™œ์šฉ์‚ฌ๋ก€ - AWS Summit Seoul 2017
Riot Games ๊ธ€๋กœ๋ฒŒ ๊ฒŒ์ž„ ์šด์˜์„ ์œ„ํ•œ Docker ๋ฐ Amazon ECS ํ™œ์šฉ์‚ฌ๋ก€ - AWS Summit Seoul 2017
Amazon Web Services Korea
ย 
AWS re:Invent 2016: NEW LAUNCH! Introducing AWS Greengrass (IOT201)
AWS re:Invent 2016: NEW LAUNCH! Introducing AWS Greengrass (IOT201)AWS re:Invent 2016: NEW LAUNCH! Introducing AWS Greengrass (IOT201)
AWS re:Invent 2016: NEW LAUNCH! Introducing AWS Greengrass (IOT201)
Amazon Web Services
ย 
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity OptionsCreating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Amazon Web Services
ย 
Media Service on a Cloud :: ์ฝ˜ํ…์ธ ์—ฐํ•ฉํ”Œ๋žซํผ :: AWS Media Day 2016
Media Service on a Cloud :: ์ฝ˜ํ…์ธ ์—ฐํ•ฉํ”Œ๋žซํผ :: AWS Media Day 2016Media Service on a Cloud :: ์ฝ˜ํ…์ธ ์—ฐํ•ฉํ”Œ๋žซํผ :: AWS Media Day 2016
Media Service on a Cloud :: ์ฝ˜ํ…์ธ ์—ฐํ•ฉํ”Œ๋žซํผ :: AWS Media Day 2016
Amazon Web Services Korea
ย 
AWS re:Invent 2016: Develop, Build, Deploy, and Manage Containerized Services...
AWS re:Invent 2016: Develop, Build, Deploy, and Manage Containerized Services...AWS re:Invent 2016: Develop, Build, Deploy, and Manage Containerized Services...
AWS re:Invent 2016: Develop, Build, Deploy, and Manage Containerized Services...
Amazon Web Services
ย 
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
Amazon Web Services
ย 
Automating Security in Cloud Workloads with DevSecOps
Automating Security in Cloud Workloads with DevSecOps Automating Security in Cloud Workloads with DevSecOps
Automating Security in Cloud Workloads with DevSecOps
Kristana Kane
ย 
Deep Dive on Microservices and Amazon ECS
Deep Dive on Microservices and Amazon ECSDeep Dive on Microservices and Amazon ECS
Deep Dive on Microservices and Amazon ECS
Amazon Web Services
ย 
Serverless Geospatial Mobile Apps with AWS
Serverless Geospatial Mobile Apps with AWSServerless Geospatial Mobile Apps with AWS
Serverless Geospatial Mobile Apps with AWS
Amazon Web Services
ย 
Introduction to Container Management on AWS
Introduction to Container Management on AWSIntroduction to Container Management on AWS
Introduction to Container Management on AWS
Amazon Web Services
ย 
Dev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWSDev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWS
Shiva Narayanaswamy
ย 
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsDevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
Amazon Web Services
ย 
AWS re:Invent 2016: Test and Debug Your Mobile Apps on Real Android and iOS D...
AWS re:Invent 2016: Test and Debug Your Mobile Apps on Real Android and iOS D...AWS re:Invent 2016: Test and Debug Your Mobile Apps on Real Android and iOS D...
AWS re:Invent 2016: Test and Debug Your Mobile Apps on Real Android and iOS D...
Amazon Web Services
ย 
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
Amazon Web Services
ย 
Creating Your Virtual Data Center: VPC Fundamentals
Creating Your Virtual Data Center: VPC FundamentalsCreating Your Virtual Data Center: VPC Fundamentals
Creating Your Virtual Data Center: VPC Fundamentals
Amazon Web Services
ย 
AWS re:Invent 2016: Automated DevOps and Continuous Delivery (DEV211)
AWS re:Invent 2016: Automated DevOps and Continuous Delivery (DEV211)AWS re:Invent 2016: Automated DevOps and Continuous Delivery (DEV211)
AWS re:Invent 2016: Automated DevOps and Continuous Delivery (DEV211)
Amazon Web Services
ย 

What's hot (20)

Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
ย 
Running Lean Architectures
Running Lean ArchitecturesRunning Lean Architectures
Running Lean Architectures
ย 
AWS re:Invent 2016: Building SaaS Offerings for Desktop Apps with Amazon AppS...
AWS re:Invent 2016: Building SaaS Offerings for Desktop Apps with Amazon AppS...AWS re:Invent 2016: Building SaaS Offerings for Desktop Apps with Amazon AppS...
AWS re:Invent 2016: Building SaaS Offerings for Desktop Apps with Amazon AppS...
ย 
Creating Your Virtual Data Center
Creating Your Virtual Data CenterCreating Your Virtual Data Center
Creating Your Virtual Data Center
ย 
Riot Games ๊ธ€๋กœ๋ฒŒ ๊ฒŒ์ž„ ์šด์˜์„ ์œ„ํ•œ Docker ๋ฐ Amazon ECS ํ™œ์šฉ์‚ฌ๋ก€ - AWS Summit Seoul 2017
Riot Games ๊ธ€๋กœ๋ฒŒ ๊ฒŒ์ž„ ์šด์˜์„ ์œ„ํ•œ Docker ๋ฐ Amazon ECS ํ™œ์šฉ์‚ฌ๋ก€ - AWS Summit Seoul 2017Riot Games ๊ธ€๋กœ๋ฒŒ ๊ฒŒ์ž„ ์šด์˜์„ ์œ„ํ•œ Docker ๋ฐ Amazon ECS ํ™œ์šฉ์‚ฌ๋ก€ - AWS Summit Seoul 2017
Riot Games ๊ธ€๋กœ๋ฒŒ ๊ฒŒ์ž„ ์šด์˜์„ ์œ„ํ•œ Docker ๋ฐ Amazon ECS ํ™œ์šฉ์‚ฌ๋ก€ - AWS Summit Seoul 2017
ย 
AWS re:Invent 2016: NEW LAUNCH! Introducing AWS Greengrass (IOT201)
AWS re:Invent 2016: NEW LAUNCH! Introducing AWS Greengrass (IOT201)AWS re:Invent 2016: NEW LAUNCH! Introducing AWS Greengrass (IOT201)
AWS re:Invent 2016: NEW LAUNCH! Introducing AWS Greengrass (IOT201)
ย 
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity OptionsCreating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
ย 
Media Service on a Cloud :: ์ฝ˜ํ…์ธ ์—ฐํ•ฉํ”Œ๋žซํผ :: AWS Media Day 2016
Media Service on a Cloud :: ์ฝ˜ํ…์ธ ์—ฐํ•ฉํ”Œ๋žซํผ :: AWS Media Day 2016Media Service on a Cloud :: ์ฝ˜ํ…์ธ ์—ฐํ•ฉํ”Œ๋žซํผ :: AWS Media Day 2016
Media Service on a Cloud :: ์ฝ˜ํ…์ธ ์—ฐํ•ฉํ”Œ๋žซํผ :: AWS Media Day 2016
ย 
AWS re:Invent 2016: Develop, Build, Deploy, and Manage Containerized Services...
AWS re:Invent 2016: Develop, Build, Deploy, and Manage Containerized Services...AWS re:Invent 2016: Develop, Build, Deploy, and Manage Containerized Services...
AWS re:Invent 2016: Develop, Build, Deploy, and Manage Containerized Services...
ย 
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
AWS re:Invent 2016: Accenture Cloud Platform Serverless Journey (ARC202)
ย 
Automating Security in Cloud Workloads with DevSecOps
Automating Security in Cloud Workloads with DevSecOps Automating Security in Cloud Workloads with DevSecOps
Automating Security in Cloud Workloads with DevSecOps
ย 
Deep Dive on Microservices and Amazon ECS
Deep Dive on Microservices and Amazon ECSDeep Dive on Microservices and Amazon ECS
Deep Dive on Microservices and Amazon ECS
ย 
Serverless Geospatial Mobile Apps with AWS
Serverless Geospatial Mobile Apps with AWSServerless Geospatial Mobile Apps with AWS
Serverless Geospatial Mobile Apps with AWS
ย 
Introduction to Container Management on AWS
Introduction to Container Management on AWSIntroduction to Container Management on AWS
Introduction to Container Management on AWS
ย 
Dev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWSDev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWS
ย 
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsDevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
ย 
AWS re:Invent 2016: Test and Debug Your Mobile Apps on Real Android and iOS D...
AWS re:Invent 2016: Test and Debug Your Mobile Apps on Real Android and iOS D...AWS re:Invent 2016: Test and Debug Your Mobile Apps on Real Android and iOS D...
AWS re:Invent 2016: Test and Debug Your Mobile Apps on Real Android and iOS D...
ย 
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
AWS re:Invent 2016: Monitoring, Hold the Infrastructure: Getting the Most fro...
ย 
Creating Your Virtual Data Center: VPC Fundamentals
Creating Your Virtual Data Center: VPC FundamentalsCreating Your Virtual Data Center: VPC Fundamentals
Creating Your Virtual Data Center: VPC Fundamentals
ย 
AWS re:Invent 2016: Automated DevOps and Continuous Delivery (DEV211)
AWS re:Invent 2016: Automated DevOps and Continuous Delivery (DEV211)AWS re:Invent 2016: Automated DevOps and Continuous Delivery (DEV211)
AWS re:Invent 2016: Automated DevOps and Continuous Delivery (DEV211)
ย 

Viewers also liked

AWS ํด๋ผ์šฐ๋“œ๋ฅผ ํ†ตํ•œ ์“ฐ๋‚˜๋ฏธ ์—ฐ๊ตฌ ์‚ฌ๋ก€: ๆ—ฅ์ธ„์˜ค๋Œ€ - AWS Summit Seoul 2017
AWS ํด๋ผ์šฐ๋“œ๋ฅผ ํ†ตํ•œ ์“ฐ๋‚˜๋ฏธ ์—ฐ๊ตฌ ์‚ฌ๋ก€: ๆ—ฅ์ธ„์˜ค๋Œ€ - AWS Summit Seoul 2017AWS ํด๋ผ์šฐ๋“œ๋ฅผ ํ†ตํ•œ ์“ฐ๋‚˜๋ฏธ ์—ฐ๊ตฌ ์‚ฌ๋ก€: ๆ—ฅ์ธ„์˜ค๋Œ€ - AWS Summit Seoul 2017
AWS ํด๋ผ์šฐ๋“œ๋ฅผ ํ†ตํ•œ ์“ฐ๋‚˜๋ฏธ ์—ฐ๊ตฌ ์‚ฌ๋ก€: ๆ—ฅ์ธ„์˜ค๋Œ€ - AWS Summit Seoul 2017
Amazon Web Services Korea
ย 
AWS ๊ธฐ๋ฐ˜ ์Šค๋งˆํŠธ์‹œํ‹ฐ ์ œ์–ธ ๋ฐ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
AWS ๊ธฐ๋ฐ˜ ์Šค๋งˆํŠธ์‹œํ‹ฐ ์ œ์–ธ ๋ฐ ์‚ฌ๋ก€ - AWS Summit Seoul 2017AWS ๊ธฐ๋ฐ˜ ์Šค๋งˆํŠธ์‹œํ‹ฐ ์ œ์–ธ ๋ฐ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
AWS ๊ธฐ๋ฐ˜ ์Šค๋งˆํŠธ์‹œํ‹ฐ ์ œ์–ธ ๋ฐ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
Amazon Web Services Korea
ย 
AWS๋กœ ์‚ฌ์šฉ์ž ์ฒœ๋งŒ๋ช… ์„œ๋น„์Šค ๋งŒ๋“ค๊ธฐ - ์œค์„์ฐฌ (AWS ํ…Œํฌ์—๋ฐ˜์ ค๋ฆฌ์ŠคํŠธ) :: AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ 2015
AWS๋กœ ์‚ฌ์šฉ์ž ์ฒœ๋งŒ๋ช… ์„œ๋น„์Šค ๋งŒ๋“ค๊ธฐ - ์œค์„์ฐฌ (AWS ํ…Œํฌ์—๋ฐ˜์ ค๋ฆฌ์ŠคํŠธ) :: AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ 2015AWS๋กœ ์‚ฌ์šฉ์ž ์ฒœ๋งŒ๋ช… ์„œ๋น„์Šค ๋งŒ๋“ค๊ธฐ - ์œค์„์ฐฌ (AWS ํ…Œํฌ์—๋ฐ˜์ ค๋ฆฌ์ŠคํŠธ) :: AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ 2015
AWS๋กœ ์‚ฌ์šฉ์ž ์ฒœ๋งŒ๋ช… ์„œ๋น„์Šค ๋งŒ๋“ค๊ธฐ - ์œค์„์ฐฌ (AWS ํ…Œํฌ์—๋ฐ˜์ ค๋ฆฌ์ŠคํŠธ) :: AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ 2015
Amazon Web Services Korea
ย 
AWS CLOUD 2017 - AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๋น„์ฆˆ๋‹ˆ์Šค ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋„์ž…ํ•˜๊ธฐ (์ž„ํ˜์šฉ ๋งค๋‹ˆ์ €)
AWS CLOUD 2017 - AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๋น„์ฆˆ๋‹ˆ์Šค ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋„์ž…ํ•˜๊ธฐ (์ž„ํ˜์šฉ ๋งค๋‹ˆ์ €)AWS CLOUD 2017 - AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๋น„์ฆˆ๋‹ˆ์Šค ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋„์ž…ํ•˜๊ธฐ (์ž„ํ˜์šฉ ๋งค๋‹ˆ์ €)
AWS CLOUD 2017 - AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๋น„์ฆˆ๋‹ˆ์Šค ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋„์ž…ํ•˜๊ธฐ (์ž„ํ˜์šฉ ๋งค๋‹ˆ์ €)
Amazon Web Services Korea
ย 
ํด๋ผ์šฐ๋“œ ๋‰ด๋…ธ๋ฉ€ ์‹œ๋Œ€์˜ ๊ธ€๋กœ๋ฒŒ ํ˜์‹  ๊ธฐ์—…๋“ค์˜ ๋””์ง€ํ„ธ ํŠธ๋žœ์Šคํฌ๋ฉ”์ด์…˜ :: ์ •์šฐ์ง„ ์ด์‚ฌ
ํด๋ผ์šฐ๋“œ ๋‰ด๋…ธ๋ฉ€ ์‹œ๋Œ€์˜ ๊ธ€๋กœ๋ฒŒ ํ˜์‹  ๊ธฐ์—…๋“ค์˜ ๋””์ง€ํ„ธ ํŠธ๋žœ์Šคํฌ๋ฉ”์ด์…˜ :: ์ •์šฐ์ง„ ์ด์‚ฌํด๋ผ์šฐ๋“œ ๋‰ด๋…ธ๋ฉ€ ์‹œ๋Œ€์˜ ๊ธ€๋กœ๋ฒŒ ํ˜์‹  ๊ธฐ์—…๋“ค์˜ ๋””์ง€ํ„ธ ํŠธ๋žœ์Šคํฌ๋ฉ”์ด์…˜ :: ์ •์šฐ์ง„ ์ด์‚ฌ
ํด๋ผ์šฐ๋“œ ๋‰ด๋…ธ๋ฉ€ ์‹œ๋Œ€์˜ ๊ธ€๋กœ๋ฒŒ ํ˜์‹  ๊ธฐ์—…๋“ค์˜ ๋””์ง€ํ„ธ ํŠธ๋žœ์Šคํฌ๋ฉ”์ด์…˜ :: ์ •์šฐ์ง„ ์ด์‚ฌ
Amazon Web Services Korea
ย 
IGAWorks, ํ˜ผ์ž์„œ 2์ฃผ์ผ๋งŒ์— ์„œ๋น„์Šค ๋ก ์นญํ•˜๊ธฐ -๋ฐฑ์ •์ƒ ํŒ€์žฅ :: AWS ํŒŒํŠธ๋„ˆ ํ…Œํฌ์‹œํ”„ํŠธ ์„ธ๋ฏธ๋‚˜
IGAWorks, ํ˜ผ์ž์„œ 2์ฃผ์ผ๋งŒ์— ์„œ๋น„์Šค ๋ก ์นญํ•˜๊ธฐ -๋ฐฑ์ •์ƒ ํŒ€์žฅ :: AWS ํŒŒํŠธ๋„ˆ ํ…Œํฌ์‹œํ”„ํŠธ ์„ธ๋ฏธ๋‚˜ IGAWorks, ํ˜ผ์ž์„œ 2์ฃผ์ผ๋งŒ์— ์„œ๋น„์Šค ๋ก ์นญํ•˜๊ธฐ -๋ฐฑ์ •์ƒ ํŒ€์žฅ :: AWS ํŒŒํŠธ๋„ˆ ํ…Œํฌ์‹œํ”„ํŠธ ์„ธ๋ฏธ๋‚˜
IGAWorks, ํ˜ผ์ž์„œ 2์ฃผ์ผ๋งŒ์— ์„œ๋น„์Šค ๋ก ์นญํ•˜๊ธฐ -๋ฐฑ์ •์ƒ ํŒ€์žฅ :: AWS ํŒŒํŠธ๋„ˆ ํ…Œํฌ์‹œํ”„ํŠธ ์„ธ๋ฏธ๋‚˜
Amazon Web Services Korea
ย 
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ๋ฅผ ์œ„ํ•œ AWS ์ง€์› ๋ฐ ์‚ฌ๋ก€ (์„œ์ˆ˜์˜) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ๋ฅผ ์œ„ํ•œ AWS ์ง€์› ๋ฐ ์‚ฌ๋ก€ (์„œ์ˆ˜์˜) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ๋ฅผ ์œ„ํ•œ AWS ์ง€์› ๋ฐ ์‚ฌ๋ก€ (์„œ์ˆ˜์˜) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ๋ฅผ ์œ„ํ•œ AWS ์ง€์› ๋ฐ ์‚ฌ๋ก€ (์„œ์ˆ˜์˜) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
Amazon Web Services Korea
ย 
AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์Šคํƒ€ํŠธ์—…์˜ ์„ฑ์žฅ๊ณก์„  (์œค์„์ฐฌ)- ํด๋ผ์šฐ๋“œ ํƒœ๊ถŒ 2015
AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์Šคํƒ€ํŠธ์—…์˜ ์„ฑ์žฅ๊ณก์„  (์œค์„์ฐฌ)- ํด๋ผ์šฐ๋“œ ํƒœ๊ถŒ 2015AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์Šคํƒ€ํŠธ์—…์˜ ์„ฑ์žฅ๊ณก์„  (์œค์„์ฐฌ)- ํด๋ผ์šฐ๋“œ ํƒœ๊ถŒ 2015
AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์Šคํƒ€ํŠธ์—…์˜ ์„ฑ์žฅ๊ณก์„  (์œค์„์ฐฌ)- ํด๋ผ์šฐ๋“œ ํƒœ๊ถŒ 2015
Amazon Web Services Korea
ย 
Gaming on AWS - 5rocks on AWS
Gaming on AWS - 5rocks on AWSGaming on AWS - 5rocks on AWS
Gaming on AWS - 5rocks on AWS
Amazon Web Services Korea
ย 
AWS ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ์„œ๋น„์Šค ๊ฐœ๋ฐœ ๋ฐ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
AWS ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ์„œ๋น„์Šค ๊ฐœ๋ฐœ ๋ฐ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017AWS ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ์„œ๋น„์Šค ๊ฐœ๋ฐœ ๋ฐ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
AWS ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ์„œ๋น„์Šค ๊ฐœ๋ฐœ ๋ฐ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
Amazon Web Services Korea
ย 
๊ณ ๊ธ‰ ํด๋ผ์šฐ๋“œ ์•„ํ‚คํ…์ฒ˜ ๋ฐฉ๋ฒ•๋ก - ์–‘์Šน๋„ ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ:: AWS Cloud Track 2 Advanced
๊ณ ๊ธ‰ ํด๋ผ์šฐ๋“œ ์•„ํ‚คํ…์ฒ˜ ๋ฐฉ๋ฒ•๋ก - ์–‘์Šน๋„ ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ:: AWS Cloud Track 2 Advanced๊ณ ๊ธ‰ ํด๋ผ์šฐ๋“œ ์•„ํ‚คํ…์ฒ˜ ๋ฐฉ๋ฒ•๋ก - ์–‘์Šน๋„ ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ:: AWS Cloud Track 2 Advanced
๊ณ ๊ธ‰ ํด๋ผ์šฐ๋“œ ์•„ํ‚คํ…์ฒ˜ ๋ฐฉ๋ฒ•๋ก - ์–‘์Šน๋„ ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ:: AWS Cloud Track 2 Advanced
Amazon Web Services Korea
ย 
์†Œํ”„ํŠธ์›จ์–ด ๊ธฐ๋ฐ˜์˜ ๋น„๋””์˜ค ์ฒ˜๋ฆฌ ๊ธฐ์ˆ ์„ ํ†ตํ•œ ํ™•์žฅ์„ฑ ๋ฐ ๋น„์šฉ ์ ˆ๊ฐ ์‚ฌ๋ก€ :: Elemental Technologies :: AWS Medi...
์†Œํ”„ํŠธ์›จ์–ด ๊ธฐ๋ฐ˜์˜ ๋น„๋””์˜ค ์ฒ˜๋ฆฌ ๊ธฐ์ˆ ์„  ํ†ตํ•œ ํ™•์žฅ์„ฑ ๋ฐ ๋น„์šฉ ์ ˆ๊ฐ ์‚ฌ๋ก€ :: Elemental Technologies :: AWS Medi...์†Œํ”„ํŠธ์›จ์–ด ๊ธฐ๋ฐ˜์˜ ๋น„๋””์˜ค ์ฒ˜๋ฆฌ ๊ธฐ์ˆ ์„  ํ†ตํ•œ ํ™•์žฅ์„ฑ ๋ฐ ๋น„์šฉ ์ ˆ๊ฐ ์‚ฌ๋ก€ :: Elemental Technologies :: AWS Medi...
์†Œํ”„ํŠธ์›จ์–ด ๊ธฐ๋ฐ˜์˜ ๋น„๋””์˜ค ์ฒ˜๋ฆฌ ๊ธฐ์ˆ ์„ ํ†ตํ•œ ํ™•์žฅ์„ฑ ๋ฐ ๋น„์šฉ ์ ˆ๊ฐ ์‚ฌ๋ก€ :: Elemental Technologies :: AWS Medi...
Amazon Web Services Korea
ย 
์ค‘๊ตญ์—์„œ์˜ AWS ํ™œ์šฉ ํ˜„ํ™ฉ ๋ฐ ์œ ์ €๊ทธ๋ฃน ํ™œ๋™ - AWS Summit Seoul 2017
์ค‘๊ตญ์—์„œ์˜ AWS ํ™œ์šฉ ํ˜„ํ™ฉ ๋ฐ ์œ ์ €๊ทธ๋ฃน ํ™œ๋™ - AWS Summit Seoul 2017์ค‘๊ตญ์—์„œ์˜ AWS ํ™œ์šฉ ํ˜„ํ™ฉ ๋ฐ ์œ ์ €๊ทธ๋ฃน ํ™œ๋™ - AWS Summit Seoul 2017
์ค‘๊ตญ์—์„œ์˜ AWS ํ™œ์šฉ ํ˜„ํ™ฉ ๋ฐ ์œ ์ €๊ทธ๋ฃน ํ™œ๋™ - AWS Summit Seoul 2017
Amazon Web Services Korea
ย 
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๊ธฐ์ˆ  ์ง€์›์„ ํ†ตํ•œ ํšจ์œจ์ ์ธ ํด๋ผ์šฐ๋“œ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๊ธฐ์ˆ  ์ง€์›์„ ํ†ตํ•œ ํšจ์œจ์ ์ธ ํด๋ผ์šฐ๋“œ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๊ธฐ์ˆ  ์ง€์›์„ ํ†ตํ•œ ํšจ์œจ์ ์ธ ํด๋ผ์šฐ๋“œ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๊ธฐ์ˆ  ์ง€์›์„ ํ†ตํ•œ ํšจ์œจ์ ์ธ ํด๋ผ์šฐ๋“œ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
Amazon Web Services Korea
ย 
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด ๊ฐ€์ง€ (์ •์šฐ๊ทผ) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด ๊ฐ€์ง€ (์ •์šฐ๊ทผ) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆAWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด ๊ฐ€์ง€ (์ •์šฐ๊ทผ) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด ๊ฐ€์ง€ (์ •์šฐ๊ทผ) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
Amazon Web Services Korea
ย 
AWS๋ฅผ ์ด์šฉํ•ด์„œ ๋‚˜๋งŒ์˜ ๊ธ€๋กœ๋ฒŒ ์ธํ„ฐ๋„ท ๋ฐฉ์†ก๊ตญ ๋งŒ๋“ค๊ธฐ :: ์ด์ƒ์˜ค :: AWS Summit Seoul 2016
AWS๋ฅผ ์ด์šฉํ•ด์„œ ๋‚˜๋งŒ์˜ ๊ธ€๋กœ๋ฒŒ ์ธํ„ฐ๋„ท ๋ฐฉ์†ก๊ตญ ๋งŒ๋“ค๊ธฐ :: ์ด์ƒ์˜ค :: AWS Summit Seoul 2016AWS๋ฅผ ์ด์šฉํ•ด์„œ ๋‚˜๋งŒ์˜ ๊ธ€๋กœ๋ฒŒ ์ธํ„ฐ๋„ท ๋ฐฉ์†ก๊ตญ ๋งŒ๋“ค๊ธฐ :: ์ด์ƒ์˜ค :: AWS Summit Seoul 2016
AWS๋ฅผ ์ด์šฉํ•ด์„œ ๋‚˜๋งŒ์˜ ๊ธ€๋กœ๋ฒŒ ์ธํ„ฐ๋„ท ๋ฐฉ์†ก๊ตญ ๋งŒ๋“ค๊ธฐ :: ์ด์ƒ์˜ค :: AWS Summit Seoul 2016
Amazon Web Services Korea
ย 
[๋ฐฑ์„œ ์š”์•ฝ] Building a Real-Time Bidding Platform on AWS
[๋ฐฑ์„œ ์š”์•ฝ] Building a Real-Time Bidding Platform on AWS[๋ฐฑ์„œ ์š”์•ฝ] Building a Real-Time Bidding Platform on AWS
[๋ฐฑ์„œ ์š”์•ฝ] Building a Real-Time Bidding Platform on AWS
Amazon Web Services Korea
ย 
20160503 Amazed by AWS | Tips about Performance on AWS
20160503 Amazed by AWS | Tips about Performance on AWS20160503 Amazed by AWS | Tips about Performance on AWS
20160503 Amazed by AWS | Tips about Performance on AWS
Amazon Web Services Korea
ย 
AWS ๊ธฐ๋ฐ˜ ๋ฌธ์„œ์ค‘์•™ํ™” ์†”๋ฃจ์…˜ ๊ตฌ์ถ• ๋ฐฉ์•ˆ::์ด๋•์žฌ::AWS Summit Seoul 2016
AWS ๊ธฐ๋ฐ˜ ๋ฌธ์„œ์ค‘์•™ํ™” ์†”๋ฃจ์…˜ ๊ตฌ์ถ• ๋ฐฉ์•ˆ::์ด๋•์žฌ::AWS Summit Seoul 2016AWS ๊ธฐ๋ฐ˜ ๋ฌธ์„œ์ค‘์•™ํ™” ์†”๋ฃจ์…˜ ๊ตฌ์ถ• ๋ฐฉ์•ˆ::์ด๋•์žฌ::AWS Summit Seoul 2016
AWS ๊ธฐ๋ฐ˜ ๋ฌธ์„œ์ค‘์•™ํ™” ์†”๋ฃจ์…˜ ๊ตฌ์ถ• ๋ฐฉ์•ˆ::์ด๋•์žฌ::AWS Summit Seoul 2016
Amazon Web Services Korea
ย 
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด๊ฐ€์ง€ - ์ •์šฐ๊ทผ ๋งค๋‹ˆ์ €:: AWS Cloud Track 1 Intro
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด๊ฐ€์ง€ - ์ •์šฐ๊ทผ ๋งค๋‹ˆ์ €:: AWS Cloud Track 1 IntroAWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด๊ฐ€์ง€ - ์ •์šฐ๊ทผ ๋งค๋‹ˆ์ €:: AWS Cloud Track 1 Intro
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด๊ฐ€์ง€ - ์ •์šฐ๊ทผ ๋งค๋‹ˆ์ €:: AWS Cloud Track 1 Intro
Amazon Web Services Korea
ย 

Viewers also liked (20)

AWS ํด๋ผ์šฐ๋“œ๋ฅผ ํ†ตํ•œ ์“ฐ๋‚˜๋ฏธ ์—ฐ๊ตฌ ์‚ฌ๋ก€: ๆ—ฅ์ธ„์˜ค๋Œ€ - AWS Summit Seoul 2017
AWS ํด๋ผ์šฐ๋“œ๋ฅผ ํ†ตํ•œ ์“ฐ๋‚˜๋ฏธ ์—ฐ๊ตฌ ์‚ฌ๋ก€: ๆ—ฅ์ธ„์˜ค๋Œ€ - AWS Summit Seoul 2017AWS ํด๋ผ์šฐ๋“œ๋ฅผ ํ†ตํ•œ ์“ฐ๋‚˜๋ฏธ ์—ฐ๊ตฌ ์‚ฌ๋ก€: ๆ—ฅ์ธ„์˜ค๋Œ€ - AWS Summit Seoul 2017
AWS ํด๋ผ์šฐ๋“œ๋ฅผ ํ†ตํ•œ ์“ฐ๋‚˜๋ฏธ ์—ฐ๊ตฌ ์‚ฌ๋ก€: ๆ—ฅ์ธ„์˜ค๋Œ€ - AWS Summit Seoul 2017
ย 
AWS ๊ธฐ๋ฐ˜ ์Šค๋งˆํŠธ์‹œํ‹ฐ ์ œ์–ธ ๋ฐ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
AWS ๊ธฐ๋ฐ˜ ์Šค๋งˆํŠธ์‹œํ‹ฐ ์ œ์–ธ ๋ฐ ์‚ฌ๋ก€ - AWS Summit Seoul 2017AWS ๊ธฐ๋ฐ˜ ์Šค๋งˆํŠธ์‹œํ‹ฐ ์ œ์–ธ ๋ฐ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
AWS ๊ธฐ๋ฐ˜ ์Šค๋งˆํŠธ์‹œํ‹ฐ ์ œ์–ธ ๋ฐ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
ย 
AWS๋กœ ์‚ฌ์šฉ์ž ์ฒœ๋งŒ๋ช… ์„œ๋น„์Šค ๋งŒ๋“ค๊ธฐ - ์œค์„์ฐฌ (AWS ํ…Œํฌ์—๋ฐ˜์ ค๋ฆฌ์ŠคํŠธ) :: AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ 2015
AWS๋กœ ์‚ฌ์šฉ์ž ์ฒœ๋งŒ๋ช… ์„œ๋น„์Šค ๋งŒ๋“ค๊ธฐ - ์œค์„์ฐฌ (AWS ํ…Œํฌ์—๋ฐ˜์ ค๋ฆฌ์ŠคํŠธ) :: AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ 2015AWS๋กœ ์‚ฌ์šฉ์ž ์ฒœ๋งŒ๋ช… ์„œ๋น„์Šค ๋งŒ๋“ค๊ธฐ - ์œค์„์ฐฌ (AWS ํ…Œํฌ์—๋ฐ˜์ ค๋ฆฌ์ŠคํŠธ) :: AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ 2015
AWS๋กœ ์‚ฌ์šฉ์ž ์ฒœ๋งŒ๋ช… ์„œ๋น„์Šค ๋งŒ๋“ค๊ธฐ - ์œค์„์ฐฌ (AWS ํ…Œํฌ์—๋ฐ˜์ ค๋ฆฌ์ŠคํŠธ) :: AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ 2015
ย 
AWS CLOUD 2017 - AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๋น„์ฆˆ๋‹ˆ์Šค ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋„์ž…ํ•˜๊ธฐ (์ž„ํ˜์šฉ ๋งค๋‹ˆ์ €)
AWS CLOUD 2017 - AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๋น„์ฆˆ๋‹ˆ์Šค ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋„์ž…ํ•˜๊ธฐ (์ž„ํ˜์šฉ ๋งค๋‹ˆ์ €)AWS CLOUD 2017 - AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๋น„์ฆˆ๋‹ˆ์Šค ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋„์ž…ํ•˜๊ธฐ (์ž„ํ˜์šฉ ๋งค๋‹ˆ์ €)
AWS CLOUD 2017 - AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๋น„์ฆˆ๋‹ˆ์Šค ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๋„์ž…ํ•˜๊ธฐ (์ž„ํ˜์šฉ ๋งค๋‹ˆ์ €)
ย 
ํด๋ผ์šฐ๋“œ ๋‰ด๋…ธ๋ฉ€ ์‹œ๋Œ€์˜ ๊ธ€๋กœ๋ฒŒ ํ˜์‹  ๊ธฐ์—…๋“ค์˜ ๋””์ง€ํ„ธ ํŠธ๋žœ์Šคํฌ๋ฉ”์ด์…˜ :: ์ •์šฐ์ง„ ์ด์‚ฌ
ํด๋ผ์šฐ๋“œ ๋‰ด๋…ธ๋ฉ€ ์‹œ๋Œ€์˜ ๊ธ€๋กœ๋ฒŒ ํ˜์‹  ๊ธฐ์—…๋“ค์˜ ๋””์ง€ํ„ธ ํŠธ๋žœ์Šคํฌ๋ฉ”์ด์…˜ :: ์ •์šฐ์ง„ ์ด์‚ฌํด๋ผ์šฐ๋“œ ๋‰ด๋…ธ๋ฉ€ ์‹œ๋Œ€์˜ ๊ธ€๋กœ๋ฒŒ ํ˜์‹  ๊ธฐ์—…๋“ค์˜ ๋””์ง€ํ„ธ ํŠธ๋žœ์Šคํฌ๋ฉ”์ด์…˜ :: ์ •์šฐ์ง„ ์ด์‚ฌ
ํด๋ผ์šฐ๋“œ ๋‰ด๋…ธ๋ฉ€ ์‹œ๋Œ€์˜ ๊ธ€๋กœ๋ฒŒ ํ˜์‹  ๊ธฐ์—…๋“ค์˜ ๋””์ง€ํ„ธ ํŠธ๋žœ์Šคํฌ๋ฉ”์ด์…˜ :: ์ •์šฐ์ง„ ์ด์‚ฌ
ย 
IGAWorks, ํ˜ผ์ž์„œ 2์ฃผ์ผ๋งŒ์— ์„œ๋น„์Šค ๋ก ์นญํ•˜๊ธฐ -๋ฐฑ์ •์ƒ ํŒ€์žฅ :: AWS ํŒŒํŠธ๋„ˆ ํ…Œํฌ์‹œํ”„ํŠธ ์„ธ๋ฏธ๋‚˜
IGAWorks, ํ˜ผ์ž์„œ 2์ฃผ์ผ๋งŒ์— ์„œ๋น„์Šค ๋ก ์นญํ•˜๊ธฐ -๋ฐฑ์ •์ƒ ํŒ€์žฅ :: AWS ํŒŒํŠธ๋„ˆ ํ…Œํฌ์‹œํ”„ํŠธ ์„ธ๋ฏธ๋‚˜ IGAWorks, ํ˜ผ์ž์„œ 2์ฃผ์ผ๋งŒ์— ์„œ๋น„์Šค ๋ก ์นญํ•˜๊ธฐ -๋ฐฑ์ •์ƒ ํŒ€์žฅ :: AWS ํŒŒํŠธ๋„ˆ ํ…Œํฌ์‹œํ”„ํŠธ ์„ธ๋ฏธ๋‚˜
IGAWorks, ํ˜ผ์ž์„œ 2์ฃผ์ผ๋งŒ์— ์„œ๋น„์Šค ๋ก ์นญํ•˜๊ธฐ -๋ฐฑ์ •์ƒ ํŒ€์žฅ :: AWS ํŒŒํŠธ๋„ˆ ํ…Œํฌ์‹œํ”„ํŠธ ์„ธ๋ฏธ๋‚˜
ย 
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ๋ฅผ ์œ„ํ•œ AWS ์ง€์› ๋ฐ ์‚ฌ๋ก€ (์„œ์ˆ˜์˜) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ๋ฅผ ์œ„ํ•œ AWS ์ง€์› ๋ฐ ์‚ฌ๋ก€ (์„œ์ˆ˜์˜) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ์—”ํ„ฐํ”„๋ผ์ด์ฆˆ๋ฅผ ์œ„ํ•œ AWS ์ง€์› ๋ฐ ์‚ฌ๋ก€ (์„œ์ˆ˜์˜) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ๋ฅผ ์œ„ํ•œ AWS ์ง€์› ๋ฐ ์‚ฌ๋ก€ (์„œ์ˆ˜์˜) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
ย 
AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์Šคํƒ€ํŠธ์—…์˜ ์„ฑ์žฅ๊ณก์„  (์œค์„์ฐฌ)- ํด๋ผ์šฐ๋“œ ํƒœ๊ถŒ 2015
AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์Šคํƒ€ํŠธ์—…์˜ ์„ฑ์žฅ๊ณก์„  (์œค์„์ฐฌ)- ํด๋ผ์šฐ๋“œ ํƒœ๊ถŒ 2015AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์Šคํƒ€ํŠธ์—…์˜ ์„ฑ์žฅ๊ณก์„  (์œค์„์ฐฌ)- ํด๋ผ์šฐ๋“œ ํƒœ๊ถŒ 2015
AWS์™€ ํ•จ๊ป˜ํ•˜๋Š” ์Šคํƒ€ํŠธ์—…์˜ ์„ฑ์žฅ๊ณก์„  (์œค์„์ฐฌ)- ํด๋ผ์šฐ๋“œ ํƒœ๊ถŒ 2015
ย 
Gaming on AWS - 5rocks on AWS
Gaming on AWS - 5rocks on AWSGaming on AWS - 5rocks on AWS
Gaming on AWS - 5rocks on AWS
ย 
AWS ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ์„œ๋น„์Šค ๊ฐœ๋ฐœ ๋ฐ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
AWS ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ์„œ๋น„์Šค ๊ฐœ๋ฐœ ๋ฐ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017AWS ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ์„œ๋น„์Šค ๊ฐœ๋ฐœ ๋ฐ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
AWS ๊ธฐ๋ฐ˜ ์‹ค์‹œ๊ฐ„ ์„œ๋น„์Šค ๊ฐœ๋ฐœ ๋ฐ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
ย 
๊ณ ๊ธ‰ ํด๋ผ์šฐ๋“œ ์•„ํ‚คํ…์ฒ˜ ๋ฐฉ๋ฒ•๋ก - ์–‘์Šน๋„ ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ:: AWS Cloud Track 2 Advanced
๊ณ ๊ธ‰ ํด๋ผ์šฐ๋“œ ์•„ํ‚คํ…์ฒ˜ ๋ฐฉ๋ฒ•๋ก - ์–‘์Šน๋„ ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ:: AWS Cloud Track 2 Advanced๊ณ ๊ธ‰ ํด๋ผ์šฐ๋“œ ์•„ํ‚คํ…์ฒ˜ ๋ฐฉ๋ฒ•๋ก - ์–‘์Šน๋„ ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ:: AWS Cloud Track 2 Advanced
๊ณ ๊ธ‰ ํด๋ผ์šฐ๋“œ ์•„ํ‚คํ…์ฒ˜ ๋ฐฉ๋ฒ•๋ก - ์–‘์Šน๋„ ์†”๋ฃจ์…˜์ฆˆ ์•„ํ‚คํ…ํŠธ:: AWS Cloud Track 2 Advanced
ย 
์†Œํ”„ํŠธ์›จ์–ด ๊ธฐ๋ฐ˜์˜ ๋น„๋””์˜ค ์ฒ˜๋ฆฌ ๊ธฐ์ˆ ์„ ํ†ตํ•œ ํ™•์žฅ์„ฑ ๋ฐ ๋น„์šฉ ์ ˆ๊ฐ ์‚ฌ๋ก€ :: Elemental Technologies :: AWS Medi...
์†Œํ”„ํŠธ์›จ์–ด ๊ธฐ๋ฐ˜์˜ ๋น„๋””์˜ค ์ฒ˜๋ฆฌ ๊ธฐ์ˆ ์„  ํ†ตํ•œ ํ™•์žฅ์„ฑ ๋ฐ ๋น„์šฉ ์ ˆ๊ฐ ์‚ฌ๋ก€ :: Elemental Technologies :: AWS Medi...์†Œํ”„ํŠธ์›จ์–ด ๊ธฐ๋ฐ˜์˜ ๋น„๋””์˜ค ์ฒ˜๋ฆฌ ๊ธฐ์ˆ ์„  ํ†ตํ•œ ํ™•์žฅ์„ฑ ๋ฐ ๋น„์šฉ ์ ˆ๊ฐ ์‚ฌ๋ก€ :: Elemental Technologies :: AWS Medi...
์†Œํ”„ํŠธ์›จ์–ด ๊ธฐ๋ฐ˜์˜ ๋น„๋””์˜ค ์ฒ˜๋ฆฌ ๊ธฐ์ˆ ์„ ํ†ตํ•œ ํ™•์žฅ์„ฑ ๋ฐ ๋น„์šฉ ์ ˆ๊ฐ ์‚ฌ๋ก€ :: Elemental Technologies :: AWS Medi...
ย 
์ค‘๊ตญ์—์„œ์˜ AWS ํ™œ์šฉ ํ˜„ํ™ฉ ๋ฐ ์œ ์ €๊ทธ๋ฃน ํ™œ๋™ - AWS Summit Seoul 2017
์ค‘๊ตญ์—์„œ์˜ AWS ํ™œ์šฉ ํ˜„ํ™ฉ ๋ฐ ์œ ์ €๊ทธ๋ฃน ํ™œ๋™ - AWS Summit Seoul 2017์ค‘๊ตญ์—์„œ์˜ AWS ํ™œ์šฉ ํ˜„ํ™ฉ ๋ฐ ์œ ์ €๊ทธ๋ฃน ํ™œ๋™ - AWS Summit Seoul 2017
์ค‘๊ตญ์—์„œ์˜ AWS ํ™œ์šฉ ํ˜„ํ™ฉ ๋ฐ ์œ ์ €๊ทธ๋ฃน ํ™œ๋™ - AWS Summit Seoul 2017
ย 
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๊ธฐ์ˆ  ์ง€์›์„ ํ†ตํ•œ ํšจ์œจ์ ์ธ ํด๋ผ์šฐ๋“œ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๊ธฐ์ˆ  ์ง€์›์„ ํ†ตํ•œ ํšจ์œจ์ ์ธ ํด๋ผ์šฐ๋“œ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๊ธฐ์ˆ  ์ง€์›์„ ํ†ตํ•œ ํšจ์œจ์ ์ธ ํด๋ผ์šฐ๋“œ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
์—”ํ„ฐํ”„๋ผ์ด์ฆˆ ๊ธฐ์ˆ  ์ง€์›์„ ํ†ตํ•œ ํšจ์œจ์ ์ธ ํด๋ผ์šฐ๋“œ ์šด์˜ ์‚ฌ๋ก€ - AWS Summit Seoul 2017
ย 
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด ๊ฐ€์ง€ (์ •์šฐ๊ทผ) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด ๊ฐ€์ง€ (์ •์šฐ๊ทผ) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆAWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด ๊ฐ€์ง€ (์ •์šฐ๊ทผ) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด ๊ฐ€์ง€ (์ •์šฐ๊ทผ) - AWS ์›จ๋น„๋‚˜ ์‹œ๋ฆฌ์ฆˆ
ย 
AWS๋ฅผ ์ด์šฉํ•ด์„œ ๋‚˜๋งŒ์˜ ๊ธ€๋กœ๋ฒŒ ์ธํ„ฐ๋„ท ๋ฐฉ์†ก๊ตญ ๋งŒ๋“ค๊ธฐ :: ์ด์ƒ์˜ค :: AWS Summit Seoul 2016
AWS๋ฅผ ์ด์šฉํ•ด์„œ ๋‚˜๋งŒ์˜ ๊ธ€๋กœ๋ฒŒ ์ธํ„ฐ๋„ท ๋ฐฉ์†ก๊ตญ ๋งŒ๋“ค๊ธฐ :: ์ด์ƒ์˜ค :: AWS Summit Seoul 2016AWS๋ฅผ ์ด์šฉํ•ด์„œ ๋‚˜๋งŒ์˜ ๊ธ€๋กœ๋ฒŒ ์ธํ„ฐ๋„ท ๋ฐฉ์†ก๊ตญ ๋งŒ๋“ค๊ธฐ :: ์ด์ƒ์˜ค :: AWS Summit Seoul 2016
AWS๋ฅผ ์ด์šฉํ•ด์„œ ๋‚˜๋งŒ์˜ ๊ธ€๋กœ๋ฒŒ ์ธํ„ฐ๋„ท ๋ฐฉ์†ก๊ตญ ๋งŒ๋“ค๊ธฐ :: ์ด์ƒ์˜ค :: AWS Summit Seoul 2016
ย 
[๋ฐฑ์„œ ์š”์•ฝ] Building a Real-Time Bidding Platform on AWS
[๋ฐฑ์„œ ์š”์•ฝ] Building a Real-Time Bidding Platform on AWS[๋ฐฑ์„œ ์š”์•ฝ] Building a Real-Time Bidding Platform on AWS
[๋ฐฑ์„œ ์š”์•ฝ] Building a Real-Time Bidding Platform on AWS
ย 
20160503 Amazed by AWS | Tips about Performance on AWS
20160503 Amazed by AWS | Tips about Performance on AWS20160503 Amazed by AWS | Tips about Performance on AWS
20160503 Amazed by AWS | Tips about Performance on AWS
ย 
AWS ๊ธฐ๋ฐ˜ ๋ฌธ์„œ์ค‘์•™ํ™” ์†”๋ฃจ์…˜ ๊ตฌ์ถ• ๋ฐฉ์•ˆ::์ด๋•์žฌ::AWS Summit Seoul 2016
AWS ๊ธฐ๋ฐ˜ ๋ฌธ์„œ์ค‘์•™ํ™” ์†”๋ฃจ์…˜ ๊ตฌ์ถ• ๋ฐฉ์•ˆ::์ด๋•์žฌ::AWS Summit Seoul 2016AWS ๊ธฐ๋ฐ˜ ๋ฌธ์„œ์ค‘์•™ํ™” ์†”๋ฃจ์…˜ ๊ตฌ์ถ• ๋ฐฉ์•ˆ::์ด๋•์žฌ::AWS Summit Seoul 2016
AWS ๊ธฐ๋ฐ˜ ๋ฌธ์„œ์ค‘์•™ํ™” ์†”๋ฃจ์…˜ ๊ตฌ์ถ• ๋ฐฉ์•ˆ::์ด๋•์žฌ::AWS Summit Seoul 2016
ย 
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด๊ฐ€์ง€ - ์ •์šฐ๊ทผ ๋งค๋‹ˆ์ €:: AWS Cloud Track 1 Intro
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด๊ฐ€์ง€ - ์ •์šฐ๊ทผ ๋งค๋‹ˆ์ €:: AWS Cloud Track 1 IntroAWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด๊ฐ€์ง€ - ์ •์šฐ๊ทผ ๋งค๋‹ˆ์ €:: AWS Cloud Track 1 Intro
AWS์— ๋Œ€ํ•ด ๊ฐ€์žฅ ๊ถ๊ธˆํ–ˆ๋˜ ์—ด๊ฐ€์ง€ - ์ •์šฐ๊ทผ ๋งค๋‹ˆ์ €:: AWS Cloud Track 1 Intro
ย 

Similar to AWS Innovate: Smart Deployment on AWS - Andy Kim

AWS CodeDeploy
AWS CodeDeployAWS CodeDeploy
AWS CodeDeploy
Amazon Web Services
ย 
Transforming Software Development
Transforming Software Development Transforming Software Development
Transforming Software Development
Amazon Web Services
ย 
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Amazon Web Services
ย 
Transforming Software Development
Transforming Software DevelopmentTransforming Software Development
Transforming Software Development
Amazon Web Services
ย 
AWS CodeDeploy
AWS CodeDeployAWS CodeDeploy
AWS CodeDeploy
Amazon Web Services
ย 
CI&CD on AWS - Meetup Roma Oct 2016
CI&CD on AWS - Meetup Roma Oct 2016CI&CD on AWS - Meetup Roma Oct 2016
CI&CD on AWS - Meetup Roma Oct 2016
Paolo latella
ย 
CI/CD on AWS: Deploy Everything All the Time | AWS Public Sector Summit 2016
CI/CD on AWS: Deploy Everything All the Time | AWS Public Sector Summit 2016CI/CD on AWS: Deploy Everything All the Time | AWS Public Sector Summit 2016
CI/CD on AWS: Deploy Everything All the Time | AWS Public Sector Summit 2016
Amazon Web Services
ย 
Continuous Deployment with Amazon Web Services
Continuous Deployment with Amazon Web ServicesContinuous Deployment with Amazon Web Services
Continuous Deployment with Amazon Web Services
Julien SIMON
ย 
AWS CodeDeploy: Manage Deployment Complexity
AWS CodeDeploy: Manage Deployment ComplexityAWS CodeDeploy: Manage Deployment Complexity
AWS CodeDeploy: Manage Deployment Complexity
Amazon Web Services
ย 
Transforming Software Development
Transforming Software DevelopmentTransforming Software Development
Transforming Software Development
Amazon Web Services
ย 
Accelerating Innovation with DevOps on AWS
Accelerating Innovation with DevOps on AWSAccelerating Innovation with DevOps on AWS
Accelerating Innovation with DevOps on AWS
Amazon Web Services
ย 
AWS CodeDeploy Getting Started
AWS CodeDeploy Getting StartedAWS CodeDeploy Getting Started
AWS CodeDeploy Getting Started
Amazon Web Services
ย 
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsDevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
Amazon Web Services
ย 
AWS Code{Commit,Deploy,Pipeline} (June 2016)
 AWS Code{Commit,Deploy,Pipeline} (June 2016) AWS Code{Commit,Deploy,Pipeline} (June 2016)
AWS Code{Commit,Deploy,Pipeline} (June 2016)
Julien SIMON
ย 
DevOps at Amazon: A Look at Our Tools and Processes by Matthew Trescot, Manag...
DevOps at Amazon: A Look at Our Tools and Processes by Matthew Trescot, Manag...DevOps at Amazon: A Look at Our Tools and Processes by Matthew Trescot, Manag...
DevOps at Amazon: A Look at Our Tools and Processes by Matthew Trescot, Manag...
Amazon Web Services
ย 
Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWSContinuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS
Amazon Web Services
ย 
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Amazon Web Services
ย 
Advanced Continuous Delivery on AWS
Advanced Continuous Delivery on AWSAdvanced Continuous Delivery on AWS
Advanced Continuous Delivery on AWS
Amazon Web Services
ย 
Day 3 - DevOps Culture - Continuous Integration & Continuous Deployment on th...
Day 3 - DevOps Culture - Continuous Integration & Continuous Deployment on th...Day 3 - DevOps Culture - Continuous Integration & Continuous Deployment on th...
Day 3 - DevOps Culture - Continuous Integration & Continuous Deployment on th...
Amazon Web Services
ย 
Increase Speed and Agility with Amazon Web Services
Increase Speed and Agility with Amazon Web ServicesIncrease Speed and Agility with Amazon Web Services
Increase Speed and Agility with Amazon Web Services
Amazon Web Services
ย 

Similar to AWS Innovate: Smart Deployment on AWS - Andy Kim (20)

AWS CodeDeploy
AWS CodeDeployAWS CodeDeploy
AWS CodeDeploy
ย 
Transforming Software Development
Transforming Software Development Transforming Software Development
Transforming Software Development
ย 
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
ย 
Transforming Software Development
Transforming Software DevelopmentTransforming Software Development
Transforming Software Development
ย 
AWS CodeDeploy
AWS CodeDeployAWS CodeDeploy
AWS CodeDeploy
ย 
CI&CD on AWS - Meetup Roma Oct 2016
CI&CD on AWS - Meetup Roma Oct 2016CI&CD on AWS - Meetup Roma Oct 2016
CI&CD on AWS - Meetup Roma Oct 2016
ย 
CI/CD on AWS: Deploy Everything All the Time | AWS Public Sector Summit 2016
CI/CD on AWS: Deploy Everything All the Time | AWS Public Sector Summit 2016CI/CD on AWS: Deploy Everything All the Time | AWS Public Sector Summit 2016
CI/CD on AWS: Deploy Everything All the Time | AWS Public Sector Summit 2016
ย 
Continuous Deployment with Amazon Web Services
Continuous Deployment with Amazon Web ServicesContinuous Deployment with Amazon Web Services
Continuous Deployment with Amazon Web Services
ย 
AWS CodeDeploy: Manage Deployment Complexity
AWS CodeDeploy: Manage Deployment ComplexityAWS CodeDeploy: Manage Deployment Complexity
AWS CodeDeploy: Manage Deployment Complexity
ย 
Transforming Software Development
Transforming Software DevelopmentTransforming Software Development
Transforming Software Development
ย 
Accelerating Innovation with DevOps on AWS
Accelerating Innovation with DevOps on AWSAccelerating Innovation with DevOps on AWS
Accelerating Innovation with DevOps on AWS
ย 
AWS CodeDeploy Getting Started
AWS CodeDeploy Getting StartedAWS CodeDeploy Getting Started
AWS CodeDeploy Getting Started
ย 
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsDevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
ย 
AWS Code{Commit,Deploy,Pipeline} (June 2016)
 AWS Code{Commit,Deploy,Pipeline} (June 2016) AWS Code{Commit,Deploy,Pipeline} (June 2016)
AWS Code{Commit,Deploy,Pipeline} (June 2016)
ย 
DevOps at Amazon: A Look at Our Tools and Processes by Matthew Trescot, Manag...
DevOps at Amazon: A Look at Our Tools and Processes by Matthew Trescot, Manag...DevOps at Amazon: A Look at Our Tools and Processes by Matthew Trescot, Manag...
DevOps at Amazon: A Look at Our Tools and Processes by Matthew Trescot, Manag...
ย 
Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWSContinuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS
ย 
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
ย 
Advanced Continuous Delivery on AWS
Advanced Continuous Delivery on AWSAdvanced Continuous Delivery on AWS
Advanced Continuous Delivery on AWS
ย 
Day 3 - DevOps Culture - Continuous Integration & Continuous Deployment on th...
Day 3 - DevOps Culture - Continuous Integration & Continuous Deployment on th...Day 3 - DevOps Culture - Continuous Integration & Continuous Deployment on th...
Day 3 - DevOps Culture - Continuous Integration & Continuous Deployment on th...
ย 
Increase Speed and Agility with Amazon Web Services
Increase Speed and Agility with Amazon Web ServicesIncrease Speed and Agility with Amazon Web Services
Increase Speed and Agility with Amazon Web Services
ย 

More from Amazon Web Services Korea

AWS Modern Infra with Storage Roadshow 2023 - Day 2
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 Korea
ย 
AWS Modern Infra with Storage Roadshow 2023 - Day 1
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 Korea
ย 
์‚ฌ๋ก€๋กœ ์•Œ์•„๋ณด๋Š” Database Migration Service : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ฐ ๋ฐ์ดํ„ฐ ์ด๊ด€, ํ†ตํ•ฉ, ๋ถ„๋ฆฌ, ๋ถ„์„์˜ ๋„๊ตฌ - ๋ฐœํ‘œ์ž: ...
์‚ฌ๋ก€๋กœ ์•Œ์•„๋ณด๋Š” Database Migration Service : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ฐ ๋ฐ์ดํ„ฐ ์ด๊ด€, ํ†ตํ•ฉ, ๋ถ„๋ฆฌ, ๋ถ„์„์˜ ๋„๊ตฌ - ๋ฐœํ‘œ์ž: ...์‚ฌ๋ก€๋กœ ์•Œ์•„๋ณด๋Š” Database Migration Service : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ฐ ๋ฐ์ดํ„ฐ ์ด๊ด€, ํ†ตํ•ฉ, ๋ถ„๋ฆฌ, ๋ถ„์„์˜ ๋„๊ตฌ - ๋ฐœํ‘œ์ž: ...
์‚ฌ๋ก€๋กœ ์•Œ์•„๋ณด๋Š” Database Migration Service : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ฐ ๋ฐ์ดํ„ฐ ์ด๊ด€, ํ†ตํ•ฉ, ๋ถ„๋ฆฌ, ๋ถ„์„์˜ ๋„๊ตฌ - ๋ฐœํ‘œ์ž: ...
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 DocumentDB - Architecture ๋ฐ Best Practice (Level 200) - ๋ฐœํ‘œ์ž: ์žฅ๋™ํ›ˆ, Sr. ...
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 Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
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...
Internal Architecture of Amazon Aurora (Level 400) - ๋ฐœํ‘œ์ž: ์ •๋‹ฌ์˜, APAC RDS Speci...
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...
[Keynote] ์Šฌ๊ธฐ๋กœ์šด AWS ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์„ ํƒํ•˜๊ธฐ - ๋ฐœํ‘œ์ž: ๊ฐ•๋ฏผ์„, Korea Database SA Manager, WWSO, A...
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 :::...
Demystify Streaming on AWS - ๋ฐœํ‘œ์ž: ์ด์ข…ํ˜, Sr Analytics Specialist, WWSO, AWS :::...
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 EMR - Enhancements on Cost/Performance, Serverless - ๋ฐœํ‘œ์ž: ๊น€๊ธฐ์˜, Sr Anal...
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 OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
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,...
Enabling Agility with Data Governance - ๋ฐœํ‘œ์ž: ๊น€์„ฑ์—ฐ, Analytics Specialist, WWSO,...
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 Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
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...
From Insights to Action, How to build and maintain a Data Driven Organization...
Amazon Web Services Korea
ย 
[Keynote] Accelerating Business Outcomes with AWS Data - ๋ฐœํ‘œ์ž: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - ๋ฐœํ‘œ์ž: Saeed Gharadagh...[Keynote] Accelerating Business Outcomes with AWS Data - ๋ฐœํ‘œ์ž: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - ๋ฐœํ‘œ์ž: Saeed Gharadagh...
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 DynamoDB - Use Cases and Cost Optimization - ๋ฐœํ‘œ์ž: ์ดํ˜, DynamoDB Special...
Amazon Web Services Korea
ย 
LG์ „์ž - Amazon Aurora ๋ฐ RDS ๋ธ”๋ฃจ/๊ทธ๋ฆฐ ๋ฐฐํฌ๋ฅผ ์ด์šฉํ•œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—…๊ทธ๋ ˆ์ด๋“œ ์•ˆ์ •์„ฑ ํ™•๋ณด - ๋ฐœํ‘œ์ž: ์ด์€๊ฒฝ ์ฑ…์ž„, L...
LG์ „์ž - Amazon Aurora ๋ฐ RDS ๋ธ”๋ฃจ/๊ทธ๋ฆฐ ๋ฐฐํฌ๋ฅผ ์ด์šฉํ•œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—…๊ทธ๋ ˆ์ด๋“œ ์•ˆ์ •์„ฑ ํ™•๋ณด - ๋ฐœํ‘œ์ž: ์ด์€๊ฒฝ ์ฑ…์ž„, L...LG์ „์ž - Amazon Aurora ๋ฐ RDS ๋ธ”๋ฃจ/๊ทธ๋ฆฐ ๋ฐฐํฌ๋ฅผ ์ด์šฉํ•œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—…๊ทธ๋ ˆ์ด๋“œ ์•ˆ์ •์„ฑ ํ™•๋ณด - ๋ฐœํ‘œ์ž: ์ด์€๊ฒฝ ์ฑ…์ž„, L...
LG์ „์ž - Amazon Aurora ๋ฐ RDS ๋ธ”๋ฃจ/๊ทธ๋ฆฐ ๋ฐฐํฌ๋ฅผ ์ด์šฉํ•œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—…๊ทธ๋ ˆ์ด๋“œ ์•ˆ์ •์„ฑ ํ™•๋ณด - ๋ฐœํ‘œ์ž: ์ด์€๊ฒฝ ์ฑ…์ž„, L...
Amazon Web Services Korea
ย 
KB๊ตญ๋ฏผ์นด๋“œ - ํด๋ผ์šฐ๋“œ ๊ธฐ๋ฐ˜ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ์—ฌ์ • - ๋ฐœํ‘œ์ž: ๋ฐ•์ฐฝ์šฉ ๊ณผ์žฅ, ๋ฐ์ดํ„ฐ์ „๋žต๋ณธ๋ถ€, AIํ˜์‹ ๋ถ€, KB์นด๋“œโ”‚๊ฐ•๋ณ‘์–ต, Soluti...
KB๊ตญ๋ฏผ์นด๋“œ - ํด๋ผ์šฐ๋“œ ๊ธฐ๋ฐ˜ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ์—ฌ์ • - ๋ฐœํ‘œ์ž: ๋ฐ•์ฐฝ์šฉ ๊ณผ์žฅ, ๋ฐ์ดํ„ฐ์ „๋žต๋ณธ๋ถ€, AIํ˜์‹ ๋ถ€, KB์นด๋“œโ”‚๊ฐ•๋ณ‘์–ต, Soluti...KB๊ตญ๋ฏผ์นด๋“œ - ํด๋ผ์šฐ๋“œ ๊ธฐ๋ฐ˜ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ์—ฌ์ • - ๋ฐœํ‘œ์ž: ๋ฐ•์ฐฝ์šฉ ๊ณผ์žฅ, ๋ฐ์ดํ„ฐ์ „๋žต๋ณธ๋ถ€, AIํ˜์‹ ๋ถ€, KB์นด๋“œโ”‚๊ฐ•๋ณ‘์–ต, Soluti...
KB๊ตญ๋ฏผ์นด๋“œ - ํด๋ผ์šฐ๋“œ ๊ธฐ๋ฐ˜ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ์—ฌ์ • - ๋ฐœํ‘œ์ž: ๋ฐ•์ฐฝ์šฉ ๊ณผ์žฅ, ๋ฐ์ดํ„ฐ์ „๋žต๋ณธ๋ถ€, AIํ˜์‹ ๋ถ€, KB์นด๋“œโ”‚๊ฐ•๋ณ‘์–ต, Soluti...
Amazon Web Services Korea
ย 
SK Telecom - ๋ง๊ด€๋ฆฌ ํ”„๋กœ์ ํŠธ TANGO์˜ ์˜คํ”ˆ์†Œ์Šค ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ „ํ™˜ ์—ฌ์ • - ๋ฐœํ‘œ์ž : ๋ฐ•์Šน์ „, Project Manager, ...
SK Telecom - ๋ง๊ด€๋ฆฌ ํ”„๋กœ์ ํŠธ TANGO์˜ ์˜คํ”ˆ์†Œ์Šค ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ „ํ™˜ ์—ฌ์ • - ๋ฐœํ‘œ์ž : ๋ฐ•์Šน์ „, Project Manager, ...SK Telecom - ๋ง๊ด€๋ฆฌ ํ”„๋กœ์ ํŠธ TANGO์˜ ์˜คํ”ˆ์†Œ์Šค ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ „ํ™˜ ์—ฌ์ • - ๋ฐœํ‘œ์ž : ๋ฐ•์Šน์ „, Project Manager, ...
SK Telecom - ๋ง๊ด€๋ฆฌ ํ”„๋กœ์ ํŠธ TANGO์˜ ์˜คํ”ˆ์†Œ์Šค ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ „ํ™˜ ์—ฌ์ • - ๋ฐœํ‘œ์ž : ๋ฐ•์Šน์ „, Project Manager, ...
Amazon Web Services Korea
ย 
์ฝ”๋ฆฌ์•ˆ๋ฆฌ - ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ๊ตฌ์ถ• ์—ฌ์ •, ๊ทธ ์‹œ์ž‘๊ณผ ๊ณผ์ œ - ๋ฐœํ‘œ์ž: ๊น€์„๊ธฐ ๊ทธ๋ฃน์žฅ, ๋ฐ์ดํ„ฐ๋น„์ฆˆ๋‹ˆ์Šค์„ผํ„ฐ, ๋ฉ”๊ฐ€์กดํด๋ผ์šฐ๋“œ ::: AWS ...
์ฝ”๋ฆฌ์•ˆ๋ฆฌ - ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ๊ตฌ์ถ• ์—ฌ์ •, ๊ทธ ์‹œ์ž‘๊ณผ ๊ณผ์ œ - ๋ฐœํ‘œ์ž: ๊น€์„๊ธฐ ๊ทธ๋ฃน์žฅ, ๋ฐ์ดํ„ฐ๋น„์ฆˆ๋‹ˆ์Šค์„ผํ„ฐ, ๋ฉ”๊ฐ€์กดํด๋ผ์šฐ๋“œ ::: AWS ...์ฝ”๋ฆฌ์•ˆ๋ฆฌ - ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ๊ตฌ์ถ• ์—ฌ์ •, ๊ทธ ์‹œ์ž‘๊ณผ ๊ณผ์ œ - ๋ฐœํ‘œ์ž: ๊น€์„๊ธฐ ๊ทธ๋ฃน์žฅ, ๋ฐ์ดํ„ฐ๋น„์ฆˆ๋‹ˆ์Šค์„ผํ„ฐ, ๋ฉ”๊ฐ€์กดํด๋ผ์šฐ๋“œ ::: AWS ...
์ฝ”๋ฆฌ์•ˆ๋ฆฌ - ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ๊ตฌ์ถ• ์—ฌ์ •, ๊ทธ ์‹œ์ž‘๊ณผ ๊ณผ์ œ - ๋ฐœํ‘œ์ž: ๊น€์„๊ธฐ ๊ทธ๋ฃน์žฅ, ๋ฐ์ดํ„ฐ๋น„์ฆˆ๋‹ˆ์Šค์„ผํ„ฐ, ๋ฉ”๊ฐ€์กดํด๋ผ์šฐ๋“œ ::: AWS ...
Amazon Web Services Korea
ย 
LG ์ด๋…ธํ… - Amazon Redshift Serverless๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ๊ณผ์ • - ๋ฐœํ‘œ์ž: ์œ ์žฌ์ƒ ์„ ์ž„, LG์ด๋…ธ...
LG ์ด๋…ธํ… - Amazon Redshift Serverless๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ๊ณผ์ • - ๋ฐœํ‘œ์ž: ์œ ์žฌ์ƒ ์„ ์ž„, LG์ด๋…ธ...LG ์ด๋…ธํ… - Amazon Redshift Serverless๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ๊ณผ์ • - ๋ฐœํ‘œ์ž: ์œ ์žฌ์ƒ ์„ ์ž„, LG์ด๋…ธ...
LG ์ด๋…ธํ… - Amazon Redshift Serverless๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ๊ณผ์ • - ๋ฐœํ‘œ์ž: ์œ ์žฌ์ƒ ์„ ์ž„, LG์ด๋…ธ...
Amazon Web Services Korea
ย 

More from Amazon Web Services Korea (20)

AWS Modern Infra with Storage Roadshow 2023 - Day 2
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
ย 
AWS Modern Infra with Storage Roadshow 2023 - Day 1
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
ย 
์‚ฌ๋ก€๋กœ ์•Œ์•„๋ณด๋Š” Database Migration Service : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ฐ ๋ฐ์ดํ„ฐ ์ด๊ด€, ํ†ตํ•ฉ, ๋ถ„๋ฆฌ, ๋ถ„์„์˜ ๋„๊ตฌ - ๋ฐœํ‘œ์ž: ...
์‚ฌ๋ก€๋กœ ์•Œ์•„๋ณด๋Š” Database Migration Service : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ฐ ๋ฐ์ดํ„ฐ ์ด๊ด€, ํ†ตํ•ฉ, ๋ถ„๋ฆฌ, ๋ถ„์„์˜ ๋„๊ตฌ - ๋ฐœํ‘œ์ž: ...์‚ฌ๋ก€๋กœ ์•Œ์•„๋ณด๋Š” Database Migration Service : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ฐ ๋ฐ์ดํ„ฐ ์ด๊ด€, ํ†ตํ•ฉ, ๋ถ„๋ฆฌ, ๋ถ„์„์˜ ๋„๊ตฌ - ๋ฐœํ‘œ์ž: ...
์‚ฌ๋ก€๋กœ ์•Œ์•„๋ณด๋Š” Database Migration Service : ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ๋ฐ ๋ฐ์ดํ„ฐ ์ด๊ด€, ํ†ตํ•ฉ, ๋ถ„๋ฆฌ, ๋ถ„์„์˜ ๋„๊ตฌ - ๋ฐœํ‘œ์ž: ...
ย 
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 DocumentDB - Architecture ๋ฐ Best Practice (Level 200) - ๋ฐœํ‘œ์ž: ์žฅ๋™ํ›ˆ, Sr. ...
ย 
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 Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
ย 
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...
Internal Architecture of Amazon Aurora (Level 400) - ๋ฐœํ‘œ์ž: ์ •๋‹ฌ์˜, APAC RDS Speci...
ย 
[Keynote] ์Šฌ๊ธฐ๋กœ์šด AWS ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์„ ํƒํ•˜๊ธฐ - ๋ฐœํ‘œ์ž: ๊ฐ•๋ฏผ์„, Korea Database SA Manager, WWSO, A...
[Keynote] ์Šฌ๊ธฐ๋กœ์šด AWS ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์„ ํƒํ•˜๊ธฐ - ๋ฐœํ‘œ์ž: ๊ฐ•๋ฏผ์„, Korea Database SA Manager, WWSO, A...[Keynote] ์Šฌ๊ธฐ๋กœ์šด AWS ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์„ ํƒํ•˜๊ธฐ - ๋ฐœํ‘œ์ž: ๊ฐ•๋ฏผ์„, Korea Database SA Manager, WWSO, A...
[Keynote] ์Šฌ๊ธฐ๋กœ์šด AWS ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์„ ํƒํ•˜๊ธฐ - ๋ฐœํ‘œ์ž: ๊ฐ•๋ฏผ์„, Korea Database SA Manager, WWSO, A...
ย 
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 :::...
Demystify Streaming on AWS - ๋ฐœํ‘œ์ž: ์ด์ข…ํ˜, Sr Analytics Specialist, WWSO, AWS :::...
ย 
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 EMR - Enhancements on Cost/Performance, Serverless - ๋ฐœํ‘œ์ž: ๊น€๊ธฐ์˜, Sr Anal...
ย 
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 OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
ย 
Enabling Agility with Data Governance - ๋ฐœํ‘œ์ž: ๊น€์„ฑ์—ฐ, Analytics Specialist, WWSO,...
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 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 Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
ย 
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...
From Insights to Action, How to build and maintain a Data Driven Organization...
ย 
[Keynote] Accelerating Business Outcomes with AWS Data - ๋ฐœํ‘œ์ž: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - ๋ฐœํ‘œ์ž: Saeed Gharadagh...[Keynote] Accelerating Business Outcomes with AWS Data - ๋ฐœํ‘œ์ž: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - ๋ฐœํ‘œ์ž: Saeed Gharadagh...
ย 
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 DynamoDB - Use Cases and Cost Optimization - ๋ฐœํ‘œ์ž: ์ดํ˜, DynamoDB Special...
ย 
LG์ „์ž - Amazon Aurora ๋ฐ RDS ๋ธ”๋ฃจ/๊ทธ๋ฆฐ ๋ฐฐํฌ๋ฅผ ์ด์šฉํ•œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—…๊ทธ๋ ˆ์ด๋“œ ์•ˆ์ •์„ฑ ํ™•๋ณด - ๋ฐœํ‘œ์ž: ์ด์€๊ฒฝ ์ฑ…์ž„, L...
LG์ „์ž - Amazon Aurora ๋ฐ RDS ๋ธ”๋ฃจ/๊ทธ๋ฆฐ ๋ฐฐํฌ๋ฅผ ์ด์šฉํ•œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—…๊ทธ๋ ˆ์ด๋“œ ์•ˆ์ •์„ฑ ํ™•๋ณด - ๋ฐœํ‘œ์ž: ์ด์€๊ฒฝ ์ฑ…์ž„, L...LG์ „์ž - Amazon Aurora ๋ฐ RDS ๋ธ”๋ฃจ/๊ทธ๋ฆฐ ๋ฐฐํฌ๋ฅผ ์ด์šฉํ•œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—…๊ทธ๋ ˆ์ด๋“œ ์•ˆ์ •์„ฑ ํ™•๋ณด - ๋ฐœํ‘œ์ž: ์ด์€๊ฒฝ ์ฑ…์ž„, L...
LG์ „์ž - Amazon Aurora ๋ฐ RDS ๋ธ”๋ฃจ/๊ทธ๋ฆฐ ๋ฐฐํฌ๋ฅผ ์ด์šฉํ•œ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—…๊ทธ๋ ˆ์ด๋“œ ์•ˆ์ •์„ฑ ํ™•๋ณด - ๋ฐœํ‘œ์ž: ์ด์€๊ฒฝ ์ฑ…์ž„, L...
ย 
KB๊ตญ๋ฏผ์นด๋“œ - ํด๋ผ์šฐ๋“œ ๊ธฐ๋ฐ˜ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ์—ฌ์ • - ๋ฐœํ‘œ์ž: ๋ฐ•์ฐฝ์šฉ ๊ณผ์žฅ, ๋ฐ์ดํ„ฐ์ „๋žต๋ณธ๋ถ€, AIํ˜์‹ ๋ถ€, KB์นด๋“œโ”‚๊ฐ•๋ณ‘์–ต, Soluti...
KB๊ตญ๋ฏผ์นด๋“œ - ํด๋ผ์šฐ๋“œ ๊ธฐ๋ฐ˜ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ์—ฌ์ • - ๋ฐœํ‘œ์ž: ๋ฐ•์ฐฝ์šฉ ๊ณผ์žฅ, ๋ฐ์ดํ„ฐ์ „๋žต๋ณธ๋ถ€, AIํ˜์‹ ๋ถ€, KB์นด๋“œโ”‚๊ฐ•๋ณ‘์–ต, Soluti...KB๊ตญ๋ฏผ์นด๋“œ - ํด๋ผ์šฐ๋“œ ๊ธฐ๋ฐ˜ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ์—ฌ์ • - ๋ฐœํ‘œ์ž: ๋ฐ•์ฐฝ์šฉ ๊ณผ์žฅ, ๋ฐ์ดํ„ฐ์ „๋žต๋ณธ๋ถ€, AIํ˜์‹ ๋ถ€, KB์นด๋“œโ”‚๊ฐ•๋ณ‘์–ต, Soluti...
KB๊ตญ๋ฏผ์นด๋“œ - ํด๋ผ์šฐ๋“œ ๊ธฐ๋ฐ˜ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ์—ฌ์ • - ๋ฐœํ‘œ์ž: ๋ฐ•์ฐฝ์šฉ ๊ณผ์žฅ, ๋ฐ์ดํ„ฐ์ „๋žต๋ณธ๋ถ€, AIํ˜์‹ ๋ถ€, KB์นด๋“œโ”‚๊ฐ•๋ณ‘์–ต, Soluti...
ย 
SK Telecom - ๋ง๊ด€๋ฆฌ ํ”„๋กœ์ ํŠธ TANGO์˜ ์˜คํ”ˆ์†Œ์Šค ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ „ํ™˜ ์—ฌ์ • - ๋ฐœํ‘œ์ž : ๋ฐ•์Šน์ „, Project Manager, ...
SK Telecom - ๋ง๊ด€๋ฆฌ ํ”„๋กœ์ ํŠธ TANGO์˜ ์˜คํ”ˆ์†Œ์Šค ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ „ํ™˜ ์—ฌ์ • - ๋ฐœํ‘œ์ž : ๋ฐ•์Šน์ „, Project Manager, ...SK Telecom - ๋ง๊ด€๋ฆฌ ํ”„๋กœ์ ํŠธ TANGO์˜ ์˜คํ”ˆ์†Œ์Šค ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ „ํ™˜ ์—ฌ์ • - ๋ฐœํ‘œ์ž : ๋ฐ•์Šน์ „, Project Manager, ...
SK Telecom - ๋ง๊ด€๋ฆฌ ํ”„๋กœ์ ํŠธ TANGO์˜ ์˜คํ”ˆ์†Œ์Šค ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์ „ํ™˜ ์—ฌ์ • - ๋ฐœํ‘œ์ž : ๋ฐ•์Šน์ „, Project Manager, ...
ย 
์ฝ”๋ฆฌ์•ˆ๋ฆฌ - ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ๊ตฌ์ถ• ์—ฌ์ •, ๊ทธ ์‹œ์ž‘๊ณผ ๊ณผ์ œ - ๋ฐœํ‘œ์ž: ๊น€์„๊ธฐ ๊ทธ๋ฃน์žฅ, ๋ฐ์ดํ„ฐ๋น„์ฆˆ๋‹ˆ์Šค์„ผํ„ฐ, ๋ฉ”๊ฐ€์กดํด๋ผ์šฐ๋“œ ::: AWS ...
์ฝ”๋ฆฌ์•ˆ๋ฆฌ - ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ๊ตฌ์ถ• ์—ฌ์ •, ๊ทธ ์‹œ์ž‘๊ณผ ๊ณผ์ œ - ๋ฐœํ‘œ์ž: ๊น€์„๊ธฐ ๊ทธ๋ฃน์žฅ, ๋ฐ์ดํ„ฐ๋น„์ฆˆ๋‹ˆ์Šค์„ผํ„ฐ, ๋ฉ”๊ฐ€์กดํด๋ผ์šฐ๋“œ ::: AWS ...์ฝ”๋ฆฌ์•ˆ๋ฆฌ - ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ๊ตฌ์ถ• ์—ฌ์ •, ๊ทธ ์‹œ์ž‘๊ณผ ๊ณผ์ œ - ๋ฐœํ‘œ์ž: ๊น€์„๊ธฐ ๊ทธ๋ฃน์žฅ, ๋ฐ์ดํ„ฐ๋น„์ฆˆ๋‹ˆ์Šค์„ผํ„ฐ, ๋ฉ”๊ฐ€์กดํด๋ผ์šฐ๋“œ ::: AWS ...
์ฝ”๋ฆฌ์•ˆ๋ฆฌ - ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ๊ตฌ์ถ• ์—ฌ์ •, ๊ทธ ์‹œ์ž‘๊ณผ ๊ณผ์ œ - ๋ฐœํ‘œ์ž: ๊น€์„๊ธฐ ๊ทธ๋ฃน์žฅ, ๋ฐ์ดํ„ฐ๋น„์ฆˆ๋‹ˆ์Šค์„ผํ„ฐ, ๋ฉ”๊ฐ€์กดํด๋ผ์šฐ๋“œ ::: AWS ...
ย 
LG ์ด๋…ธํ… - Amazon Redshift Serverless๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ๊ณผ์ • - ๋ฐœํ‘œ์ž: ์œ ์žฌ์ƒ ์„ ์ž„, LG์ด๋…ธ...
LG ์ด๋…ธํ… - Amazon Redshift Serverless๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ๊ณผ์ • - ๋ฐœํ‘œ์ž: ์œ ์žฌ์ƒ ์„ ์ž„, LG์ด๋…ธ...LG ์ด๋…ธํ… - Amazon Redshift Serverless๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ๊ณผ์ • - ๋ฐœํ‘œ์ž: ์œ ์žฌ์ƒ ์„ ์ž„, LG์ด๋…ธ...
LG ์ด๋…ธํ… - Amazon Redshift Serverless๋ฅผ ํ™œ์šฉํ•œ ๋ฐ์ดํ„ฐ ๋ถ„์„ ํ”Œ๋žซํผ ํ˜์‹  ๊ณผ์ • - ๋ฐœํ‘œ์ž: ์œ ์žฌ์ƒ ์„ ์ž„, LG์ด๋…ธ...
ย 

Recently uploaded

Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
ย 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
ย 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
ย 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
ย 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
ย 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
ย 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
ย 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
ย 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
ย 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
ย 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
ย 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
ย 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
ย 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
ย 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
ย 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
ย 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
ย 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
ย 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
ย 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
ย 

Recently uploaded (20)

Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
ย 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
ย 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
ย 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
ย 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
ย 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
ย 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
ย 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
ย 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
ย 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
ย 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
ย 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
ย 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
ย 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ย 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
ย 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
ย 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
ย 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
ย 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
ย 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
ย 

AWS Innovate: Smart Deployment on AWS - Andy Kim