If you weren’t aware, I submitted on November a Terraform Module I made to the Alibaba Cloud Open Platform Challenge. Said challenge was designed to bring developers closer to the tools Alibaba Cloud is trying to push across the community. Good news! I was among the winners! They launched the challenge on November […]
Alicloud Container Registry Terraform Module
A terraform module to create a private Container Registry namespace and a RAM role able to pull/push from the namespace created. Alicloud Terraform Module. NOTE: This module uses AccessKey and SecretKey from profile and shared_credentials_file. If you have not set them yet, please install aliyun-cli and configure it. Architecture Diagram After using this module, the […]
Launch an Alibaba Cloud ECS with Docker using Terraform
This example will show you how to launch an Alibaba Cloud (阿里云) ECS Instance using Ubuntu and packed with Docker and Docker Compose. Very simple but can be used as good start for other project. For this, you just need to create a folder with this 2 files in it: main.tf provider “alicloud” {} data […]
Alibaba Cloud Terraform 101 Basic Setup
In this video we will learn how to setup macOS to work with the Official Terraform provider for Alibaba Cloud (阿里云).
Deploying and Best Practices with Alibaba Cloud
With this How-To I want to talk about Best Practices using Alibaba Cloud (阿里云) deploying a new website/webapp to their infrastructure, also covering the implementation of the maintenance. The article is going to focus on the deployment from a pure DevOps perspective, as Alibaba Cloud (阿里云) is a platform with all the potential for you to […]