Become a member
Sign in
DevOps Global Elite
DevOps Global Elite

DevOps Global Elite

57 Following
100 Followers
  • Profile

  • Claps

  • Highlights

  • Responses

Latest

DevOps Global Elite
DevOps Global Elite
Nov 20, 2017 · 2 min read

Automating Terraform deploys with Jenkins Pipelines

Introduction

Terraform has become the de facto tool for the infrastructure-as-a-code movement, as it supports all major cloud providers and popular 3rd party tools such as New Relic and Pagerduty to name a…

124

DevOps Global Elite
DevOps Global Elite
Aug 29, 2017 · 3 min read

PagerDuty with Jenkins Pipelines

Pipeline as a Code is already here and it’s awesome for the most part :D . However certain plugins are…

2

1 response
DevOps Global Elite
DevOps Global Elite
Aug 1, 2017 · 4 min read

Automating AWS Athena batch jobs with Python 3

Introduction

AWS Athena is certainly a powerful tool for all those people that need to analyze vast amounts of data in S3. It’s as simple as dumping your data in S3, define the database and data format and voila…

273

6 responses
DevOps Global Elite
DevOps Global Elite
Jul 30, 2017 · 2 min read

JENKINS DECLARATIVE PIPELINE EXAMPLE

Jenkins released the 2nd version of their Pipeline As a Code project appropriately called “Declarative Pipeline” with whole new syntax rules and not to be confused with the previous version “Scripted Pipeline”. Long story short, it makes things simpler and a bit…

54