SlideShare a Scribd company logo
LET’S GET STARTED WITH AMAZON
              EC2
LET’S GET STARTED WITH AMAZON
              EC2
                2009/12/20
  Amazon EC2 Study Conference @Hibachiya HQ
WHAT IS AMAZON EC2?
WHAT IS AMAZON EC2?

Amazon EC2




EC2




S3    AMI
Amazon EC2



     ”Elastic”




                 http://aws.amazon.com
S3
      50TB   1GB        $0.15
EC2                S3
The New York Times
 TB             Amazon S3

       100       EC2




Animoto
       Amazon EC2   Amazon S3




Amazon EC2/S3                   http://blog.animoto.com/2008/04/21/amazon-ceo-jeff-bezos-on-animoto/
X.509      Key Pairs


AWS Management Console   Key Pairs


Amazon EC2 Command-Line Tools
Amazon Elastic
  Compute Cloud




        EC2
Click!




EC2
Click!
Click!




AMAZON
Click!




AMAZON
Click!
Click!
ACCOUNT NUMBER
Click!




    X.509
pk-****.pem
            cert-****.pem




X.509
    ~/EC2
Click!




   KEY PAIRS
EC2
Click!




KEY PAIRS
Click!




CREATE KEY PAIRS
AWS Management Console


Amazon EC2 AMI Tools


Amazon EC2 API Tools


Java


EC2
Click!
Click!




LAUNCH INSTANCE
Click!




COMMUNITY AMIS
32-BIT, CENTOS
Click!
Click!
Running!


Click!




         SECURITY GROUP
SSH   HTTP
DNS
pk-***.pem
     cert-***.pem




S3
Click!


         Click!
Copy!




SSH
SSH
”pwconv”
OK




AMAZON EC2 AMI TOOLS
AMAZON EC2 API
DEVELOPPER TOOLS
BIN, LIB   /MNT
JAVA
SPACE   YES
EC2
“VI ~/.BASH_PROFILE”
“ec2ver”




“SOURCE ~/.BASH_PROFILE”
      “EC2VER”
# yum check-update

# yum update

# yum -y install mysql-server
# /etc/rc.d/init.d/mysqld start
# chkconfig mysqld on

# yum -y install httpd
# /etc/rc.d/init.d/httpd start
# chkconfig httpd on
1.MYSQL


# mysql -u root

mysql> set password for
root@localhost=password('root     ');


   : http://centossrv.com/mysql.shtml
2.PHP
   !!
                                                               yum install php
            !!                                                 yum -y install php-mbstring php-mysql php-mcrypt




                GPG-KEY


rpm –import http://www.jasonlitka.com/media/RPM-
GPG-KEY-jlitka
                                                            vi /etc/yum.repos.d/utterramblings.repo
                                                                 enable 0       update

                                                            [utterramblings]
                                                            name=Jason’s Utter Ramblings Repo
   vi /etc/yum.repos.d/utterramblings.repo                  baseurl=http://www.jasonlitka.com/media/EL#releasever/
   [utterramblings]                                         #basearch/
   name=Jason’s Utter Ramblings Repo                        enabled=0
                                                            gpgcheck=1
   baseurl=http://www.jasonlitka.com/media/EL#releasever/
                                                            gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka
   #basearch/
   enabled=1
   gpgcheck=1
   gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-
   jlitka
3.WORDPRESS


 # wget http://wordpress.org/latest.tar.gz

 # tar xvfz latest.tar.gz

 # mv wordpress /var/www/html/

 #             apache
     /etc/rc.d/init.d/httpd restart
S3FOX
S3
Click!




AWS
Click!
Click!
Return!




“EC2-BUNDLE-VOL COMPLETE.”             OK
S3
“BUNDLE UPLOAD COMPLETED.”   OK
“EC2-DESCRIBE-IMAGES -O SELF”
Click!
ELASTICFOX
Click!




SSH(22        )
Click!
Click!
FIX
http://www.studio-fix.com/blog/kaoru/2009/03/27/post150/

AWS                Amazon EC2/S3
http://codezine.jp/article/detail/3137
Amazon Ec2

More Related Content

What's hot

Python eggs (RO)
Python eggs (RO)Python eggs (RO)
Python eggs (RO)
Alin Voinea
 
Cluster setup multinode_aws
Cluster setup multinode_awsCluster setup multinode_aws
Cluster setup multinode_aws
sparrowAnalytics.com
 
IOS 11 setup with appium latest
IOS 11 setup with appium  latestIOS 11 setup with appium  latest
IOS 11 setup with appium latest
Harikrishna Recharla
 
