SlideShare a Scribd company logo
@Amimoto_Ami
amimoto-ami.com
WordPress + Amazon Web Services Hands-on
WARSAW
KEL San(ago
Writer + Evangelist
DigitalCube Inc.
@i_Monkey_Robot
WORDCAMP
Warsaw PL · Brisbane AU ·
Kansai JP · Krakow PL
MATT Pilarski
Tech Evangelist
DigitalCube Inc.
@macpil85
WORDCAMP
Kansai JP ·
Paris
WORDCAMP
Warsaw ·
Europe
Japan KRAKOW Singapore
AMIMOTO: WordPress + Amazon Web Services
ParisPhilippines Warsaw
AMIMOTO: WordPress + Amazon Web Services

Recommended for you

AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media ServerAWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server

Learn how you can easily configure a production quality live streaming setup using Amazon CloudFront and Wowza Media Server (available through AWS Marketplace). We will take you step by step through the process of using AWS CloudFormation to provision the AWS resources, using an encoder to capture the live stream and delivering the stream at scale to various devices using Amazon CloudFront.

awscloudfrontamazon web services
Architecting for AWS
Architecting for AWSArchitecting for AWS
Architecting for AWS

The document discusses five key principles for architecting applications on AWS: elasticity, designing for failure, loose coupling, security, and performance. It provides examples and services for each principle such as using Amazon EC2 for elasticity, designing with fault tolerance using services like RDS and Route 53, loosely coupling components with services like SQS and SWF, leveraging security services like IAM, and scaling vertically with cluster compute or horizontally using services like ElastiCache for performance.

getting-startedberlin-summitevents
High-Performance Magento in the Cloud
High-Performance Magento in the CloudHigh-Performance Magento in the Cloud
High-Performance Magento in the Cloud

The Angry Birds global web shop (at times the highest traffic Magento platform in the world) runs on Magento Enterprise, scales 100% automatically in the AWS infrastructure and is designed to easily handle 20x traffic peaks during marketing and new release peaks. Learn how to implement a Magento store for optimal performance, how to run it in a cloud environment, about the infrastructure and the applied strategies for continuous delivery, auto-scaling and zero-downtime rollouts.

 
by AOE
magentoawscloud
WordPress + Amazon Web Services Hands-on WARSAW
WordPress + Amazon Web Services Hands-on WARSAW
WordPress + Amazon Web Services Hands-on WARSAW
2015 WORDCAMPS: 91
CONFERENCE ON
EVERYTHING WORDPRESS
2014 WORDCAMPS: 80
WORDCAMP

Recommended for you

Free radius for wpa2 enterprise with active directory integration
Free radius for wpa2 enterprise with active directory integrationFree radius for wpa2 enterprise with active directory integration
Free radius for wpa2 enterprise with active directory integration

This document provides instructions for configuring FreeRADIUS for WPA2 Enterprise authentication with Active Directory integration on an Ubuntu server. It describes installing FreeRADIUS and EasyRSA for certificate generation. The instructions explain how to configure the RADIUS server certificates and test basic authentication. It then details how to integrate Active Directory for MSCHAP authentication by configuring Samba and Kerberos, joining the Active Directory domain, and modifying FreeRADIUS configuration files. Finally, it explains how to configure wireless clients and start the FreeRADIUS service.

AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)

In this advanced technical session you will learn how you can use AWS to build and deploy virtual data centres as fast as you can design them. Learn how to combine CloudFormation templates together with best practice techniques that are in use by AWS customers today to optimise the design and implementation of your VPCs

awssummitlondon2014vpccloud
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015

Overview of the Mission Critical Cloud at Schuberg Philis and te automation I created around it

cloudstackautomationcloud
WORDCAMP KRAKOW 2015
JAPAN WORDPRESS COMMUNITY
WordCrab Word Onsen
WordPress + Amazon Web Services Hands-on WARSAW
57 5416
9
1310
3 6
5
2
SOME AWS USER GROUPS
1
1

Recommended for you

Realtime with-websockets-2015
Realtime with-websockets-2015Realtime with-websockets-2015
Realtime with-websockets-2015

Giancarlo Gomez presented on using websockets for realtime applications with ColdFusion. He began by explaining what websockets are and how they allow for bidirectional messaging with low latency compared to HTTP polling techniques. He then demonstrated how to enable and use websockets in ColdFusion, including securing connections and using websockets in a clustered environment. Finally, he discussed real world uses of websockets and issues to consider like network connections and application reloads.

coldfusioncfsummit2015websockets
DevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshopDevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshop

This document provides instructions for a workshop on building a cloud with Cosmic Cloud Orchestration software. It includes information on: - Accessing the workshop environment hosted on Schuberg Philis Mission Critical Cloud - Automatically deploying the virtual infrastructure for the cloud including KVM hypervisors and a Cosmic management server - Compiling and deploying Cosmic to automatically build and deploy a cloud - Accessing the Cosmic user interface and starting a test virtual machine - Learning how to use the Cosmic API and CloudMonkey tool to manage the cloud

apiorchestrationcloud
AWS Summit Auckland - Moving MS .NET Applications One Container at a Time
AWS Summit Auckland - Moving MS .NET Applications One Container at a TimeAWS Summit Auckland - Moving MS .NET Applications One Container at a Time
AWS Summit Auckland - Moving MS .NET Applications One Container at a Time

Moving Microsoft .NET Applications One Container at a Time The document discusses moving Microsoft .NET applications to containers using Docker. It provides a brief history of .NET and how open source efforts have made it cross-platform. It then covers .NET Core, ASP.NET Core, and how the developer experience is now cross-platform. Hands-on demos show developing an ASP.NET Core app on Windows and running it in a Linux container on AWS. Finally, it discusses how AWS supports .NET and Docker through options like rolling your own, using Elastic Beanstalk, or Amazon ECS.

2016aklsummit
WHAT YOU
CAN DO WITH
WORDPRESS
MAKE.WORDPRESS.ORG
CODEX.WORDPRESS.ORG
STAR WARS
OFFICIAL BLOG
DIGITALCUBE
CORPORATE SITE

Recommended for you

Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...

1) The document discusses how the Angry Birds store was able to reach high performance levels through optimizations like using a CDN, caching, database tuning, splitting databases, and offloading processing to improve page load times and handle high traffic volumes. 2) Key optimizations included using Varnish caching, separating databases, running background processes, and profiling to reduce bottlenecks. 3) Maintaining high code quality, continuous testing and integration, and automating processes were also important lessons to support the store's growth.

 
by AOE
cachingscalibilityamazon
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2How to Guide access the WebSphere Portal Prospero demo on Amazon EC2
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2

This document provides instructions for starting a demonstration of the Prospero application on Amazon EC2. It outlines downloading the required AMI snapshot from another user, launching an instance from this snapshot in the same availability zone, attaching a similarly zone EBS volume, and configuring the application server and portal. Key steps include creating an x509 certificate, adding the private key, attaching the EBS volume, starting the WebSphere and HTTP servers, and accessing the portal once complete.

how to guide access the websphere portal prospero
Locking Down CF Servers
Locking Down CF ServersLocking Down CF Servers
Locking Down CF Servers

This document provides guidance on locking down ColdFusion application servers. It discusses installing only necessary components, using dedicated user accounts, restricting file permissions, updating the Java runtime, securing the ColdFusion Administrator, and configuring Tomcat. The document is based on official ColdFusion lockdown guides and highlights new aspects in CF2016 like blocking the /CFIDE path by default. It emphasizes principles of least privilege, defense in depth, and avoiding defaults to help secure ColdFusion installations.

