Bien démarrer sur AWS

Bien démarrer sur AWS

Vous trouverez ici un ensemble de mini vidéos, la plupart sous la barre des 5 minutes, pour répondre aux questions les plus fréquement posées sur AWS. Votre question n’a pas de réponse dans la liste ci-dessous ? Dites-le moi ! N’hésitez pas à chercher via des mots clés sur cette page. https://youtu.be/_iBuMSUPZNk Infrastructure Globale Compte et facturation Outils (Console, Ligne de Commande et SDK) Amazon IAM Amazon EC2 Amazon VPC Amazon EBS Amazon CloudFront Elastic Load Balancer Amazon RDS AWS Lambda Amazon S3 New: Migration and Backup New: Desktop Computing ...

September 1, 2020 · 4 min · Seb
Blogging without servers

Blogging without servers

This week I migrated my 13 years old Wordpress blog to a serverless architecture. Here is why. The first version of the blog, between 2005 and 2013, was hosted at Dreamhost. Since I joined AWS in 2013, I migrated it to a simple cloud-based architecture : one Amazon EC2 instance, one Amazon RDS MySQL database and an Amazon CloudFront distribution, coupled with some AWS Web Application Firewall rules to filter out the bulk of unwanted traffic. I developed a couple of scripts to backup the AMI and collect logs with Cloudwatch, created alarms to be alerted about unusual events etc … Maintenance was minimal, my job was just to keep Linux, Apache, Wordpress up-to-date and monitoring the occasional alarms. But this was still too much for me, on top of my professional and family life. ...

October 17, 2018 · 3 min · Seb