Terraform Cheat Sheet
The 10 most useful Terraform commands A key part of using Terraform is learning to use the Terraform CLI by understanding the configurations. Here are the 10 most common Terraform commands in...
The 10 most useful Terraform commands A key part of using Terraform is learning to use the Terraform CLI by understanding the configurations. Here are the 10 most common Terraform commands in...
The Basics This guide is aimed to fast-track your Kubernetes learning by focusing on a practical hands-on overview guide. When learning Kubernetes, you usually have an idea of some existing sy...
This page contains a list of commonly used kubectl commands and flags. Kubectl autocomplete BASH source <(kubectl completion bash) # set up autocomplete in bash into the current shell, ba...
More resources: Terraform provider for AWS here Amazon CLI You can get the Amazon CLI on Docker-Hub We’ll need the Amazon CLI to gather information so we can build our Terraform file. # Run ...
Application is designed to streamline the management of available office space. Developed using Mendix, this solution offers businesses a comprehensive platform to effectively track and optimiz...
App on AWS ECS Faregate Construction Site Inventory is a cutting-edge application designed to revolutionize inventory tracking for large construction sites. With its user-friendly interface an...
Create database task definition for ECS Faregate. #!/bin/bash ######################################################## # Pull parameters from aws and store oders. # # in order to g...
Create application task definition for ECS Faregate. #!/bin/bash ######################################################## # Pull parameters from aws in order to get IP address, # # username a...
Create an AWS User to manage the infrastructure and give it permissions. Use the CloudFormation template to create static resources for storing templates, data, and logs related to the applicat...
Create AWS Infrastructure for the backend services. Backend template #!/bin/bash HZID="$1" HZN="$2" CERT="$3" cat <<EOF >> backend.yml --- AWSTemplateFormatVersion : 2010-09-09 D...