coldfusionsecurity
ECOMMERCE
UNIVERSITY
CELEBRITIES
CREATE THEMES,
PLUGINS, ETC.
WHAT YOU
CAN DO
WITH AWS
EC2 /
ELASTIC COMPUTE CLOUD
VIRTUAL SERVERS
AUTO SCALING
APPS WITH STABLE &
UNSTABLE
DEMAND PATTERNS
S3
FOR IMAGE STORAGE
& OTHER SITE ASSETS
HOST STATIC SITES
FIRST
STEPS WITH
WORDPRESS

Recommended for you

My Database Skills Killed the Server
My Database Skills Killed the ServerMy Database Skills Killed the Server
My Database Skills Killed the Server

This document summarizes a presentation about optimizing database performance in ColdFusion applications. It discusses how to analyze query plans to understand how queries are executing and identify optimization opportunities. Specific tips covered include using query parameters to promote plan reuse, optimizing indexes, combining queries to reduce round trips to the database, and monitoring server resources and database statistics that can impact performance. The presentation also provides examples of inefficient SQL patterns to avoid, such as inline queries and over-joining of data.

sqlcoldfusion
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments

This document discusses WordPress development environments. It recommends setting up separate local, staging, and live environments. The local environment is for development on one's own machine. The staging environment resembles the live site for testing purposes. The live environment is the actual public site. It provides tips for setting up servers, configuring domains and files, syncing databases, and using version control across the different environments.

wordpresswordcamp 2013
Create docker image with bluemix dev ops
Create docker image with bluemix dev opsCreate docker image with bluemix dev ops
Create docker image with bluemix dev ops

Enjoy using Docker on Bluemix. Creating you own service in Bluemix Catalog with Docker. Build Docker image with DevOps web IDE, git and pipline.

devopsdocker imagebluemix
INSTALL
WORDPRESS &
LOGIN
START AT THE
ADMIN SCREEN /
DASHBOARD
TEST DRIVE, TAKE
A LOOK AROUND
& TRY STUFF
FIRST
STEPS WITH
AWS
SIGN UP FOR
AWS ACCOUNT
AWS FREE TIER
(12 MONTHS)
START USING
AWS CLOUD
SERVICES
EC2:
750 hours
on t2.micro
EBS:
30 GB General
Purpose SSD
WHY
WORDPRESS
& AWS?

Recommended for you

SDAccel Design Contest: How to use SDAccel on AWS
SDAccel Design Contest: How to use SDAccel on AWSSDAccel Design Contest: How to use SDAccel on AWS
SDAccel Design Contest: How to use SDAccel on AWS

This document outlines a seminar on using Xilinx SDAccel on AWS. The agenda includes creating an AWS account, launching EC2 instances, deploying SDAccel with the HDK, developing kernels on AWS, creating AMIs, and executing kernels on AWS FPGAs. It provides step-by-step instructions on setting up accounts, instances, and environments for FPGA development and execution on AWS.

sdaccelnecstlabhacking
2015 ZendCon - Do you queue
2015 ZendCon - Do you queue2015 ZendCon - Do you queue
2015 ZendCon - Do you queue

A document about queues discusses what queues are, why they are used, common use cases, implementation patterns, protocols, considerations when implementing queues, and how to handle issues that may arise. Queues act as buffers that allow different applications or systems to communicate asynchronously by passing messages. They help decouple components, distribute load, and improve reliability and user experience. Common examples of messages that may be queued include emails, images, videos, and IoT data.

message queue
AMIMOTO: WordPress + Amazon Web Services MANILA
AMIMOTO: WordPress + Amazon Web Services MANILAAMIMOTO: WordPress + Amazon Web Services MANILA
AMIMOTO: WordPress + Amazon Web Services MANILA

This document summarizes a WordPress + Amazon Web Services meetup in the Philippines. It provides details about the speakers and organizers, including their roles at DigitalCube Inc. and experience speaking at WordCamp events. It also lists some popular AWS services like EC2, S3, and autoscaling that can be used with WordPress. Finally, it shares examples of how WordPress and AWS are being used by sites like a blog, media site, and enterprise site and the solutions AWS provides for issues like unpredictable traffic, large files, and multilingual/multi-site needs.

 
by Kel
wordpress hostingwordpress communityec2
USER-FRIENDLY
LOTS OF
USERS & DEVELOPERS
STRONG COMMUNITY
LOTS OF
TOOLS & RESOURCES
DEPLOYMENT SPEED
& SECURITY
FREE TIER
WordPress + Amazon Web Services Hands-on WARSAW
AMIMOTO-AMI.COM
WORDPRESS CLOUD
HOSTING ON AWS
PRE-CONFIGURED OS
& VIRTUAL APP SOFTWARE
HHVM, NGINX REVERSE
PROXY CACHE

Recommended for you

AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños
AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los BañosAMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños
AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños

This document provides information about WordPress and Amazon Web Services from a meetup hosted by the University of the Philippines Los Baños. It introduces Amimoto, a WordPress hosting service powered by Amazon Web Services (AWS), and discusses how WordPress and AWS can be used together for websites, highlighting features like scalability and performance. The document also provides steps for launching a WordPress site using Amimoto on AWS through the AWS console in under 15 minutes.

 
by Kel
aws marketplacewordpress communitywordcamp
2nd AMIMOTO: WordPress + Amazon Web Services Singapore
2nd AMIMOTO: WordPress + Amazon Web Services Singapore2nd AMIMOTO: WordPress + Amazon Web Services Singapore
2nd AMIMOTO: WordPress + Amazon Web Services Singapore

The document discusses optimizing WordPress performance on Amazon Web Services (AWS). It provides examples of performance tests comparing HHVM and PHP-FPM as well as different HHVM versions. It also demonstrates how to launch and configure WordPress instances on AWS, including choosing instance types, setting up WordPress, activating caching plugins, and autoscaling instances based on load. Additional topics include using machine learning for e-commerce and configuring options like Elastic IP addresses, Route 53, and terminating instances.

 
by Kel
wordpressawsamazon web services
AMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
AMIMOTO: WordPress + Amazon Web Services Hands-on PARISAMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
AMIMOTO: WordPress + Amazon Web Services Hands-on PARIS

WordPress, AWS & AMIMOTO introduction, community, first steps, what you can do, resources, use cases, hands-on, SFTP, managing database, cloudformation.

 
by Kel
amimotoawsaws marketplace
USE WORDPRESS ON
AWS EASILY
PROGRAMMABLE
INFRASTRUCTURE
FRIENDLY FOR
DEVELOPERS & USERS
AMIMOTO-AMI.COM
HIGHLY
SCALABLE
EC2
ELASTIC COMPUTE CLOUD
SCALE UP & DOWN
EASILY
USER-
FRIENDLY
1-CLICK LAUNCH
WORDPRESS
DEVELOPER-FRIENDLY
WP-CLI & GIT
HIGH
PERFORMANCE
LOAD TEST WITH APACHE
BENCH TEST COMMAND

Recommended for you

Amazon AWS Workspace Howto
Amazon AWS Workspace HowtoAmazon AWS Workspace Howto
Amazon AWS Workspace Howto

