Día 51: Pipeline CI/CD Parte 2

Guía práctica para implementar CI/CD con AWS CodeBuild y buildspec.yml, integrada con CodeCommit, CodePipeline y CodeDeploy. Aprende a servir index.html con nginx y desplegar artefactos en AWS para software a medida.

18 sept 2025 • 3 min read • Q2BSTUDIO Team

Inteligencia-Artificial-

Día 51: Pipeline CI/CD Parte 2 — En esta entrega profundizamos en AWS CodeBuild y mostramos cómo integrarlo en un flujo CI/CD práctico, pensado para equipos que desarrollan aplicaciones a medida y software a medida como los que crea Q2BSTUDIO, empresa de desarrollo de software especializada en aplicaciones a medida, inteligencia artificial, ciberseguridad y servicios cloud aws y azure.

Qué es CodeBuild: AWS CodeBuild es un servicio fully managed de integración continua que compila el código fuente, ejecuta pruebas y genera artefactos listos para desplegar. No requiere gestionar servidores de compilación porque AWS gestiona el escalado e infraestructura. Es habitual utilizarlo junto a CodeCommit, CodePipeline y CodeDeploy para cerrar una canalización CI/CD completa.

Archivo buildspec.yml: este archivo define los comandos y la configuración de la compilación para CodeBuild. Se escribe en YAML y se coloca en la raíz del repositorio. Ejemplo sencillo de estructura explicada en línea: version: 0.2; phases: install: commands: - echo Instalando dependencias...; build: commands: - echo Build started on fecha; - echo Compilando la aplicacion; post_build: commands: - echo Build completed on fecha; artifacts: files: - **/*

Ejemplo práctico para servir un index.html mediante nginx dentro de CodeBuild: version: 0.2; phases: install: runtime-versions: docker: 18; commands: - echo Instalando Nginx...; - yum install -y nginx; build: commands: - echo Build started on fecha; - mkdir -p /usr/share/nginx/html; - cp index.html /usr/share/nginx/html/index.html; post_build: commands: - echo Build completed on fecha; - echo Artifacts ready for deployment; artifacts: files: - index.html

Contenido del archivo index.html recomendado: un HTML sencillo con un mensaje Hello from AWS CodeBuild para verificar el flujo. En el repositorio crea index.html con una estructura básica y con un encabezado que muestre que la compilación copió el archivo correctamente.

Pasos locales y en consola: en el repo Git commit y sube los archivos con: git add index.html buildspec.yml; git commit -m Add index.html and buildspec for CodeBuild; git push origin main. Luego en la consola AWS crea un proyecto en CodeBuild, con fuente apuntando a CodeCommit y usando imagen gestionada Amazon Linux 2 Standard. Indica que utilice el buildspec.yml ya comprometido y lanza la compilación. Durante el build deberías ver la instalación de nginx, la copia de index.html y la generación de artefactos.

Integración y despliegue: una vez que CodeBuild genera los artefactos puedes integrarlo en CodePipeline para desplegar automáticamente con CodeDeploy o un bucket S3. Este tipo de pipelines es ideal para proyectos de desarrollo de software a medida y procesos de automatización de despliegue en entornos cloud.

Por qué elegir Q2BSTUDIO: en Q2BSTUDIO trabajamos en proyectos de software a medida y aplicaciones a medida, combinando prácticas DevOps y pipelines CI/CD con soluciones de inteligencia artificial y servicios de ciberseguridad para proteger el ciclo de vida del software. Si buscas desarrollar soluciones a medida contamos con experiencia en arquitecturas cloud y despliegues en AWS y Azure, además de ofrecer servicios de inteligencia de negocio y power bi para aprovechar los datos en la toma de decisiones.

Servicios y contacto: si necesitas diseño y desarrollo de aplicaciones escalables visita nuestra página de servicios de desarrollo de aplicaciones y software a medida servicios de desarrollo de aplicaciones y software a medida o conoce nuestras capacidades en inteligencia artificial y soluciones de IA para empresas en servicios de inteligencia artificial. Ofrecemos además ciberseguridad, automatización de procesos, agentes IA y soluciones de business intelligence como Power BI para impulsar tu proyecto de forma segura y eficiente.

Palabras clave: aplicaciones a medida, software a medida, inteligencia artificial, ciberseguridad, servicios cloud aws y azure, servicios inteligencia de negocio, ia para empresas, agentes IA, power bi.

A BREAK?

Play for a moment before you go

OUR SERVICES

How we can help you

Artificial intelligence

AI agents, chatbots, and intelligent assistants that automate tasks and serve your customers 24/7 to improve the efficiency of your business.

More info

Software Development

Web, mobile, and desktop applications, intranets, e-commerce, SaaS, and management platforms designed for your company's specific needs.

More info

Cloud services

Migration, infrastructure, managed hosting, high availability, and security on Microsoft Azure and Amazon Web Services to help your business scale without limits.

More info

Cybersecurity and pentesting

Security audits, penetration testing and protection of applications, data and infrastructure on-premise and cloud, with ethical hacking and regulatory compliance.

More info

Business Intelligence

Dashboards and data analysis with Power BI: we integrate your sources, design dashboards and KPIs and turn your data into decisions.

More info

Process automation

We automate repetitive tasks and connect your applications with n8n, Power Automate, Make, and RPA, eliminating manual work and increasing productivity.

More info

Training for Companies

We train your teams in technology with criteria: web development, databases, Git, best practices and security, automation with n8n, artificial intelligence for companies and creation of AI solutions with Azure AI Foundry.

More info

Code Auditing

We audit the code that you, your team or an AI create: we tell you what is good and what to improve, we secure it and make it ready for production, web or app.

More info

AI Image Generation

We create for you the images that your business needs with artificial intelligence: product, networks, advertising, illustration and avatars. You tell us what you want and we deliver it ready to use.

More info

AI Video Generation

We create videos with artificial intelligence for you: promotional, networking, virtual presenters, dubbing and animations. You tell us the idea and we will deliver it assembled and ready to publish.

More info

AI Conversational Avatars

We create conversational avatars with AI – digital humans with a face and voice – that serve your customers and teams with the knowledge of your company, on your website, interactive monitors, WhatsApp or Teams.

More info

Online Marketing and AI

Google Ads, Meta Ads, LinkedIn Ads and AI Engine Positioning (GEO/AEO): we attract customers and make your brand appear where they search for you, also on ChatGPT, Gemini and Perplexity.

More info

Do you have a project in mind?

Tell us your vision and we'll turn it into a software solution. Whatever the scope, we make your idea real.

Live Chat