Categories
AWS AWS Certification AWS Certification DevOps

Optimización de costos en AWS Cloud

La optimización de costos es uno de los 5 pilares del marco de buenas prácticas de arquitectura en AWS. La variedad de servicios y opciones de precios de AWS ofrecen la flexibilidad para gestionar eficazmente tus costos y mantener el rendimiento y la capacidad que se necesite.  AWS, a través de BigCheese, ayudan a los […]

Categories
IT Team

La magia de saber que se puede mejorar

Hace unas semanas llegaba el “boletín” de mis hijas del jardín. El formato de cómo se calificaba me hizo reflexionar sobre la importancia de saber y de hacer saber que se puede seguir mejorando.

Categories
IT Team

¿Cómo fomentar la auto-organización de los equipos remotos?

Cuando escribía este título por un instante pensé: mmm esto parece una contradicción. Si los equipos son auto-organizados, ¿por qué tendríamos que fomentar su auto-organización? 🤔 Pero enseguida me contra argumenté ¡Claro que tenemos que fomentarla! Y más si tu equipo esta trabajando remotamente, desde sus casas. Un buen coach de equipos se asegura que […]

Categories
Mujeres en IT

5 simples razones por las que necesitamos más mujeres en IT

Con motivo de Techy por un día organizado por CUTI, el Plan Ceibal entrevistó a nuestra COO & Co-founder sobre por qué necesitamos más mujeres en tecnología, más concretamente en el mundo del software, y cómo hacer para que más chicas estudien carreras STEM, o sea, ciencia, tecnología, ingeniería o matemática. Hay 5 sencillos motivos […]

Categories
AWS DevOps

5 AWS Cost Optimization Tips

More and more often I get asked about how to reduce AWS usage costs on current cloud infrastructure. Well, it depends on each account, but we will share below some suggestions that apply to most AWS accounts. Read our 5 AWS Cost Optimisation Tips. Actually, Cost Optimization is one of the 5 pillars from the […]

Categories
AWS AWS Certification

SOME THOUGHTS AFTER THE “AWS DEVOPS ENGINEER CERTIFICATION”

AWS DevOps Engineer Certification

Categories
AWS

CENTRALIZED LOGS: A GREAT TOOL TO ANALYZE AND SOLVE PRODUCTION ISSUES

6 months have passed since we first released MUS. MUS is an Android/iOS/web application for listening to music that gives a relevant place to domestic artists content, that sometimes are hard to find in the bast international catalogs, or that haven’t been reached by the digital inclusion yet. (If you are interesting to learn more about de […]

Categories
AWS

ENABLE CORS ON AN ELASTIC LOAD BALANCER

A couple of weeks ago we needed to consume from a ReactJS frontend some REST services hosted on some EC2 instances, standing behind an Elastic load balancer. As you may know, if both the frontend application and the services are not served on the same host (in our case the ReactJS frontend was on a […]

Categories
AWS

AMAZON EC2 VS ELASTIC BEANSTALK

This is one question that we get asked a lot: “Should I deploy my website and database both on an EC2 instance, or should I go for an Elastic Beanstalk environment and an RDS?” For example, if you have a PHP/MySQL website, you may launch an EC2 instance and install everything in there.Or, you may […]

Categories
AWS DevOps

MYSQL MULTI-MASTER REPLICATION ON AMAZON RDS

One great feature of modern relational databases is the ability to replicate changes automatically from one database server to another. This has many use cases, from having a backup that is ready to jump as a production server, to having a fresh copy of your data out of the online database for heavy load queries. In a project for ANII, […]