1) The document describes how to set up AWS Workspaces with an on-premises Active Directory or with AWS Cloud Directory. It provides step-by-step instructions for configuring networking, security, directories, and allowing internet access. 2) Key steps include creating VPCs and subnets, configuring an OpenVPN server or Cloud Directory, joining the Workspaces directory to an on-premises Active Directory, and connecting Workspaces clients. 3) The document also covers additional configuration such as allowing internet access, installing tools to manage directories, and options for printing from Workspaces.

desktopawsvdi
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...Jump-start your application migration to AWS with CloudEndure - STG305 - New ...
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...

CloudEndure Migration is a no-cost solution for moving applications from any physical, virtual, or cloud-based infrastructure to AWS. It simplifies, expedites, and reduces the cost of cloud migration by offering a highly automated lift-and-shift solution. In this workshop, you learn how to install a CloudEndure agent, monitor initial replication process steps in the console, configure target blueprints, and launch test instances in AWS.

awsawsnysummit2019nysummit2019
Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in ComparisonJava in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison

Presentation from Goto Con about Java PaaS. Features CloudBees, Cloud Foundry and Amazon Elastic Beanstalk in detail

gotoconjavapaas
NINJA
SPEED
10 GLOBAL
DATACENTERS
Singapore ⋅ Tokyo ⋅ Sydney ⋅ Korea
Sao Paulo ⋅ N. Virginia ⋅ Oregon ⋅
N. California ⋅ Ireland ⋅ Frankfurt
HHVM
WP BOOSTER CDN
WOO
COMMERCE
POWERED BY
AMIMOTO
SELL PRODUCTS
& CUSTOMIZE
WORDPRESS
SERVER ON AWS
HHVM
VIRTUAL MACHINE
⋅
AWS MANAGEMENT
CONSOLE
BILLING & COST
MANAGEMENT DASHBOARD

Recommended for you

Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison

Presentation from Goto Con about Java PaaS. Features CloudBees, Cloud Foundry and Amazon Elastic Beanstalk in detail

gotoconjavapaas
Migrating Jive To The Cloud
Migrating Jive To The CloudMigrating Jive To The Cloud
Migrating Jive To The Cloud

Jive Software migrated their social business software to the Amazon EC2 cloud to reduce costs and improve manageability. They developed techniques to fully automate deployments, upgrades, and failover. This allows instances to be provisioned in minutes rather than weeks and reduces operational expenses by automating tasks previously done manually. While the cloud is generally only used for smaller implementations currently due to enterprise security concerns, Jive believes the cloud will become more widely adopted by enterprises in the next two years as those issues are addressed.

jivecloud
Word press, the automated way
Word press, the automated wayWord press, the automated way
Word press, the automated way

This topic introduces tools to automate the development and deployment workflow of a WordPress web application. I am showing the main benefits of such a workflow and how it allows making the installation and update of the project fully automatic, predictable, versioned, and ready to be integrated into a continuous deployment system. Tools like Docker and WP-CLI, will be introduced to implement that process along with a simple tool that I have developed to automatically deploy the basic data that a project needs to be up and running. My mantra? No manual clicks whatsoever in the web interface for configuring WordPress!

wordpressdockerwpcli
WOOCOMMERCE
POWERED BY AMIMOTO HHVM
PLATFORM USED TO
SELL PRODUCTS
haps://aws.amazon.com/
marketplace/pp/B00ZGTRMVU
AWS MARKETPLACE
14 DAYS FREE TRIAL
WORDPRESS
POWERED BY
AMIMOTO
(HHVM)
UNDER THE HOOD ⋅
WHAT’S INCLUDED
WP-CLI
GIT
PHPMYADMIN
SFTP / SSH
NGINX REVERSE
PROXY CACHE
HHVM
PRE-INSTALLED
WP PLUGINS
READY-TO-RUN
VERSION OF WP
AMIMOTO: UNDER THE HOOD
CONTROL PANEL
www.streamlineicons.com
Free Pack Webalys 2015©
Webalys 2015
REAL-TIME
MONITORING
SNAPSHOT
(AUTO BACKUP)
www.streamlineicons.com
Webalys 2015©
9 GLOBAL
DATA CENTERS
PROFESSIONAL
SUPPORT
ACTIVE GLOBAL
COMMUNITY
SECURITY GROUP
(FIREWALL)
AMIMOTO: UNDER THE HOOD

Recommended for you

Rock Solid WordPress
Rock Solid WordPressRock Solid WordPress
Rock Solid WordPress

Learn how Cloud Posse recently architected and implemented Wordpress for massive scale on Amazon EC2. We'll show you exactly the tools that we used and our recipe to both secure and power Wordpress setups on AWS using Elastic Beanstalk, EFS, CodePipeline, Memcached, Aurora and Varnish.

high-availabilitymeetupcodepipeline
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels

AMIMOTO is a high performance WordPress Cloud Host built for WordPress running on AWS environment. AMIMOTO is the combination of AWS + Nginx + WordPress + Proxy Cache The result? Super fast websites (100 times faster than normal install, AMIMOTO is for performance tuning) that can handle 100MILLION+ Page Views and functions at ninja speed.

 
by Kel
amimotowordpressaws
Serverless AWS reInvent 2019 recap
Serverless AWS reInvent 2019 recapServerless AWS reInvent 2019 recap
Serverless AWS reInvent 2019 recap

The document is an agenda for a Serverless meetup on January 28, 2020 in Toronto. It includes: 1. An intro and activity update 2. A community open mic session 3. A featured talk by Jonathan Dion on "The state of Serverless after AWS re:Invent 2019" 4. A networking session

awscloudnativeserverless
SELF-HOSTING
YOUR FULL CONTROL
LAUNCH IN ANY
10 GLOBAL DATA CENTERS
MULTI-INSTANCE
SINGLE INSTANCE
ENTERPRISE
MANAGED HOSTING
AMIMOTO
WORDPRESS +
AWS
SITES ⋅ ISSUES ⋅
SOLUTIONS
POPULAR
BLOG
SITE
MAZDA RUNS ON
WORDPRESS POWERED BY AMIMOTO

Recommended for you

GigaSpaces CCF 4 Xap
GigaSpaces CCF 4 XapGigaSpaces CCF 4 Xap
GigaSpaces CCF 4 Xap

CCF 4 XAP has been designed to exploit XAP capabilities on the cloud and leverage XAP scalability, low latency and high-throughput features when deployed in such dynamic environment

IBM Cloud SoftLayer Introduction & Hands-on 2016
IBM Cloud SoftLayer Introduction & Hands-on 2016IBM Cloud SoftLayer Introduction & Hands-on 2016
IBM Cloud SoftLayer Introduction & Hands-on 2016

This document provides an overview and hands-on tutorial for SoftLayer, an IBM Cloud IaaS offering. The agenda includes a SoftLayer overview, customer portal demo, and SoftLayer hands-on session. SoftLayer is positioned as a global IaaS platform that can compete with AWS, Microsoft Azure, and Google Cloud. The hands-on guides attendees through provisioning a Linux VSI, installing Apache, MySQL, PHP, and WordPress to build out a basic CMS. Additional services like firewalls, backups, and expansions are also discussed.

ibmsoftlayercloud
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier RamirezRe:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez

Summary of the announcements Amazon Web Services did during re:Invent in December 2019. Delivered at AWS Zaragoza User Group