Releasing Elixir/Phoenix Applications
Releasing Elixir/Phoenix ApplicationsReleasing Elixir/Phoenix Applications
Releasing Elixir/Phoenix Applications
Wise Engineering
 
WebSocketサーバを使ってみよう! Jul 2011
WebSocketサーバを使ってみよう! Jul 2011WebSocketサーバを使ってみよう! Jul 2011
WebSocketサーバを使ってみよう! Jul 2011takanao ENODH
 
Mina deploy
Mina deployMina deploy
Mina deploy
Luciano Sousa
 
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by AaronBuild Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by AaronLifeng (Aaron) Han
 
Project 2 - how to compile os161?
Project 2 - how to compile os161?Project 2 - how to compile os161?
Project 2 - how to compile os161?
Xiao Qin
 
Databases and MySQL
Databases and MySQLDatabases and MySQL
Databases and MySQL
Things Lab
 
How to deploy and scale your meteor apps
How to deploy and scale your meteor appsHow to deploy and scale your meteor apps
How to deploy and scale your meteor apps
Designveloper
 
Gnu build system
Gnu build systemGnu build system
Gnu build system
家榮 吳
 
ember-socket-guru - common api for websockets providers
ember-socket-guru - common api for websockets providersember-socket-guru - common api for websockets providers
ember-socket-guru - common api for websockets providers
Kuba Niechciał
 
Introduction to Retrofit
Introduction to RetrofitIntroduction to Retrofit
Introduction to Retrofit
Kazuhiro Serizawa
 
Chef
ChefChef
Python from zero to hero (Twitter Explorer)
Python from zero to hero (Twitter Explorer)Python from zero to hero (Twitter Explorer)
Python from zero to hero (Twitter Explorer)
Yuriy Senko
 
Django osc2018-okinawa
Django osc2018-okinawaDjango osc2018-okinawa
Django osc2018-okinawa
Xoxzo Inc.
 
Brisbane DevOps Meetup - Logstash
Brisbane DevOps Meetup -  LogstashBrisbane DevOps Meetup -  Logstash
Brisbane DevOps Meetup - Logstash
pczarkowski
 

What's hot (19)

Python eggs (RO)
Python eggs (RO)Python eggs (RO)
Python eggs (RO)
 
Cluster setup multinode_aws
Cluster setup multinode_awsCluster setup multinode_aws
Cluster setup multinode_aws
 
IOS 11 setup with appium latest
IOS 11 setup with appium  latestIOS 11 setup with appium  latest
IOS 11 setup with appium latest
 
Releasing Elixir/Phoenix Applications
Releasing Elixir/Phoenix ApplicationsReleasing Elixir/Phoenix Applications
Releasing Elixir/Phoenix Applications
 
WebSocketサーバを使ってみよう! Jul 2011
WebSocketサーバを使ってみよう! Jul 2011WebSocketサーバを使ってみよう! Jul 2011
WebSocketサーバを使ってみよう! Jul 2011
 
Como instalar aeroo en open erp 6
Como instalar aeroo en open erp 6Como instalar aeroo en open erp 6
Como instalar aeroo en open erp 6
 
Mina deploy
Mina deployMina deploy
Mina deploy
 
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by AaronBuild Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
Build Moses on Ubuntu (64-bit) in VirtualBox: recorded by Aaron
 
Project 2 - how to compile os161?
Project 2 - how to compile os161?Project 2 - how to compile os161?
Project 2 - how to compile os161?
 
Databases and MySQL
Databases and MySQLDatabases and MySQL
Databases and MySQL
 
How to deploy and scale your meteor apps
How to deploy and scale your meteor appsHow to deploy and scale your meteor apps
How to deploy and scale your meteor apps
 
Jones_Lamp_Tutorial
Jones_Lamp_TutorialJones_Lamp_Tutorial
Jones_Lamp_Tutorial
 
Gnu build system
Gnu build systemGnu build system
Gnu build system
 
ember-socket-guru - common api for websockets providers
ember-socket-guru - common api for websockets providersember-socket-guru - common api for websockets providers
ember-socket-guru - common api for websockets providers
 
Introduction to Retrofit
Introduction to RetrofitIntroduction to Retrofit
Introduction to Retrofit
 
Chef
ChefChef
Chef
 
Python from zero to hero (Twitter Explorer)
Python from zero to hero (Twitter Explorer)Python from zero to hero (Twitter Explorer)
Python from zero to hero (Twitter Explorer)
 
Django osc2018-okinawa
Django osc2018-okinawaDjango osc2018-okinawa
Django osc2018-okinawa
 
