From 8e1cf12a771a34081f9f30dd304ff50eaa5fc9e5 Mon Sep 17 00:00:00 2001 From: wouter Date: Wed, 6 Nov 2019 10:20:08 +0100 Subject: [PATCH] added small workshop on ec2 hosting during a techtue --- content/events/ec2workshop/001.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/events/ec2workshop/001.md diff --git a/content/events/ec2workshop/001.md b/content/events/ec2workshop/001.md new file mode 100644 index 0000000..6d08866 --- /dev/null +++ b/content/events/ec2workshop/001.md @@ -0,0 +1,21 @@ +--- +startdate: 2018-12-17 +starttime: "19:00" +linktitle: "hosting on Amazon EC2" +title: "hosting on Amazon EC2" +price: "" +image: "techtuesday.png" +eventtype: "Workshop" +location: "HSBXL" +--- + + +A bunch of people have expressed an interest in a base explanation of hosting sites and services in Amazon ec2 instances +so we will have an hour or 2 looking at the different base components. + +We will be looking at +* ec2 instances (classic virtual machines) +* rds instances (used to host databases) +* ELB load balancing between machine +* security groups + -- GitLab