amazon web servicesaws user groups
UNPREDICTABLE
TRAFFIC SPIKES
PAGE VIEWS
INCREASE & DECLINE
AMAZON EC2
SCALABLE CAPACITY
POPULAR
BLOG SITE
LARGE-
SCALE
ENTERPRISE
SITE
MULTILINGUAL
NEEDS TO BE HIGH SPEED
MULTISITE
HUGE ENTERPRISE
SITE
1 instance = can have
mul(ple WP installs
Install Mul(lingual
WP plugins
HVM Virtualiza(on
NEWS
SITE

Recommended for you

Securing Network Access with Open Source solutions
Securing Network Access with Open Source solutionsSecuring Network Access with Open Source solutions
Securing Network Access with Open Source solutions

My presentation from Atlanta Linux Fest on how to allow users secure access to your network using open source technologies. Examples include how to add two-factor authentication to Apache, OpenVPN, Astaro, NX etc.

authenticationlinuxsecurity
Deploying and running Grails in the cloud
Deploying and running Grails in the cloudDeploying and running Grails in the cloud
Deploying and running Grails in the cloud

Taking a look at different cloud providers and how easy it is to deploy a basic Grails application to them. Created for the http://sfgrails.com meetup Feb 2011.

gaeapp enginegrails
Best-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSBest-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWS

This session covers best practices, features, and capabilities that users of Microsoft products can leverage in AWS. We emphasize Windows Server, Microsoft SQL Server, Active Directory, and .NET capabilities available and deeply integrated in AWS. With these learnings, you can extend the value of your Microsoft investments, lower total cost of ownership (TCO), and keep users working in familiar environments.

amazon web servicesawsaws cloud
MULTIPLE AUTHORS
SUDDEN TRAFFIC SURGE
THOUSANDS OF POSTS
NEWS SITE
AUTOSCALING
INCREASE / DECREASE
INSTANCES BASED ON LOAD
COST-EFFICIENT
AUTOMATIC RECOVERY
AUTOSCALING
WORDPRESS POWERED BY AMIMOTO
amimoto-ami.com/client/
EC2
INSTANCE
SELECTION +
OPTIMAL
SIZING

Recommended for you

Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros

introduction to widows Azure for SharePoint IT Pros and DEV. how they can leverage with SharePoint farms for enterprise and developer environment.

sharepoint 2013azurewindows azure
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure

Recent advancements in the NIST-JARVIS infrastructure: JARVIS-Overview, JARVIS-DFT, AtomGPT, ALIGNN, JARVIS-Leaderboard

jarvisjarvis-dftalignn
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing

Invited Remote Lecture to SC21 The International Conference for High Performance Computing, Networking, Storage, and Analysis St. Louis, Missouri November 18, 2021

distributed supercomputerdistributed machine learning
Instance Types T2.MICRO T2.SMALL T2.MEDIUM C4.LARGE
Recommended
WordPress
Installs
3 3 3 5
Assumed PV /
month
100,000 PV /
month
300,000 PV /
month
300,000 PV /
month
1 Million PV /month
Memory (GB) 1 2 4 3,75
HDD (ElasQc
Block Store)
Default Capacity: 30 GB (SSD),
addi]onal disk may be added
Purpose
web servers, developer environments
& small databases
for high traffic web servers,
media transcoding, online
gaming servers, ad serving
engines, compute-intensive apps
AMIMOTO HHVM ⋅ 14 DAYS FREE TRIAL
1-CLICK LAUNCH VIA AWS CONSOLE
AWS MARKETPLACE LAUNCH

Recommended for you

20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024

Everything that I found interesting last month about the irresponsible use of machine intelligence

quantumfaxmachine
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024

This is a powerpoint that features Microsoft Teams Devices and everything that is new including updates to its software and devices for May 2024

microsoft teamsmicrosoft
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides

If you’ve ever had to analyze a map or GPS data, chances are you’ve encountered and even worked with coordinate systems. As historical data continually updates through GPS, understanding coordinate systems is increasingly crucial. However, not everyone knows why they exist or how to effectively use them for data-driven insights. During this webinar, you’ll learn exactly what coordinate systems are and how you can use FME to maintain and transform your data’s coordinate systems in an easy-to-digest way, accurately representing the geographical space that it exists within. During this webinar, you will have the chance to: - Enhance Your Understanding: Gain a clear overview of what coordinate systems are and their value - Learn Practical Applications: Why we need datams and projections, plus units between coordinate systems - Maximize with FME: Understand how FME handles coordinate systems, including a brief summary of the 3 main reprojectors - Custom Coordinate Systems: Learn how to work with FME and coordinate systems beyond what is natively supported - Look Ahead: Gain insights into where FME is headed with coordinate systems in the future Don’t miss the opportunity to improve the value you receive from your coordinate system data, ultimately allowing you to streamline your data analysis and maximize your time. See you there!

AWS CONSOLE LAUNCH
hTp://amimoto-
ami.com/slack/
QuesQons: Interested in being a
DistribuQon Partner?
markeQng
@digitalcube.jp
WordPress + Amazon Web Services WARSAW
PART 2: HANDS-ON
LOGIN to
AWS

Recommended for you

How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf

In the modern digital era, social media platforms have become integral to our daily lives. These platforms, including Facebook, Instagram, WhatsApp, and Snapchat, offer countless ways to connect, share, and communicate.

social media hackerfacebook hackerhire a instagram hacker
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In

Six months into 2024, and it is clear the privacy ecosystem takes no days off!! Regulators continue to implement and enforce new regulations, businesses strive to meet requirements, and technology advances like AI have privacy professionals scratching their heads about managing risk. What can we learn about the first six months of data privacy trends and events in 2024? How should this inform your privacy program management for the rest of the year? Join TrustArc, Goodwin, and Snyk privacy experts as they discuss the changes we’ve seen in the first half of 2024 and gain insight into the concrete, actionable steps you can take to up-level your privacy program in the second half of the year. This webinar will review: - Key changes to privacy regulations in 2024 - Key themes in privacy and data governance in 2024 - How to maximize your privacy program in the second half of 2024

data privacyprivacy complianceai
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024

This presentation explores the practical application of image description techniques. Familiar guidelines will be demonstrated in practice, and descriptions will be developed “live”! If you have learned a lot about the theory of image description techniques but want to feel more confident putting them into practice, this is the presentation for you. There will be useful, actionable information for everyone, whether you are working with authors, colleagues, alone, or leveraging AI as a collaborator. Link to presentation recording and transcript: https://bnctechforum.ca/sessions/details-of-description-part-ii-describing-images-in-practice/ Presented by BookNet Canada on June 25, 2024, with support from the Department of Canadian Heritage.

a11yaccessibilityalt text
AWS MANAGEMENT CONSOLE
SELECT THE NEAREST REGION
EC2 / ELASTIC COMPUTE CLOUD
LAUNCH INSTANCE

Recommended for you

Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces

An invited talk given by Mark Billinghurst on Research Directions for Cross Reality Interfaces. This was given on July 2nd 2024 as part of the 2024 Summer School on Cross Reality in Hagenberg, Austria (July 1st - 7th)

augmented realitycross realityvirtual reality
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time

Is your patent a vanity piece of paper for your office wall? Or is it a reliable, defendable, assertable, property right? The difference is often quality. Is your patent simply a transactional cost and a large pile of legal bills for your startup? Or is it a leverageable asset worthy of attracting precious investment dollars, worth its cost in multiples of valuation? The difference is often quality. Is your patent application only good enough to get through the examination process? Or has it been crafted to stand the tests of time and varied audiences if you later need to assert that document against an infringer, find yourself litigating with it in an Article 3 Court at the hands of a judge and jury, God forbid, end up having to defend its validity at the PTAB, or even needing to use it to block pirated imports at the International Trade Commission? The difference is often quality. Quality will be our focus for a good chunk of the remainder of this season. What goes into a quality patent, and where possible, how do you get it without breaking the bank? ** Episode Overview ** In this first episode of our quality series, Kristen Hansen and the panel discuss: ⦿ What do we mean when we say patent quality? ⦿ Why is patent quality important? ⦿ How to balance quality and budget ⦿ The importance of searching, continuations, and draftsperson domain expertise ⦿ Very practical tips, tricks, examples, and Kristen’s Musts for drafting quality applications https://www.aurorapatents.com/patently-strategic-podcast.html

patentspatent applicationpatent prosecution
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses

CIO Council Cal Poly Humboldt September 22, 2023

national research platformdistributed supercomputerdistributed systems
CHOOSE AN AMI
WORDPRESS POWERED BY
AMIMOTO (HHVM)
CHOOSE T2.MICRO (FREE TIER ELIGIBLE)
& CONFIGURE INSTANCE DETAILS
AMIMOTO (HHVM) FREE TRIAL
IS ONLY FOR 1 INSTANCE

Recommended for you

Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf

As a popular open-source library for analytics engineering, dbt is often used in combination with Airflow. Orchestrating and executing dbt models as DAGs ensures an additional layer of control over tasks, observability, and provides a reliable, scalable environment to run dbt models. This webinar will cover a step-by-step guide to Cosmos, an open source package from Astronomer that helps you easily run your dbt Core projects as Airflow DAGs and Task Groups, all with just a few lines of code. We’ll walk through: - Standard ways of running dbt (and when to utilize other methods) - How Cosmos can be used to run and visualize your dbt projects in Airflow - Common challenges and how to address them, including performance, dependency conflicts, and more - How running dbt projects in Airflow helps with cost optimization Webinar given on 9 July 2024

apache airflowdbtdbt-core
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...

Slide of the tutorial entitled "Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Emerging Trends" held at UMAP'24: 32nd ACM Conference on User Modeling, Adaptation and Personalization (July 1, 2024 | Cagliari, Italy)

user modelinguser profilinguser model
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf

Kief Morris rethinks the infrastructure code delivery lifecycle, advocating for a shift towards composable infrastructure systems. We should shift to designing around deployable components rather than code modules, use more useful levels of abstraction, and drive design and deployment from applications rather than bottom-up, monolithic architecture and delivery.

infrastructure as codeclouddevops
TAG INSTANCE
TAG INSTANCE
amimoto
ASSIGN SECURITY GROUP
REVIEW & LAUNCH
LAUNCH

Recommended for you

BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdfBT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf

Presented at Gartner Data & Analytics, London Maty 2024. BT Group has used the Neo4j Graph Database to enable impressive digital transformation programs over the last 6 years. By re-imagining their operational support systems to adopt self-serve and data lead principles they have substantially reduced the number of applications and complexity of their operations. The result has been a substantial reduction in risk and costs while improving time to value, innovation, and process automation. Join this session to hear their story, the lessons they learned along the way and how their future innovation plans include the exploration of uses of EKG + Generative AI.

neo4jneo4j webinarsgraph database
WPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide DeckWPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide Deck

YOUR RELIABLE WEB DESIGN & DEVELOPMENT TEAM — FOR LASTING SUCCESS WPRiders is a web development company specialized in WordPress and WooCommerce websites and plugins for customers around the world. The company is headquartered in Bucharest, Romania, but our team members are located all over the world. Our customers are primarily from the US and Western Europe, but we have clients from Australia, Canada and other areas as well. Some facts about WPRiders and why we are one of the best firms around: More than 700 five-star reviews! You can check them here. 1500 WordPress projects delivered. We respond 80% faster than other firms! Data provided by Freshdesk. We’ve been in business since 2015. We are located in 7 countries and have 22 team members. With so many projects delivered, our team knows what works and what doesn’t when it comes to WordPress and WooCommerce. Our team members are: - highly experienced developers (employees & contractors with 5 -10+ years of experience), - great designers with an eye for UX/UI with 10+ years of experience - project managers with development background who speak both tech and non-tech - QA specialists - Conversion Rate Optimisation - CRO experts They are all working together to provide you with the best possible service. We are passionate about WordPress, and we love creating custom solutions that help our clients achieve their goals. At WPRiders, we are committed to building long-term relationships with our clients. We believe in accountability, in doing the right thing, as well as in transparency and open communication. You can read more about WPRiders on the About us page.

web development agencywpriderswordpress development
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024

Everything that I found interesting about machines behaving intelligently during June 2024

quantumfaxmachine
CREATE KEY PAIR,
DOWNLOAD & LAUNCH
WordPress + Amazon Web Services Hands-on WARSAW
INSTANCE STATE: RUNNING
STATUS CHECKS: INITIALIZING
STATUS CHECKS:
2/2 CHECKS PASSED

Recommended for you

論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...

Jindong Gu, Zhen Han, Shuo Chen, Ahmad Beirami, Bailan He, Gengyuan Zhang, Ruotong Liao, Yao Qin, Volker Tresp, Philip Torr "A Systematic Survey of Prompt Engineering on Vision-Language Foundation Models" arXiv2023 https://arxiv.org/abs/2307.12980

20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf

Support en anglais diffusé lors de l'événement 100% IA organisé dans les locaux parisiens d'Iguane Solutions, le mardi 2 juillet 2024 : - Présentation de notre plateforme IA plug and play : ses fonctionnalités avancées, telles que son interface utilisateur intuitive, son copilot puissant et des outils de monitoring performants. - REX client : Cyril Janssens, CTO d’ easybourse, partage son expérience d’utilisation de notre plateforme IA plug & play.

genaicloudrgpd
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry

Are you interested in dipping your toes in the cloud native observability waters, but as an engineer you are not sure where to get started with tracing problems through your microservices and application landscapes on Kubernetes? Then this is the session for you, where we take you on your first steps in an active open-source project that offers a buffet of languages, challenges, and opportunities for getting started with telemetry data. The project is called openTelemetry, but before diving into the specifics, we’ll start with de-mystifying key concepts and terms such as observability, telemetry, instrumentation, cardinality, percentile to lay a foundation. After understanding the nuts and bolts of observability and distributed traces, we’ll explore the openTelemetry community; its Special Interest Groups (SIGs), repositories, and how to become not only an end-user, but possibly a contributor.We will wrap up with an overview of the components in this project, such as the Collector, the OpenTelemetry protocol (OTLP), its APIs, and its SDKs. Attendees will leave with an understanding of key observability concepts, become grounded in distributed tracing terminology, be aware of the components of openTelemetry, and know how to take their first steps to an open-source contribution! Key Takeaways: Open source, vendor neutral instrumentation is an exciting new reality as the industry standardizes on openTelemetry for observability. OpenTelemetry is on a mission to enable effective observability by making high-quality, portable telemetry ubiquitous. The world of observability and monitoring today has a steep learning curve and in order to achieve ubiquity, the project would benefit from growing our contributor community.

cloudcloud native observabilitycloud native
ELASTIC
IP ADDRESS
WORDPRESS
SET UP
can remain with you
even there is no associated instance
returned (and cannot be retrieved)
as soon as you stop a Virtual Machine
Op]onal
When you create a Virtual Machine,
you get a Public IP
No maaer how many ]mes
you stop / start an intance with EIP,
the same IP will con]nue to be available
as the public IP of the Virtual Machine.
If there is no EIP,
each ]me you stop and start the instance,
you get a new Public IP every ]me.
hap://blog.digitalcube.jp/archives/1870
ELASTIC IP ADDRESS VS. PUBLIC IP ADDRESS
ELASTIC IPS
ALLOCATE NEW ADDRESS

