IAM policies based on tags. Different AWS Services work differentlyIf you’re planning to design IAM policies based on tags, it’s essential to understand that different AWS services handle tags differently…Dec 6Dec 6
Understanding how much you save with the RDS RI Exchange programHere is a CUR (Cost and Usage Report) request you can use in Amazon Athena to get how much you are saving thanks to the RDS RI Exchange…Jul 2Jul 2
HTTP protocol hands-onHere are some instructions / code snippets to play around HTTP.Dec 10, 2023Dec 10, 2023
How does Amazon S3 endpoints work ?Here is a quick example of some requests to the Amazon S3 service that could help you understand how the service endpoints work.Jun 11, 2023Jun 11, 2023
Deploy your own AWS Lambda function in Java (in less than 1 min)Here is how you can create and deploy your own AWS Lambda Java function in less than 1 minute (with Linux).Mar 15, 2023Mar 15, 2023
Short PHP script to display incoming request content (useful for Amazon Cloudfront)While creating demos for the AWS service Amazon Cloudfront, I had to configure a Cloudfront origin (a Linux VM in that case).Feb 25, 2023Feb 25, 2023
How to generate public / private key and then a self-signed certificateLet’s create the private key first openssl genpkey -algorithm RSA -out private-key.keyFeb 16, 2023Feb 16, 2023
AWS DynamoDB Scan operation illustratedHello everyone, the purpose of this blog post is to illustrate how a “scan” operation in DynamoDB works.Feb 12, 2023Feb 12, 2023
CloudWatch anomaly detectionFirst step, let’s create an anomaly detector model on a specific CloudWatch metric (EC2 Average CPUUtilization for an instance):Jan 31, 2023Jan 31, 2023
How to quickly stress test CPU on Amazon LinuxDownload and install the stress test toolOct 14, 2022Oct 14, 2022