AWS re:Invent'18 - re:Cap

Pre-re:Invent'18 Launches 🚀 (November 2018) AWS Region in Milan, Italy. CloudFormation Drift Detection. EC2 Auto Scaling Groups With Multiple Instance Types & Purchase Options. Train Custom Document Classifiers with Amazon Comprehend. Amazon S3 Block Public Access – Another Layer of Protection for Your Accounts and Buckets. Using AWS CodePipeline to Perform Multi-Region Deployments. AWS Resource Access Manager – Cross-Account Resource Sharing. AWS GovCloud (US-East) Now Open. Amazon Route 53 Resolver for Hybrid Clouds. Predictive Scaling for EC2, Powered by Machine Learning. re:Invent'18 (Nov. 26-30, 2018 - Las Vegas, NV) 🚀 = Launch ...

December 2, 2018 · 4 min · 773 words · zoph

How do I prepare AWS Certifications

Updated on: 2019-04-20 Currently, I’ve successfully passed the following AWS Certifications: AWS Solutions Architect - Professional, AWS Security Specialty, AWS Developer Associate, AWS Architect Associate and AWS SysOps Associate. In this post, I will show you how do I prepare for AWS Certifications. To start, please find below the actual Certification roadmap: Why AWS Certifications? It is always a benefit to validate your knowledge with the official certification path from the vendor, It’s a recognition for your skills like all other IT Certifications, but AWS certifications are well recognized in the IT area. ...

August 5, 2018 · 3 min · 478 words · zoph

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