Recommended for you

ASSOCIATE ADDRESS
WordPress + Amazon Web Services Hands-on WARSAW
COPY & PASTE EIP TO YOUR BROWSER
AMIMOTO AMI WELCOME SCREEN;
RETURN TO AWS MANAGEMENT CONSOLE

Recommended for you

COPY YOUR INSTANCE ID
PASTE YOUR INSTANCE ID
& CLICK NEXT STEP
SET UP WORDPRESS
LOGIN TO YOUR WORDPRESS

Recommended for you

YOU CAN START TO CUSTOMIZE
YOUR WORDPRESS OR PUBLISH A POST
ACTIVATE PRE-INSTALLED PLUGINS
CUSTOMIZE THE SETTINGS SET THE CACHE EXPIRATION
FOR EVERY PAGE
ENABLE FLUSH CACHE
FOR AUTOMATIC
CACHE DELETION
FOR MULTI-SITE, ACTIVATE
NGINX CACHE CONTROLLER
ON EACH DASHBOARD

Recommended for you

OFF:
Requests per second: 7.73 [#/sec]
ON:
Requests per second: 707.26 [#/sec]
INSTANCE
SCALE UP
STOP THE RUNNING INSTANCE
INSTANCE STATE: STOPPED

Recommended for you

SELECT A LARGER INSTANCE
START THE INSTANCE
YOU’VE SCALED UP YOUR
WORDPRESS SITE TO T2.SMALL INSTANCE
INSTANCE
SCALE DOWN

Recommended for you

STOP T2.SMALL INSTANCE
INSTANCE STATE: STOPPED
SELECT A SMALLER INSTANCE
START THE INSTANCE

Recommended for you

YOU’VE SCALED DOWN YOUR
WORDPRESS SITE TO T2.MICRO INSTANCE
AMIMOTO
DATABASE
MANAGEMENT
PHPMYADMIN ⋅
WP-CLI
PHPMYADMIN
ENABLED IN AMIMOTO
MANAGED HOSTING
IN SELF-HOSTING,
REWRITE IS NEEDED
• the user of the .conf file is root
• switch to the root user with su -, then edit the file.
1. Around Line 61: Change
ENABLE PHPMYADMIN
include /etc/nginx/
phpmyadmin;
#location ~* /(phpmyadmin|
myadmin|pma) {
# access_log off;
# log_not_found off;
# return 404;
#}
##include /etc/nginx/
phpmyadmin;
location ~* /(phpmyadmin|
myadmin|pma) {
access_log off;
log_not_found off;
return 404;
}

Recommended for you

2. Ager rewri]ng
# service nginx restart
restart Nginx.
You can access the phpMyAdmin in hap://example.com/phpMyAdmin/ ager you restart.
3. Login username & password of phpMyAdmin will be the username and password for the
database (wriaen in the wp-config.php).
4. You can use phpMyAdmin ager the process above.
ENABLE PHPMYADMIN
NOTES:
• replace the default.conf
• disable the phpMyAdmin ager use.
Many vulnerabili]es were found in the previous phpMyAdmin (unauthorized access even
without installa]on). 

