There are great benefits from using Cloud9, especially with Terraform, it’s super-fast since the connection to AWS API happens internally, I was facing terraform apply took up to 15 minutes on my machine, now when running the same commands on cloud9 it’s only 15 seconds!
MacBookPro Setup for DevOps
I bought a new MacBookPro 16 inch for my DevOps tasks, and since we are talking about DevOps, we should automate everything, even our own setups, so in this post I'm going to describe my MBP setup automation.
Set Up a cross-account CI/CD Pipeline on AWS for ECS/Lambda
In this blog post, we describes how to set up a cross account continuous integration and continuous delivery (CI/CD) pipeline on AWS. A CI/CD pipeline helps you automate steps in your software delivery process, such as initiating automatic builds, artifacts store, integration testing and then deploying to Amazon ECS Service or Lambda function or other AWS Services.
Make Terraform Development Faster
There are simple Terraform provider flags you can add, which in development, will make planning, applying or destroying faster.
Linux Foundation Projects
The Linux Foundation hosts the most important open source projects in the world, including Linux. You can check the list and decide to learn and contributes to the builders of the future.
It's a new decade 2020
what a decade, from 2010 to 2020 a lot of things happened, lot of life lessons, this is what occurred in the first week of the decade:
Common collection of services for production grade K8s
Common collection of services that makes it easy to run production workloads in Kubernetes.
AWS Announce the new and first AWS Middle East (Bahrain) Region
Terraform 0.12
The long waited Terraform 0.12 is here !
Prepare MacOS for interacting with AWS EKS
Amazon EKS clusters require kubectl
and kubelet
binaries and the aws-iam-authenticator binary to allow IAM authentication for your Kubernetes
cluster.