Brisbane DevOps Meetup - Logstash
Brisbane DevOps Meetup -  LogstashBrisbane DevOps Meetup -  Logstash
Brisbane DevOps Meetup - Logstash
 

Viewers also liked

Cicada Consulting
Cicada ConsultingCicada Consulting
Cicada Consulting
patrickdu
 
Microtravel Profile
Microtravel ProfileMicrotravel Profile
Microtravel ProfileLe Thuy Hanh
 
Press Release Vietnam -Vietnamese
Press Release Vietnam -VietnamesePress Release Vietnam -Vietnamese
Press Release Vietnam -VietnameseLe Thuy Hanh
 
Building Your Personal Brand with Social Media
Building Your Personal Brand with Social MediaBuilding Your Personal Brand with Social Media
Building Your Personal Brand with Social MediaErin Dorney
 
Perlembagaan NEF 2010 Pindaan Kedua
Perlembagaan NEF 2010 Pindaan KeduaPerlembagaan NEF 2010 Pindaan Kedua
Perlembagaan NEF 2010 Pindaan Keduaferdausjohar
 
IBM SaaS Interact With Colleague Via Updates Files
IBM SaaS Interact With Colleague Via Updates   FilesIBM SaaS Interact With Colleague Via Updates   Files
IBM SaaS Interact With Colleague Via Updates Files
Chris Sparshott
 
Install Lotus Connections on Blackberry
Install Lotus Connections on BlackberryInstall Lotus Connections on Blackberry
Install Lotus Connections on Blackberry
Chris Sparshott
 
Questions
QuestionsQuestions
Questions
Yohimar Sivira
 
Koncepcja inwestycji odpowiedzialnych społecznie z punktu widzenia inwestora ...
Koncepcja inwestycji odpowiedzialnych społecznie z punktu widzenia inwestora ...Koncepcja inwestycji odpowiedzialnych społecznie z punktu widzenia inwestora ...
Koncepcja inwestycji odpowiedzialnych społecznie z punktu widzenia inwestora ...
Piotr Biernacki
 
Workshop socialnetworking hra
Workshop socialnetworking hraWorkshop socialnetworking hra
Workshop socialnetworking hra
Le Thuy Hanh
 
Profile Digimarketingjsc
Profile DigimarketingjscProfile Digimarketingjsc
Profile Digimarketingjsc
Le Thuy Hanh
 
Chuong 5 bien dong lao dong va viec lam
Chuong 5   bien dong lao dong va viec lamChuong 5   bien dong lao dong va viec lam
Chuong 5 bien dong lao dong va viec lamLe Thuy Hanh
 
Writing
WritingWriting
It is the best time to start your company
It is the best time to start your companyIt is the best time to start your company
It is the best time to start your company
Felipe Ávila da Costa
 
Cellnetrix brochure 2013
Cellnetrix brochure 2013Cellnetrix brochure 2013
Cellnetrix brochure 2013
Vladimir Nagin
 
Social media slide2
Social media slide2Social media slide2
Social media slide2Le Thuy Hanh
 
Lotus Forms Overview and Demonstration
Lotus Forms Overview and DemonstrationLotus Forms Overview and Demonstration
Lotus Forms Overview and Demonstration
Chris Sparshott
 

Viewers also liked (20)

Test
TestTest
Test
 
Cicada Consulting
Cicada ConsultingCicada Consulting
Cicada Consulting
 
Microtravel Profile
Microtravel ProfileMicrotravel Profile
Microtravel Profile
 
Press Release Vietnam -Vietnamese
Press Release Vietnam -VietnamesePress Release Vietnam -Vietnamese
Press Release Vietnam -Vietnamese
 
Building Your Personal Brand with Social Media
Building Your Personal Brand with Social MediaBuilding Your Personal Brand with Social Media
Building Your Personal Brand with Social Media
 
gansu
gansugansu
gansu
 
Portuguese Hidden Champions
Portuguese Hidden ChampionsPortuguese Hidden Champions
Portuguese Hidden Champions
 
Perlembagaan NEF 2010 Pindaan Kedua
Perlembagaan NEF 2010 Pindaan KeduaPerlembagaan NEF 2010 Pindaan Kedua
Perlembagaan NEF 2010 Pindaan Kedua
 
IBM SaaS Interact With Colleague Via Updates Files
IBM SaaS Interact With Colleague Via Updates   FilesIBM SaaS Interact With Colleague Via Updates   Files
IBM SaaS Interact With Colleague Via Updates Files
 
Install Lotus Connections on Blackberry
Install Lotus Connections on BlackberryInstall Lotus Connections on Blackberry
Install Lotus Connections on Blackberry
 