For the reason, with AMIMOTO, phpMyAdmin is disabled by default even though it is installed.
ENABLE PHPMYADMIN
WP-CLI
WP-CLI
COMMAND LINE
INTERFACE FOR WORDPRESS
INSTALLED BY DEFAULT
AFTER AMIMOTO 1.1
WP-CLI
• Database export
wp db export []
The filename is any + .sql.
Sql file is created when the
opera]on completes
• Database Op]miza]on
wp db optimize
• Database import
wp db import []
sql file is the file that had
been uploaded to the
server in advance
There are many commands you can use:
hap://wp-cli.org/commands/db/

Recommended for you

SFTP
CYBERDUCK
FILE TRANSFER PROTOCOL
/ SFTP CLIENT
1. Start PuTTY (from the Start menu, click All
Programs > PuTTY > PuTTY).

2. In the Category pane, select Session and
complete the following fields:



a) in the Host Name box, enter 

ec2-user@public_dns_name



b) under Connec]on type, select SSH



c) ensure that Port is 22
CONNECT FROM WINDOWS USING PUTTY
3. In the Category pane, expand Connec]on,
expand SSH, and then select Auth.
Complete the following:.



a) click Browse



b) select the .ppk file that you generated for
your key pair, and then click Open



c) click Open to start the PuTTY session

4. If this is the first ]me you have connected
to this instance, a security alert dialog box
will be displayed. Click Yes. A window opens
and you are connected to your instance.
CONNECT FROM WINDOWS USING PUTTY

Recommended for you

1. Open your command shell and run the following command:



$ chmod 600 /paths/my-key-pair.pem

2. Next, run the following command:



$ ssh -i /paths/my-key-pair.pem ec2-user@public_dns_name

CONNECT FROM MAC OR LINUX USING AN SSH CLIENT
Ager login to the SSH run the following command:



$ curl -L https://raw.githubusercontent.com/amimoto-ami/run-
httpd-as-ec2-user/master/run-httpd-as-ec2-user.sh | sudo bash
RUN THE FOLLOWING COMMAND
haps://amimoto.zendesk.com/hc/en-us/ar]cles/206552077-How-to-connect-Amimoto-instance-to-S-FTP-client-sogware-
SERVER CONNECTION SETTINGS
Server: Instance IP Address
Username: ec2-user
Secret key
Path: / var / www / vhosts / {instance name
(op]onal)}
Connec]on method (Port): SFTP (22)
CONNECT WITH (S) FTP CLIENT SOFTWARE
ROUTE 53

Recommended for you

ROUTE 53
DNS WEB SERVICE
TRANSLATES www.example.com
to numeric IP 192.0.2.1 that computers
use to connect to each other
DOMAIN: amimotohandson.info
OBTAINED FROM: GODADDY
ROUTE 53
GET STARTED NOW

Recommended for you

CREATE HOSTED ZONE
Hands-on
amimotohandson.info
TYPE DOMAIN NAME & CREATE
WordPress + Amazon Web Services Hands-on WARSAW
WordPress + Amazon Web Services Hands-on WARSAW

Recommended for you

WordPress + Amazon Web Services Hands-on WARSAW
COPY THESE NS VALUES
WordPress + Amazon Web Services Hands-on WARSAW
WordPress + Amazon Web Services Hands-on WARSAW

Recommended for you

TERMINATING
THE
INSTANCE
CHOOSE THE INSTANCE
FOR TERMINATION
TERMINATE THE INSTANCE
INSTANCE TERMINATED

Recommended for you

RELEASE
EIP ADDRESS
RELEASE THE EIP ADDRESS
RUNNING INSTANCES: 0
ELASTIC IPS: 0
JIN-KEI
CLOUD
FORMATION
TEMPLATE

Recommended for you

