Popular Posts
Recent Comments
- Juan Ortiz commented on Montar directorios NFS bajo Windows 7
(462 weeks ago)
Friends
Links
Sections
- Apache (11)
- Automation (1)
- AWS (4)
- Azure (1)
- Bicicleta (6)
- C (2)
- Curiosidades (5)
- Defecto (3)
- Docker (7)
- Ecos de sociedad (12)
- Es personal (31)
- Filosofía GNU (7)
- FreeBSD (1)
- HPC (4)
- Jenkins (3)
- Kubernetes (7)
- Linux (83)
- Linux Kernel (2)
- Linux Script (12)
- MDS (2)
- Microsoft (1)
- Nagios (1)
- offtopic (6)
- OpenStack (3)
- PHP (4)
- Python (7)
- Seguridad (4)
- Tips (27)
- Virtualización (4)
- Windows (4)
- WordPress (2)
search…
Old entries
Tags
- alta disponibilidad
- Apache
- automatización
- aws
- backup
- bash
- centos
- cluster
- cron
- cups
- debian
- DHCP
- DNS
- docker
- fsck
- glusterfs
- howto
- htaccess
- incron
- iptables
- kerberos
- kubernetes
- ldap
- lenny
- libertad
- linux
- lvm2
- mandriva directory server
- MDS
- miedo
- monitorizacion
- nfs
- openstack
- p2p
- PHP
- Python
- raid5
- samba
- script
- scripting
- shell
- ubuntu
- usermod
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
Previously on nordri’s blog…
Tag Archives: aws
Recovering Untagged Images From ECR
Happened today that our CI system created a new Docker Image with a tag that was supposed to be used in production. So, we faced with a Docker Image tagged like the production one but it wasn’t the production one … Continue reading
Elastest & Amazon Dash Button
Here, at Universidad Rey Juan Carlos, where we’re working hard to deploy Elastest, we’ve the need to run instances on AWS all the time. We, of course, have defined CloudFormation Templates to do the work but we can go further … Continue reading
Posted in Automation, AWS, Tips
Tagged aws, codeurjc, dash button, elastest, telegram
Comments Off on Elastest & Amazon Dash Button
Lanzar Workers de Jenkins en AWS
En esta entrada veremos lo sencillo que resulta configurar Jenkins para levantar instancias en AWS EC2 para el entorno de CI. 1. Crear la AMI con packer. Tenemos ya algunos nodos en el entorno de CI que se provisionan con … Continue reading