X by Orange; Una telco en la nube
Desde Enero de 2018 estoy trabajando en un proyecto bastante innovador dentro de X by Orange, sociedad perteneciente al grupo Orange España, para llevar productos digitales de comunicación y seguridad…
Desde Enero de 2018 estoy trabajando en un proyecto bastante innovador dentro de X by Orange, sociedad perteneciente al grupo Orange España, para llevar productos digitales de comunicación y seguridad…
Link evento: https://www.meetup.com/madrid-devops/events/251981646/ https://youtu.be/YshJMpYzK-4 Este mes de Junio hablaremos en una mesa redonda sobre la evolución del cloud computing en nuestro mundo real, hablando de experiencias varias en proyectos de…
In this video we keep working in deploying Minecraft server automated and in HA. For achieve this we are going to deploy Minecraft in a cluster of Docker containers in…
In the previous post we learnt how to deploy the whole infrastructure in AWS with Terraform and how to provision software with Ansible. Now we are going to learn how…
In a previous post we learnt how to deploy a Minecraft Server with an Ansible playbook in an AWS Server. Today we are going to learn how to deploy…
AWS CloudFormation is a very useful DevOps tool for deploy and update a template and its associated collection of resources (called a stack) . It is very useful to create your…
AWS CloudFormation is a very useful DevOps tool for deploy and update a template and its associated collection of resources (called a stack) . It is very useful to create your…
Audio in Spanish, Slides in English https://vimeo.com/76334136 https://vimeo.com/76334134 https://vimeo.com/76336356 Related post: Immutable servers with Vagrant and Chef – Chapter I
https://vimeo.com/76334136 https://vimeo.com/76334134 https://vimeo.com/76336356 Post relacionado: Immutable servers with Vagrant and Chef – Chapter I
1. Requirements Ruby https://www.ruby-lang.org/en/ VirtualBox https://www.virtualbox.org/ EC2 tools (Optional) http://juanvicenteherrera.eu/2012/02/21/first-steps-with-ec2-api-tools/ Knife https://learnchef.opscode.com/quickstart/workstation-setup/ Vagrant $ gem install vagrant Vagrant plugins https://github.com/mitchellh/vagrant-aws https://github.com/schisamo/vagrant-omnibus https://github.com/cassianoleal/vagrant-butcher $ vagrant plugin install vagrant-aws $ vagrant plugin…