Please turn JavaScript on
Direct DevOps from Quality Thought icon

Direct DevOps from Quality Thought

Subscribe to Direct DevOps from Quality Thought’s news feed.

Click on “Follow” and decide if you want to get news from Direct DevOps from Quality Thought via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to Direct DevOps from Quality Thought comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from Direct DevOps from Quality Thought which you are really interested in. Click on the blue “Filter” button below to get started.

Website title: Direct DevOps from Quality Thought

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.65 / day

Message History

Terraform outputs getting required values form created resoucres terraform-modules: local modules remote modules

Project: Modules/

ec2-instance/ main.tf variable.tf outputs.tf version.tf rds/ modules/ sql main.tf variable.tf outputs.tf version.tf

Read full story
Watch class recoding and create ASG and Loadblancer

Read full story
AMI image with zay app #!/bin/bash sudo apt-get update sudo apt install nginx unzip -y cd /tmp/ wget https://templatemo.com/tm-zip-files-2020/templatemo_559_zay_shop.zip unzip templatemo_2_zay_shop.zip cd templatemo_559_zay_shop sudo cp -rf . /var/www/html/ sudo systemctl restart nginx.service sudo systemctl enable nginx.service sudo apt-get install stress -y Auto scaling gro...

Read full story
Terraform count: count is meta arugment to create multiple resources with single block basic count ## variables variable "vpc_name" { type = string default = "mynetwork" description = "name of the vpc" sensitive = true } variable "subnet_cidrs" { type = list(string) default = [ "10.2.1.0/24", "10.2.2.0/24", "10.2.3.0/24"] } variable "az-range" { type = list(string)...

Read full story
Azure create vm image (capture) vm image is template capture an existing configuration (pre-installed softwares or packages) Generlized image: vm reuse special images: snapshot (backup) Types of image capture standalone image: only region compute gallery: shared with multi region (RBAC) gallery: container(storage location) image defination: – having deatils os type , desc, g...

Read full story