top of page

Search


Two tools for handling obsolete APIs in k8s
When we use Kubernetes to deploy services, we often find ourselves needing to update their APIs or perform a cluster upgrade. As a good...
Feb 15, 2023


Streamlining Security with Amazon Security Hub: A where to start Step-by-Step Guide
Amazon Security Hub is a security service offered by Amazon Web Services (AWS) that aggregates and prioritizes security findings from...
Feb 7, 2023


How to get started with Terraform console
Terraform console isa tool that provides Terraform to evaluate expressions or debug resources in a state in an interactive way. It’s a...
Feb 2, 2023


Boost AWS Security with Trivy Vulnerability Scanning
As we already know, AWS counts with a useful tool to scan our images for vulnerabilities when we push them to our registry. On this...
Jan 25, 2023


Keep your S3 buckets safe in transit and in rest
When using AWS S3, our favorite AWS service for keeping static files, we have two ways of uploading objects, by HTTP or HTTPS , when we...
Jan 18, 2023


What did AWS Re: Invent bring us in terms of Security?
Re: Invent is the most anticipated event by the AWS community, not only because of the networking and relationships that are based there...
Jan 13, 2023


Automate Slack Notifications with Dependabot and GitHub Actions
Dependabot and Github working together Dependabot is a tool integrated with GitHub which allows us to automate analysis and updates of...
Dec 20, 2022


Get organized with Terraform Workspaces
As we know, when we deploy Infrastructure, it’s prevalent that we need many and different environments, like development, testing,...
Dec 14, 2022


Best Security Practices, Well-Architected Framework
Understanding good practices is essential to do a job well and above all it is even more important if we talk about security issues,...
Oct 13, 2022


Secure S3 Website Hosting with AWS Cloudfront and Cognito Authentication
Sometimes we need to protect our website (or part of it) from unauthorized access, this can be tricky because we need to think of a...
Oct 6, 2022
bottom of page