Questions
QuestionsQuestions
Questions
 
Koncepcja inwestycji odpowiedzialnych społecznie z punktu widzenia inwestora ...
Koncepcja inwestycji odpowiedzialnych społecznie z punktu widzenia inwestora ...Koncepcja inwestycji odpowiedzialnych społecznie z punktu widzenia inwestora ...
Koncepcja inwestycji odpowiedzialnych społecznie z punktu widzenia inwestora ...
 
Workshop socialnetworking hra
Workshop socialnetworking hraWorkshop socialnetworking hra
Workshop socialnetworking hra
 
Profile Digimarketingjsc
Profile DigimarketingjscProfile Digimarketingjsc
Profile Digimarketingjsc
 
Chuong 5 bien dong lao dong va viec lam
Chuong 5   bien dong lao dong va viec lamChuong 5   bien dong lao dong va viec lam
Chuong 5 bien dong lao dong va viec lam
 
Writing
WritingWriting
Writing
 
It is the best time to start your company
It is the best time to start your companyIt is the best time to start your company
It is the best time to start your company
 
Cellnetrix brochure 2013
Cellnetrix brochure 2013Cellnetrix brochure 2013
Cellnetrix brochure 2013
 
Social media slide2
Social media slide2Social media slide2
Social media slide2
 
Lotus Forms Overview and Demonstration
Lotus Forms Overview and DemonstrationLotus Forms Overview and Demonstration
Lotus Forms Overview and Demonstration
 

Similar to Amazon Ec2

Fargate 를 이용한 ECS with VPC 1부
Fargate 를 이용한 ECS with VPC 1부Fargate 를 이용한 ECS with VPC 1부
Fargate 를 이용한 ECS with VPC 1부
Hyun-Mook Choi
 
The Enterprise Wor/d/thy/Press
The Enterprise Wor/d/thy/PressThe Enterprise Wor/d/thy/Press
The Enterprise Wor/d/thy/Press
Jeroen van Dijk
 
Symfony Deployments on Heroku
Symfony Deployments on HerokuSymfony Deployments on Heroku
Symfony Deployments on Heroku
Stefan Adolf
 
Infrastructure as code
Infrastructure as codeInfrastructure as code
Infrastructure as code
daisuke awaji
 
Optimizing Spring Boot apps for Docker
Optimizing Spring Boot apps for DockerOptimizing Spring Boot apps for Docker
Optimizing Spring Boot apps for Docker
Graham Charters
 
Journey to Microservice architecture via Amazon Lambda
Journey to Microservice architecture via Amazon LambdaJourney to Microservice architecture via Amazon Lambda
Journey to Microservice architecture via Amazon Lambda
Axilis
 
Quickly extending into testing with docker
Quickly extending into testing with dockerQuickly extending into testing with docker
Quickly extending into testing with docker
Tom Cudd
 
ERP System Implementation Kubernetes Cluster with Sticky Sessions
ERP System Implementation Kubernetes Cluster with Sticky Sessions ERP System Implementation Kubernetes Cluster with Sticky Sessions
ERP System Implementation Kubernetes Cluster with Sticky Sessions
Chanaka Lasantha
 
The Enterprise Wor/d/thy/Press
The Enterprise Wor/d/thy/PressThe Enterprise Wor/d/thy/Press
The Enterprise Wor/d/thy/Press
Jeroen van Dijk
 
Deploying Symfony | symfony.cat
Deploying Symfony | symfony.catDeploying Symfony | symfony.cat
Deploying Symfony | symfony.cat
Pablo Godel
 
Lumen
LumenLumen
MeaNstack on Docker
MeaNstack on DockerMeaNstack on Docker
MeaNstack on Docker
Daniel Ku
 
Rails Presentation (Anton Dmitriyev)
Rails Presentation (Anton Dmitriyev)Rails Presentation (Anton Dmitriyev)
Rails Presentation (Anton Dmitriyev)True-Vision
 
Cloud Automation with Opscode Chef
Cloud Automation with Opscode ChefCloud Automation with Opscode Chef
Cloud Automation with Opscode Chef
Sri Ram
 
Capistrano
CapistranoCapistrano
Capistrano
Bryan McLellan
 
EKS에서 Opentelemetry로 코드실행 모니터링하기 - 신재현 (인덴트코퍼레이션) :: AWS Community Day Online...
EKS에서 Opentelemetry로 코드실행 모니터링하기 - 신재현 (인덴트코퍼레이션) :: AWS Community Day Online...EKS에서 Opentelemetry로 코드실행 모니터링하기 - 신재현 (인덴트코퍼레이션) :: AWS Community Day Online...
EKS에서 Opentelemetry로 코드실행 모니터링하기 - 신재현 (인덴트코퍼레이션) :: AWS Community Day Online...
AWSKRUG - AWS한국사용자모임
 
