
Again that mail about the need of rotating the Github Tokens of your pipelines?
“CodeStar Connect” will release you of that pain. Everybody knows the inconvenience of working with secrets like Tokens or Webhooks: You need to create them, save them in the Parameter Store to avoid leakage, and rotate them every couple of months. But now, using CodeStar connections and the Github App on AWS you are completely free of them! Creating this connection is as simple as you can see in this link; however, in Terraform you will find that it’s as easy as in the AWS M

Your AWS invoice is getting bigger and bigger because of CloudWatch Logs, and you don't know why?
If when you look at your invoice you see that the amount you have to pay because of CloudWatch Logs keeps growing, this tip will definitely interest you. One of the main items that make the monthly CloudWatch Logs charge increase is PutLogEvents, which is the ingestion of logs into log groups. But the problem now is to find how much each log group is getting charged to know how to reduce the costs. It might seem that there is not a straightforward way to do this. However, the

Why are organizations moving towards containerization?
As a company's operations grow, so does its IT system. Any change can present a challenge because new features are added and scaled. Containerization has evolved over the years and has allowed companies to grow while maintaining an efficient organization. Just as a businessman revolutionized the shipping industry more than 60 years ago by using containers the size of a trailer to transport merchandise; Today's container technology is changing how companies deploy and use appl

Every format with its parser
In this Teratip scenario, we are in a GNU/Linux console environment, which could be inside a Jenkinsfile for example, and we need a JSON object. A very common situation actually. Along many years we have seen things like: echo '{"channel":"main","text":"Hello %%USER%%"}' > message.json With also very complex to read sed structures to fill placeholders. Or even run a sh script in a jenkinsfile that calls python code to be able to use the python library to create the JSON and l