排序
Deploying Azure Functions Python with Terraform
Deploying Azure Functions Python with Terraform,This post will focus on deploying Azure Functions Python with Terraform. If you are new to both services, you can start from Prerequ...
A practical introduction to GitOps
A practical introduction to GitOps,Here is the code base used in this tutorial: https://github.com/SeanOverton/example-gitops-serverless-infra What is GitOps? GitOps is a methodolo...
Getting started with CDK for Terraform
Getting started with CDK for Terraform, CDK for Terraform Hashicorp recently announced cdktf Cloud Development Kit for Terraform which currently supports Python3 and Typescript. Wi...
Sports Data Backup – DynamoDB, ECS, AWS MediaConvert & EventBridge
Sports Data Backup - DynamoDB, ECS, AWS MediaConvert & EventBridge,Introduction Managing and processing sports data efficiently requires a robust and scalable infrastructure. This ...
Deploy a web app to Azure App Service using Terraform
Deploy a web app to Azure App Service using Terraform,Originally published at deepu.tech. Deploying Java web applications to Azure is easy and has been tried, tested and explained ...
Deploy Jupyter Notebook to AWS Lambda
Deploy Jupyter Notebook to AWS Lambda, GitHub More often, I find myself opening Jupyter Notebook when facing a math or algorithmic problem. Maybe it is also true for you. At first,...
Building a Private Terraform Registry
Building a Private Terraform Registry,Recently, I wanted to find a way to use a custom provider in Terraform without storing in in Terraform’s official registry. I was baffled whe...
Writing Python scripts to automate infrastructure in Terraform
Writing Python scripts to automate infrastructure in Terraform,Infrastructure as code (IaC) manages infrastructure through machine-readable definition files rather than physical ha...
Extend VPC Resources with Cloud Functions, Activity Tracker with LogDNA, and Schematics
Extend VPC Resources with Cloud Functions, Activity Tracker with LogDNA, and Schematics, This post shows how to automatically assign a floating IP to a newly created VSI by monitor...
Project Translate: The Translate API (Part 4)
Project Translate: The Translate API (Part 4),Hey developers! For the last post in the series, we'll provision the infrastructure on AWS and deploy our API. Let's dive in! You can ...
Terraform for Java developers video series
Terraform for Java developers video series,Terraform is one of those tools that many people talk about, but which can be a bit frightening for a Java developer. There are several r...
Cleaning Up Unused ENIs On AWS
Cleaning Up Unused ENIs On AWS,Running out of IP addresses in your subnets is a real issue that most teams face these days. Most of the times those IPs are reserved but unused! Thi...