Turn your AWS DevSecOps Pipeline into bunker

This post was co-authored by Teddy Ferdinand. Who is working as Cloud Security Architect 🐻 Introduction In this series, we will talk about the emergence of the DevSecOps movement, and more especially, what are the benefits of introducing a DevSecOps approach on your existing CI/CD Pipelines. CI/CD Pipeline To give you some context, you will find in the diagram below a standard DevOps CI/CD Pipeline. DevSecWhat? DevSecOps could be defined as a shift from a central internal security team to the inclusion of security practices into the existing DevOps teams: DevSecOps 🎉...

June 18, 2020 · 8 min · 1520 words · zoph

My DevOps toolbox for AWS practitioner

In this post, you will find my best tools to work with if you are playing around with AWS Services. Please let us know yours in the comments below :punch: Last Update: 2019-02-14 General :construction: Description Links Use multiple AWS Accounts on the same browser using Firefox Containers Firefox Containers Facilitate your switch role experience with this AddOn FF - Extend Switch Roles - Chrome - Extend Switch Roles Easy way to know your current public ip, using AWS Service What is my Public IP Check if any website is hosted on AWS Is It on AWS?...

February 14, 2019 · 2 min · 313 words · zoph

Using Jira REST API with PowerShell

For automation purposes, I needed a tool to interact with the REST API of Atlassian Jira over Powershell commands. I found a great module developed by replicaJunction and contributors on Github called PSJira. Installation You will need Powershell >=3.0 Install-Module PSJira (if you have Package Management Installed Module) and for sure, an Atlassian Jira instance First-Run Set-JiraConfigServer -Server 'https://my.jira.server.com:port' Setup jira credentials in .ps1 Encrypt credentials (Once) Do this with the Windows session of the user who will launch the ....

January 3, 2017 · 2 min · 244 words · zoph