diff --git a/content/events/2016-amsterdam/workshops.md b/content/events/2016-amsterdam/workshops.md index 22c7333314e..9a75eda3a14 100644 --- a/content/events/2016-amsterdam/workshops.md +++ b/content/events/2016-amsterdam/workshops.md @@ -96,7 +96,7 @@ tags = ["amsterdam","amsterdam-2016"]
Title: Building Scalable Docker Services in Amazon’s Web Services with ECS +
Title: Designing Scalable Services on Amazon’s Web Services
-Amazon offers a wide number of tools to architect scalable services in various ways. This workshop will walk you through a handful of these approaches to both architect your own services, or modify existing softwares for scale. By the end of this workshop, you will be familiar with the requirements for designing scalable services and various approaches to achieving this goal on AWS. We’ll do a workshop on as many of the topics below based on that topic’s popularity and the time available; at the start of the workshop we’ll take a vote and go from there. The topics available include…
+Amazon offers a wide number of tools to architect scalable services in various ways. This workshop will walk you through a handful of these approaches to both architect your own services, or modify existing softwares for scale. By the end of this workshop, you will be familiar with the requirements for designing scalable services and various approaches to achieving this goal on AWS. I’ll kick the workshop off with one main topic, and then based on interest and time we’ll cover the optional topics below. The topics available include…
-• Modifying an existing application for (auto)scale on AWS (Workshop with EC2, RDS, ElastiCache, AutoScaling, Deployment Strategies, Schema Change Strategies)
+Main Topic
+• Modifying an existing application for (auto)scale on AWS (Workshop with EC2, RDS, ElastiCache, AutoScaling, Deployment Strategies, Schema Change Strategies)
+
+Optional Topics (time permitting and interest-based)
• Architecting Services without Servers (Workshop with AWS Lambda, NodeJS, Serverless, API Gateway, CloudFront)
-• Building apps on a Platform as a Service (Workshop with Elastic Beanstalk, PHP, ElastiCache)
• Architecting Docker-based Microservices with Amazon’s Elastic Container Service (Workshop with ECS, RDS, Docker)
• Explanation, demonstration and Q&A discussion of Continuous Delivery/Deployment Strategies and tools and their uses/usage pertaining to AWS
-• Scalable Services on AWS in a healthy DevOps culture (SNS, SQS, AWS Lambda, Slack)
+• Scalable Services on AWS in a healthy DevOps culture (SNS, SQS, AWS Lambda, Slack)
-To participate in this workshop and to maximize what you can get out of this workshop, you will need…
-• A functional unix-based or unix-friendly computer / VM
-• A functional Amazon AWS Account (https://aws.amazon.com)
-• Amazon’s CLI toolkit installed (https://aws.amazon.com/cli/)
-• Amazon’s CLI toolkit configured on your machine (http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html)
-• Docker installed and functional on your machine (if participating/interested in ECS)
- • Test to ensure docker is working by running a hello world application
- • https://docs.docker.com/engine/userguide/containers/dockerizing/“
-• NodeJS v4.x Installed (For Lambda, API Gateway, Elastic Beanstalk)
+To participate in this workshop and to maximize what you can get out of this workshop, you will need…
+
+• A functional unix-based or unix-friendly computer or VM (or enough skills with windows cygwin to get by)
+• A functional Amazon AWS Account (https://aws.amazon.com)
+• Amazon’s CLI toolkit installed (https://aws.amazon.com/cli/)
+• Amazon’s CLI toolkit configured on your machine (http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html)
+• Docker installed and functional on your machine (if participating/interested in ECS)
+ • Test to ensure docker is working by running a hello world application
+ • https://docs.docker.com/engine/userguide/containers/dockerizing/“
+• NodeJS v4.x Installed (For Lambda, API Gateway)
• A general understanding of AWS concepts and technologies and/or interest to learn
• A general understanding of some of the various technologies and concepts above and/or interest to learn
• A little experience with scripting/programming will also help speed your education of this workshop but is not necessary
-• I welcome beginners, but I may only be able to spend so much time at this level of assistance. Find or contact me afterwards if you want to ask me questions I could not answer during the workshop.
-In this workshop I will provide…
+In this workshop I will provide…
+
<
• Slides at the start of the chat
-• Demo/Sample API endpoints to be used by some of the workshop
+• Demo/Sample API endpoints and code to be used by some of the workshop
• Various sample codebases and/or tools in various git repositories to be used in the workshop
-• A friendly helpful guide to explore various tools and technologies with you
+• A friendly helpful guide to explore various tools and technologies with you
+
About the speaker
Farley is a Senior DevOps Engineer and consultant for OlinData. He has experience with high-scalability systems both in bare metal and in the cloud for the last 12 years and on AWS for over 6 years now. He's founded a handful of startups and been doing consulting for a wide range of companies in Silicon Valley and around the world. He is passionate about high-scalability and redundant, systems, automation, agile and continuous deployment, documentation, diagramming and open-source software. He has no associations with Amazon other than being a passionate user of their platform and holding an AWS Associate Certification.
diff --git a/data/events/2016-amsterdam.yml b/data/events/2016-amsterdam.yml index 935de66c0ec..899499f171f 100644 --- a/data/events/2016-amsterdam.yml +++ b/data/events/2016-amsterdam.yml @@ -61,6 +61,8 @@ sponsors: level: bronze - id: workiva level: bronze + - id: 2015-sdl + level: bronze # BBQ - id: chef level: bbq @@ -178,6 +180,8 @@ speakers: level: talk - id: "tiziano-perrucci" level: talk + - id: "robert-den-broeder" + level: talk speaker_levels: - id: talk diff --git a/data/speakers/2016/amsterdam/robert-den-broeder.yml b/data/speakers/2016/amsterdam/robert-den-broeder.yml new file mode 100644 index 00000000000..358a6060fc7 --- /dev/null +++ b/data/speakers/2016/amsterdam/robert-den-broeder.yml @@ -0,0 +1,3 @@ +name: "Robert den Broeder" +twitter: "" +bio: "Robert den Broeder is owner of Trigono BV and is a certified trainer / coach in IT Service Management and Organizational Behavior Management (OBM). Organizational Behavior Management (OBM) is a management approach that demonstrably increases team performance and motivation. Robert supports organizations with implementing and improving service management processes, with special attention for behavioral change, using OBM techniques and principles." diff --git a/static/img/sponsors/2015-sdl.png b/static/img/sponsors/2015-sdl.png index c55360b959a..b8734c63946 100644 Binary files a/static/img/sponsors/2015-sdl.png and b/static/img/sponsors/2015-sdl.png differ