Scripting for infosecs
Scripting for infosecsScripting for infosecs
Scripting for infosecs
nancysuemartin
 
My First Big Data Application
My First Big Data ApplicationMy First Big Data Application
My First Big Data Application
Amazon Web Services
 
Running Docker in Development & Production (#ndcoslo 2015)
Running Docker in Development & Production (#ndcoslo 2015)Running Docker in Development & Production (#ndcoslo 2015)
Running Docker in Development & Production (#ndcoslo 2015)
Ben Hall
 

Similar to Amazon Ec2 (20)

Fargate 를 이용한 ECS with VPC 1부
Fargate 를 이용한 ECS with VPC 1부Fargate 를 이용한 ECS with VPC 1부
Fargate 를 이용한 ECS with VPC 1부
 
The Enterprise Wor/d/thy/Press
The Enterprise Wor/d/thy/PressThe Enterprise Wor/d/thy/Press
The Enterprise Wor/d/thy/Press
 
Symfony Deployments on Heroku
Symfony Deployments on HerokuSymfony Deployments on Heroku
Symfony Deployments on Heroku
 
Infrastructure as code
Infrastructure as codeInfrastructure as code
Infrastructure as code
 
Optimizing Spring Boot apps for Docker
Optimizing Spring Boot apps for DockerOptimizing Spring Boot apps for Docker
Optimizing Spring Boot apps for Docker
 
Journey to Microservice architecture via Amazon Lambda
Journey to Microservice architecture via Amazon LambdaJourney to Microservice architecture via Amazon Lambda
Journey to Microservice architecture via Amazon Lambda
 
Quickly extending into testing with docker
Quickly extending into testing with dockerQuickly extending into testing with docker
Quickly extending into testing with docker
 
ERP System Implementation Kubernetes Cluster with Sticky Sessions
ERP System Implementation Kubernetes Cluster with Sticky Sessions ERP System Implementation Kubernetes Cluster with Sticky Sessions
ERP System Implementation Kubernetes Cluster with Sticky Sessions
 
The Enterprise Wor/d/thy/Press
The Enterprise Wor/d/thy/PressThe Enterprise Wor/d/thy/Press
The Enterprise Wor/d/thy/Press
 
Deploying Symfony | symfony.cat
Deploying Symfony | symfony.catDeploying Symfony | symfony.cat
Deploying Symfony | symfony.cat
 
infra-as-code
infra-as-codeinfra-as-code
infra-as-code
 
Lumen
LumenLumen
Lumen
 
MeaNstack on Docker
MeaNstack on DockerMeaNstack on Docker
MeaNstack on Docker
 
Rails Presentation (Anton Dmitriyev)
Rails Presentation (Anton Dmitriyev)Rails Presentation (Anton Dmitriyev)
Rails Presentation (Anton Dmitriyev)
 
Cloud Automation with Opscode Chef
Cloud Automation with Opscode ChefCloud Automation with Opscode Chef
Cloud Automation with Opscode Chef
 
Capistrano
CapistranoCapistrano
Capistrano
 
EKS에서 Opentelemetry로 코드실행 모니터링하기 - 신재현 (인덴트코퍼레이션) :: AWS Community Day Online...
EKS에서 Opentelemetry로 코드실행 모니터링하기 - 신재현 (인덴트코퍼레이션) :: AWS Community Day Online...EKS에서 Opentelemetry로 코드실행 모니터링하기 - 신재현 (인덴트코퍼레이션) :: AWS Community Day Online...
EKS에서 Opentelemetry로 코드실행 모니터링하기 - 신재현 (인덴트코퍼레이션) :: AWS Community Day Online...
 
Scripting for infosecs
Scripting for infosecsScripting for infosecs
Scripting for infosecs
 
My First Big Data Application
My First Big Data ApplicationMy First Big Data Application
My First Big Data Application
 
Running Docker in Development & Production (#ndcoslo 2015)
Running Docker in Development & Production (#ndcoslo 2015)Running Docker in Development & Production (#ndcoslo 2015)
Running Docker in Development & Production (#ndcoslo 2015)
 

Recently uploaded

UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
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
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
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
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
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
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
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
 
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
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 

Recently uploaded (20)

UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
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
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
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*
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
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
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
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
 
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...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 

Amazon Ec2