Add your own domain to your S3 hosted static websiteIn one of the previous articles we've created an S3 static website. It was using the CloudFront generated URI, which isn't particularly professional 馃檪 In this guide we'll connect it to our own domain. Services we use Route53 for DNS management AWS...Mar 18, 2024路4 min read
How to set up CI/CD pipeline on AWS using BitBucket, ECS, ECRPART 2 - ECS and EC2Feb 9, 2024路7 min read
How to set up CI/CD pipeline on AWS using BitBucket, ECS, ECRPART 1 - Environment SetupFeb 7, 2024路6 min read
How to prevent public AWS Lambda abuse using API GatewayThe Risks of Public AWS Lambda Functions Public AWS Lambda functions are powerful, but without proper safeguards, they can be misused. Here鈥檚 what can go wrong: Open Access: If anyone can trigger your Lambda function, it might be used for the wrong ...Feb 1, 2024路5 min read
How to set up an example AWS environment with secure EC2 accessIntroduction This guide will provide a simple way to set up an EC2 and give secure access to a user without opening any ports on the EC2. What we'll end up with is: an EC2 machine in our current VPC with appropriate permissions additional permissio...Jan 30, 2024路3 min read
Dynamic Image content resizing with LambdaWhen should you read this guide If: You have a significant amount, possibly millions of images with various usage patterns that you serve to website guests If these images are not static images, but dynamic, generated on the user request If you ca...Jan 29, 2024路8 min read
Essential tips for securing your first AWS accountAt account creation A secure password At account creation make sure you pick a strong password. Understandably "strong password" is a vague explanation, but you type in something similar to a service like this:https://bitwarden.com/password-strength/...Jan 24, 2024路4 min read