top of page

Search


Using IAM Roles Anywhere instead of IAM Keys
Introduction In hybrid and multi-cloud environments, one of the biggest challenges is enabling secure access to cloud resources without relying on static credentials such as IAM access keys. As organizations integrate on-premises workloads, edge devices, and services running in other clouds with AWS, identity management becomes a critical piece of the architecture. AWS IAM Roles Anywhere addresses this challenge by allowing systems outside of AWS to authenticate using X.509 c
Apr 13


Automation workflow to execute scripts on EC2 instances with SSM and Terraform
1. Introduction This document describes how to use the SSM Cronjobs Terraform Module to define, deploy, and operate scheduled operational tasks on EC2/ECS hosts using: SSM Documents (run shell scripts). SSM Maintenance Windows (scheduling, orchestration). Instance / resource targeting via tags. This module is designed for: Operational jobs (migrations, maintenance, cleanups). Jobs that must run inside existing hosts or containers. Jobs that must run in a specific order. J
Apr 1


Enhancing Your API Security with CloudFront and AWS Managed Prefix Lists
Introduction When deploying APIs on AWS using Application Load Balancers (ALB), it is common to configure Security Groups to allow HTTP/HTTPS traffic from any source (0.0.0.0/0). While this works, it violates the principle of least privilege and exposes your infrastructure to unnecessary risks . In this article, I’ll show you how to improve your API security by using CloudFront as a distribution layer and restricting access to your ALB so that it only accepts traffic from Cl
Mar 27


AWS DevOps Agent — When Operations Stop Being Reactive
For years, DevOps teams have been told the same story: automate everything you can, design for failure, and aim for operational excellence. The guidance is solid. The reality, however, has been harder. Modern systems are no longer simple stacks you can reason about from a single dashboard. They are living environments: multiple AWS accounts, distributed services, continuous deployments, third-party integrations, and teams shipping changes daily. When something breaks, the pro
Dec 23, 2025


Azure DevOps to AWS with AWS Toolkit + Service Connection
Based on a real project implementation + official references Azure DevOps does NOT support native OIDC federation to AWS. Even though it can theoretically issue a token: It cannot be used for write operations It does NOT work with SigV4 It is NOT an officially supported method by AWS Therefore: We had to install the AWS Toolkit. We had to create an AWS Service Connection. Only then Azure Pipelines could write to AWS (ECR/Mira, S3, Terraform, etc.). This is exactly what we i
Dec 12, 2025


How to use GitLab Pipelines without AWS credentials in four easy steps
We’ve already shared two useful guides on how to configure IAM Roles with GitHub Actions and Bitbucket Pipelines, both showing how to connect your CI/CD to AWS without using long-term credentials. If you are interested, check them out here: GitHub Actions without AWS credentials How to use Bitbucket pipelines without AWS credentials Now, we’re wrapping up this security-focused series with a third post showing you how to configure IAM Roles for GitLab Pipelines using OIDC — c
Nov 18, 2025


The Future of Work: Redesigning Talent for the Age of Generative AI
Unlike previous waves of automation, which primarily impacted routine, blue-collar work on factory floors, the current revolution, powered by generative artificial intelligence (AI), is fundamentally reshaping cognitive, white-collar professions at an unprecedented pace. The established career ladder, a predictable pathway for professional development for generations, is now collapsing at its first and most critical rung. From Teracloud’s perspective, this shift isn’t just te
Nov 10, 2025


How to Deploy SQL Server with Read Replicas on AWS Using Terraform
- TL;DR Deploying SQL Server with read replicas on AWS is complex due to edition, licensing, and provisioning limits. Teracloud built a...
Oct 8, 2025


Why migrate to Amazon Aurora I/O-Optimized?
TL;DR: Migrating from Amazon Aurora Standard to Aurora I/O-Optimized can reduce your costs by up to 65%, eliminate the unpredictability...
Oct 1, 2025


Cloud solutions for Oil and Gas: IT services
In the energy value chain, every link is critical. From upstream production to processing and distribution, the transportation of...
Sep 8, 2025
bottom of page