"Cloud security Engineer ☁️ | Writing about security & cloud topics ✍️ | Let's connect and dive into the exciting world of security and the cloud! ✨"
Nothing here yet.
Jan 16 · 5 min read · A common approach to serving static assets in the AWS cloud is to upload files, such as images, PDFs, or icons, to an S3 bucket. A frequent “shortcut” many developers take is granting public read access to these objects, while this approach works fun...
Join discussion
Jun 15, 2025 · 4 min read · Problem Overview You have just replaced an image in your AWS S3 bucket using the same file name and path, expecting the updated version to reflect instantly on your website. However, when the site loads, the CloudFront URL continues to serve the old ...
Join discussion
Nov 18, 2024 · 11 min read · This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...
CCyril commented
Jun 26, 2024 · 4 min read · This is an article guide on creating a serverless movie API using Boto3 which is an AWS SDK for Python. It is a great start for anyone willing to practice using different AWS services like Lambda functions, API gateway, S3 bucket, etc. Tools Used La...
Join discussion