Stress website with a Beehive (with machineguns 🔫)

Warning I deny any responsibility for using this article to launch an assault on a website that you don’t own. TL;DR In this article, you will find a procedure to launch a distributed load test of ApacheBench (AB) on your website. I will use: BeesWithMachineGuns Requirements Boto / awscli Python 2.6 - 3.6 paramiko Installation aws configure with your credentials sudo pip install https://github.com/newsapps/beeswithmachineguns/archive/master.zip Launch ssh-agent, add your key: Copy your EC2 ssh-key pair to your instance, in /home/ec2-user/.ssh/. This key will be used to launch bees. ...

March 18, 2018 Â· 2 min Â· 418 words Â· zoph

Using Athena & QuickSight for ALB-ELB Access Logs Analysis

In this article, I will describe how to use Athena and QuickSight to make BI/DataViz of your current Loadbalancer Access Logs on AWS: ELB and ALB. From AWS: “Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and you pay only for the queries that you run.” In few minutes, you will be able to query your access log, even if you have a huge amount of logs with this serverless service. I will show you how to use AWS DataViz product called QuickSight to get some great visuals. ...

February 18, 2018 Â· 4 min Â· 680 words Â· zoph

[FR] Backup Jeedom sur AWS S3

Dans cet article, nous allons voir comment sauvegarder vos backups Jeedom dans le Cloud Amazon. Ok, mais combien ça coûte Amazon Web Services (AWS) ? Je pars du principe que vous avez un backup par jour pendant 1 an à sauvegarder, chaque backup fait 100 Mo (le double de ma sauvegarde actuelle) La première année pendant le FreeTier : 0,74$/mois La deuxième année après le FreeTier : 0,86$/mois Evidemment il n’y a aucun intérêt de garder autant de versions, un mois est à mon sens largement suffisant. ...

January 12, 2018 Â· 2 min Â· 386 words Â· zoph

[FR] Connexion sécurisée à votre réseau personnel

Dans ce premier article en Français, nous allons voir comment vous pouvez connecter à votre réseau personnel (LAN) de votre domicile de manière sécurisée. L’idée est d’ouvrir sur votre box internet le moins de port possible, et ainsi réduire votre surface d’attaque au maximum grâce à un tunnel SSH. Ainsi, il n’y aura qu’une seule porte d’entrée à votre réseau et à vos équipements, nous allons sécuriser cette unique entrée. ...

January 1, 2018 Â· 5 min Â· 877 words Â· zoph

[Deprecated] Jekyll CBCD Pipeline to the Cloud

Update 29/01/2019 Since AWS Amplify is out, please find newer version [here]({{ site.baseurl }}/cloud/Migration-to-Amplify/) Update 09/02/2018 I’ve updated this article to remove the EC2 used for draft check (for CostSaving), I’m now using S3 bucket with a custom _config.yml. Requirement: Before reading this article, please find those how-to to publish simple static Jekyll website to S3 using ACM SSL and CloudFront CDN. here, here, or here I know, you will told me, why are you using such workload to publish simple blog, It sounds crazy!?. Why not using Medium instead ? The answer is to get my own custom blog platform, and play with AWS tools and Services. ...

November 20, 2017 Â· 4 min Â· 647 words Â· zoph