Category Cloud

Usando Trivy como escaner de vulnerabilidades

Los siguientes pasos son pruebas realizadas con Trivy para hacer el escaneo de vulnerabilidades de paquetes Python. El objetivo es la integración de Trivy en un entorno CI/CD que nos permita tener controlados los paquetes que se bajan, se escanee dicho paquete y posteriormente se suba a un repositorio de artifactos. Esta primera aproximación se […]

Subiendo ficheros grandes a AWS S3 con multipart

Este es un breve resumen de los pasos a realizar para hacer la subida de ficheros grandes a un bucket S3 de AWS mediante su CLI y la capacidad que nos da la herramienta dividiendo los ficheros. Subida de ficheros mediante multipart A la hora de hacer una subida masiva de ficheros a S3 primero […]

Mis datos sobre el Control Tower de AWS

Introducción Dentro de los servicios o funcionalidades de AWS uno de los más completos es el denominado AWS Control Tower. Fuera de ser un único servicio, Control Tower establece tanto la Landing Zone donde posteriormente se desplegarán las cargas de trabajo, así como, todos los elementos se seguridad y gestión que nos permiten administrar una […]

How to upload files to AWS S3 Glacier if it is not available in the console?

In some locations AWS doesn’t have the S3 Glacier available directly in the console. For example in October 2023 in Spain. But you have an option to upload files with that class with the S3 API. When you want upload a file directly to the S3 Glacier, you can use the next command: After the […]

Federated Identity Management and protocols

What Is Federated Identity? (OneLogin) Federated identity allows authorized users to access multiple applications and domains using a single set of credentials. It links a user’s identity across multiple identity management systems so they can access different applications securely and efficiently. When organizations implement federated identity solutions, their users can access web applications, partner websites, Active Directory, […]

What is IDaaS?

Webinar: Actualizaciones de productos – Terraform Cloud + HCP Packer

Enjoy!!!

My information about the Platform Engineering

The discipline of designing and building toolchains and workflows that enable self-service capabilities for software engineering organizations in the cloud-native era. Platform engineers provide an integrated product most often referred to as an “Internal Developer Platform” covering the operational necessities of the entire lifecycle of an application. General Information Tools Definitions Videos Links Books Enjoy!!!

When you need to put a *ops in your Live

In the last years it has been appearing a lot of strategies about *ops in all the ecosystems of IT. You can begin with DevOps, follow with FinOps and finish with ApiOps. Now its time to put in order all this concepts and leave them in one place. And this posts is the Solution for […]

AWS publica la tercera edición de Cloud Adoption Framework

El pasado 22 de noviembre, Amazon publicó su tercera edición de AWS Cloud Adoption Framework. Pensado íntegramente para tener un marco de trabajo que permita administrar, gestionar y generar la migración al cloud, el AWS CAF 3.0 es un gran referente dentro del mercado para analizar como dar el paso a la nube o marcar […]