AWS CLOUDFORMATION
CREATE & MANAGE
AWS RESOURCES EASILY
USE TEMPLATES / CREATE
YOUR OWN TO DEPLOY APPS
JIN-KEI :
TACTICAL BATTLE FORMATION
CLOUDHAPPY.NET
JIN-KEI
FREE AWS
CLOUDFORMATION TEMPLATES
OPTIMIZED FOR
WORDPRESS
CLOUDHAPPY.NET
CLOUDHAPPY.NET
SETUP PLATFORM,
DEPLOY WP & OTHER APPS
CREATE SERVER
INFRASTRUCTURE
OPSCODE CHEF &
BASH SCRIPTS
JIN-KEI

Recommended for you

OKEHAZAMA
JIN-KEI CLOUDFORMATION
ELB + SINGLE EC2
INSTANCE WEB SERVER
Elas(c Load Balancing
NGINX Reverse
Proxy Cache
HVM Instance
KAWANAKAJIMA
JIN-KEI CLOUDFORMATION
Elas(c Load Balancing
NGINX Reverse
Proxy Cache
HVM Instance
ELB + SINGLE EC2 INSTANCE
+ MULTI-AZ RDS INSTANCE
RDS DB Instance
RDS DB Instance
Standby (Mul(-AZ)
NAGASHINO
JIN-KEI CLOUDFORMATION
FORMATION OF CDP’s
NFS SHARING PATTERN
Elas(c Load Balancing
Auto Scaling
Auto Scaling
HVM Instance HVM Instance
NFS
DB
File
Amazon RDS Amazon RDS
CLOUDHAPPY.NET/SETTING-MANUAL
SELECT ANY JIN-KEI
CLOUDFORMATION TEMPLATE
SELECT REGION TO
LAUNCH WITH 1-CLICK
CREATE STACK
& CONTINUE

Recommended for you

DIGITALCUBE
TEAM &
WHAT WE DO
WORDPRESS,
WORDCAMP &
THE COMMUNITY
AWS &
USER GROUPS
WORDPRESS
& AWS
FIRST STEPS
AWS
USE CASES
WORDPRESS
USE CASES
HHVM
PERFORMANCE
TESTS
SITES, ISSUES
& SOLUTIONS
PART I: SUMMARY
AMIMOTO
WORDPRESS
HOSTING
AWS
MANAGEMENT
CONSOLE
INSTANCE
LAUNCH &
CONFIGURATION
KEY PAIR &
ELASTIC IP
INSTANCE
SCALE UP &
DOWN
WORDPRESS
SETUP
MANAGING
DATABASE
JIN-KEI CLOUD
FORMATION
TEMPLATES
PART II: SUMMARY
ROUTE 53
SFTP
@Amimoto_Ami
amimoto-ami.com
WordPress + Amazon Web Services Hands-on
WARSAW
THANK YOU!

More Related Content

What's hot

Deploy and Scale your PHP App with AWS ElasticBeanstalk and Docker- PHPTour L...
Deploy and Scale your PHP App with AWS ElasticBeanstalk and Docker- PHPTour L...Deploy and Scale your PHP App with AWS ElasticBeanstalk and Docker- PHPTour L...
Deploy and Scale your PHP App with AWS ElasticBeanstalk and Docker- PHPTour L...
Corley S.r.l.
 
Azure from scratch part 5 By Girish Kalamati
Azure from scratch part 5 By Girish KalamatiAzure from scratch part 5 By Girish Kalamati
Azure from scratch part 5 By Girish Kalamati
Girish Kalamati
 
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
Amazon Web Services
 
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media ServerAWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
Amazon Web Services
 
Architecting for AWS
Architecting for AWSArchitecting for AWS
Architecting for AWS
Amazon Web Services
 
High-Performance Magento in the Cloud
High-Performance Magento in the CloudHigh-Performance Magento in the Cloud
High-Performance Magento in the Cloud
AOE
 
Free radius for wpa2 enterprise with active directory integration
Free radius for wpa2 enterprise with active directory integrationFree radius for wpa2 enterprise with active directory integration
Free radius for wpa2 enterprise with active directory integration
Chanaka Lasantha
 
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
Amazon Web Services
 
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015
Remi Bergsma
 
Realtime with-websockets-2015
Realtime with-websockets-2015Realtime with-websockets-2015
Realtime with-websockets-2015
ColdFusionConference
 
DevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshopDevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshop
Remi Bergsma
 
AWS Summit Auckland - Moving MS .NET Applications One Container at a Time
AWS Summit Auckland - Moving MS .NET Applications One Container at a TimeAWS Summit Auckland - Moving MS .NET Applications One Container at a Time
AWS Summit Auckland - Moving MS .NET Applications One Container at a Time
Amazon Web Services
 
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
AOE
 
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2How to Guide access the WebSphere Portal Prospero demo on Amazon EC2
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2
Chris Sparshott
 
Locking Down CF Servers
Locking Down CF ServersLocking Down CF Servers
Locking Down CF Servers
ColdFusionConference
 
My Database Skills Killed the Server
My Database Skills Killed the ServerMy Database Skills Killed the Server
My Database Skills Killed the Server
ColdFusionConference
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments
Ohad Raz
 
Create docker image with bluemix dev ops
Create docker image with bluemix dev opsCreate docker image with bluemix dev ops
Create docker image with bluemix dev ops
Joseph Chang
 
SDAccel Design Contest: How to use SDAccel on AWS
SDAccel Design Contest: How to use SDAccel on AWSSDAccel Design Contest: How to use SDAccel on AWS
SDAccel Design Contest: How to use SDAccel on AWS
NECST Lab @ Politecnico di Milano
 
2015 ZendCon - Do you queue
2015 ZendCon - Do you queue2015 ZendCon - Do you queue
2015 ZendCon - Do you queue
Mike Willbanks
 

What's hot (20)

Deploy and Scale your PHP App with AWS ElasticBeanstalk and Docker- PHPTour L...
Deploy and Scale your PHP App with AWS ElasticBeanstalk and Docker- PHPTour L...Deploy and Scale your PHP App with AWS ElasticBeanstalk and Docker- PHPTour L...
Deploy and Scale your PHP App with AWS ElasticBeanstalk and Docker- PHPTour L...
 
Azure from scratch part 5 By Girish Kalamati
Azure from scratch part 5 By Girish KalamatiAzure from scratch part 5 By Girish Kalamati
Azure from scratch part 5 By Girish Kalamati
 
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
 
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media ServerAWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
 
Architecting for AWS
Architecting for AWSArchitecting for AWS
Architecting for AWS
 
High-Performance Magento in the Cloud
High-Performance Magento in the CloudHigh-Performance Magento in the Cloud
High-Performance Magento in the Cloud
 
Free radius for wpa2 enterprise with active directory integration
Free radius for wpa2 enterprise with active directory integrationFree radius for wpa2 enterprise with active directory integration
Free radius for wpa2 enterprise with active directory integration
 
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
 
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015
The Mission Critical Cloud @ Apache CloudStack meetup Amsterdam June 2015
 
Realtime with-websockets-2015
Realtime with-websockets-2015Realtime with-websockets-2015
Realtime with-websockets-2015
 
DevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshopDevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshop
 
AWS Summit Auckland - Moving MS .NET Applications One Container at a Time
AWS Summit Auckland - Moving MS .NET Applications One Container at a TimeAWS Summit Auckland - Moving MS .NET Applications One Container at a Time
AWS Summit Auckland - Moving MS .NET Applications One Container at a Time
 
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
Magento Imagine 2013: Fabrizio Branca - Learning To Fly: How Angry Birds Reac...
 
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2How to Guide access the WebSphere Portal Prospero demo on Amazon EC2
How to Guide access the WebSphere Portal Prospero demo on Amazon EC2
 
Locking Down CF Servers
Locking Down CF ServersLocking Down CF Servers
Locking Down CF Servers
 
My Database Skills Killed the Server
My Database Skills Killed the ServerMy Database Skills Killed the Server
My Database Skills Killed the Server
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments
 
Create docker image with bluemix dev ops
Create docker image with bluemix dev opsCreate docker image with bluemix dev ops
Create docker image with bluemix dev ops
 
SDAccel Design Contest: How to use SDAccel on AWS
SDAccel Design Contest: How to use SDAccel on AWSSDAccel Design Contest: How to use SDAccel on AWS
SDAccel Design Contest: How to use SDAccel on AWS
 
2015 ZendCon - Do you queue
2015 ZendCon - Do you queue2015 ZendCon - Do you queue
2015 ZendCon - Do you queue
 

Similar to WordPress + Amazon Web Services Hands-on WARSAW

AMIMOTO: WordPress + Amazon Web Services MANILA
AMIMOTO: WordPress + Amazon Web Services MANILAAMIMOTO: WordPress + Amazon Web Services MANILA
AMIMOTO: WordPress + Amazon Web Services MANILA
Kel
 
AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños
AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los BañosAMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños
AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños
Kel
 
2nd AMIMOTO: WordPress + Amazon Web Services Singapore
2nd AMIMOTO: WordPress + Amazon Web Services Singapore2nd AMIMOTO: WordPress + Amazon Web Services Singapore
2nd AMIMOTO: WordPress + Amazon Web Services Singapore
Kel
 
AMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
AMIMOTO: WordPress + Amazon Web Services Hands-on PARISAMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
AMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
Kel
 
Amazon AWS Workspace Howto
Amazon AWS Workspace HowtoAmazon AWS Workspace Howto
Amazon AWS Workspace Howto
mailbhargav
 
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...Jump-start your application migration to AWS with CloudEndure - STG305 - New ...
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...
Amazon Web Services
 
Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in ComparisonJava in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison
adesso AG
 
Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison
Eberhard Wolff
 
Migrating Jive To The Cloud
Migrating Jive To The CloudMigrating Jive To The Cloud
Migrating Jive To The Cloud
mattjive
 
Word press, the automated way
Word press, the automated wayWord press, the automated way
Word press, the automated way
Michaël Perrin
 
Rock Solid WordPress
Rock Solid WordPressRock Solid WordPress
Rock Solid WordPress
Erik Osterman
 
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels
Kel
 
Serverless AWS reInvent 2019 recap
Serverless AWS reInvent 2019 recapServerless AWS reInvent 2019 recap
Serverless AWS reInvent 2019 recap
Daniel Zivkovic
 
GigaSpaces CCF 4 Xap
GigaSpaces CCF 4 XapGigaSpaces CCF 4 Xap
GigaSpaces CCF 4 Xap
Shay Hassidim
 
IBM Cloud SoftLayer Introduction & Hands-on 2016
IBM Cloud SoftLayer Introduction & Hands-on 2016IBM Cloud SoftLayer Introduction & Hands-on 2016
IBM Cloud SoftLayer Introduction & Hands-on 2016
Atsumori Sasaki
 
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier RamirezRe:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
javier ramirez
 
Securing Network Access with Open Source solutions
Securing Network Access with Open Source solutionsSecuring Network Access with Open Source solutions
Securing Network Access with Open Source solutions
Nick Owen
 
Deploying and running Grails in the cloud
Deploying and running Grails in the cloudDeploying and running Grails in the cloud
Deploying and running Grails in the cloud
Philip Stehlik
 
Best-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSBest-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWS
Amazon Web Services
 
Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros
Usama Wahab Khan Cloud, Data and AI
 

Similar to WordPress + Amazon Web Services Hands-on WARSAW (20)

AMIMOTO: WordPress + Amazon Web Services MANILA
AMIMOTO: WordPress + Amazon Web Services MANILAAMIMOTO: WordPress + Amazon Web Services MANILA
AMIMOTO: WordPress + Amazon Web Services MANILA
 
AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños
AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los BañosAMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños
AMIMOTO: WordPress + Amazon Web Services University of the Philippines Los Baños
 
2nd AMIMOTO: WordPress + Amazon Web Services Singapore
2nd AMIMOTO: WordPress + Amazon Web Services Singapore2nd AMIMOTO: WordPress + Amazon Web Services Singapore
2nd AMIMOTO: WordPress + Amazon Web Services Singapore
 
AMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
AMIMOTO: WordPress + Amazon Web Services Hands-on PARISAMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
AMIMOTO: WordPress + Amazon Web Services Hands-on PARIS
 
Amazon AWS Workspace Howto
Amazon AWS Workspace HowtoAmazon AWS Workspace Howto
Amazon AWS Workspace Howto
 
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...Jump-start your application migration to AWS with CloudEndure - STG305 - New ...
Jump-start your application migration to AWS with CloudEndure - STG305 - New ...
 
Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in ComparisonJava in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison
 
Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison Java in the Cloud : PaaS Platforms in Comparison
Java in the Cloud : PaaS Platforms in Comparison
 
Migrating Jive To The Cloud
Migrating Jive To The CloudMigrating Jive To The Cloud
Migrating Jive To The Cloud
 
Word press, the automated way
Word press, the automated wayWord press, the automated way
Word press, the automated way
 
Rock Solid WordPress
Rock Solid WordPressRock Solid WordPress
Rock Solid WordPress
 
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels
AMIMOTO WordPress + Amazon Web Services for ALL Tech Levels
 
Serverless AWS reInvent 2019 recap
Serverless AWS reInvent 2019 recapServerless AWS reInvent 2019 recap
Serverless AWS reInvent 2019 recap
 
GigaSpaces CCF 4 Xap
GigaSpaces CCF 4 XapGigaSpaces CCF 4 Xap
GigaSpaces CCF 4 Xap
 
IBM Cloud SoftLayer Introduction & Hands-on 2016
IBM Cloud SoftLayer Introduction & Hands-on 2016IBM Cloud SoftLayer Introduction & Hands-on 2016
IBM Cloud SoftLayer Introduction & Hands-on 2016
 
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier RamirezRe:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
 
Securing Network Access with Open Source solutions
Securing Network Access with Open Source solutionsSecuring Network Access with Open Source solutions
Securing Network Access with Open Source solutions
 
Deploying and running Grails in the cloud
Deploying and running Grails in the cloudDeploying and running Grails in the cloud
Deploying and running Grails in the cloud
 
Best-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSBest-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWS
 
Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros
 

Recently uploaded

Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
KAMAL CHOUDHARY
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
Larry Smarr
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
Matthew Sinclair
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
Stephanie Beckett
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
Safe Software
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
HackersList
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
BookNet Canada
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
Mark Billinghurst
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
Aurora Consulting
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
Tatiana Al-Chueyr
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Erasmo Purificato
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
Kief Morris
 
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdfBT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
Neo4j
 
WPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide DeckWPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide Deck
Lidia A.
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
Matthew Sinclair
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
Toru Tamaki
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
Sally Laouacheria
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 

Recently uploaded (20)

Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
 
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
 
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdfBT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
BT & Neo4j: Knowledge Graphs for Critical Enterprise Systems.pptx.pdf
 
WPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide DeckWPRiders Company Presentation Slide Deck
WPRiders Company Presentation Slide Deck
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 

WordPress + Amazon Web Services Hands-on WARSAW