
Hitting Github API REST with the Linux console
The very first step to hit any API REST is to read the documentation because every API is a world. While some of them are very intuitive, others require a lot of time on thinking about how to make every single call due to the resource's format required. The Github API REST has calls requiring a very specific format of input parameters. Might be in the header, in the URL's path, as URL GET parameters, or inside a JSON formatted body. But this is not all, because the answer wil

Teracloud achieves AWS Advanced Consulting Partner Status
This week Teracloud has achieved the Amazon Web Services Partner Network (APN) Advanced Consulting Partner status, further cementing its position as a global leader in helping customers design, architect, build and migrate cloud-native solutions on AWS. The AWS Partner Network (APN) is the global community of Partners who leverage Amazon Web Services to build customer solutions and services. AWS helps Partners build, market, and sell their AWS offerings by providing valuable

Cross account access to S3 using IRSA in EKS with Terraform as IaaC
We have many options to get cross-account access to resources, but when talking about the Kubernetes cluster, things can get a little bit tricky! So, in this blog, I'll share a solution to do it in the safest way using the principle of least privilege. A typical scenario is to have two accounts, Account A, with an EKS cluster and Account B with an S3 bucket (example_bucket) that needs to be accessed by a pod from account A.
We have many options for this: We can create a bucke