Open in app

Sign In

Write

Sign In

Everton Araújo
Everton Araújo

98 Followers

Home

Lists

About

May 17

Create VM instance in Google Cloud

I’m going to make a vm on Google Cloud, very simple and using terraform Create a Terraform configuration file with a “.tf” extension and define the necessary settings, including provider, project, region, machine type, name, etc. Inside the configuration file, define a “resource” block to create the VM instance, specifying…

Google Cloud Platform

2 min read

Create VM instance in Google Cloud
Create VM instance in Google Cloud
Google Cloud Platform

2 min read


May 17

Create an SQL database on Google Cloud and also using Terraform.

I will give a brief explanation of how to create a SQL database, I will use PostgreSQL which is one of the main open-source databases today. Access the Google Cloud Management Console at https://console.cloud.google.com. Create a new project or select an existing project. In the left navigation pane, click “SQL” under the…

Google Cloud Platform

2 min read

Create an SQL database on Google Cloud and also using Terraform.
Create an SQL database on Google Cloud and also using Terraform.
Google Cloud Platform

2 min read


May 17

Create project in Google Cloud using Terraform

Create project in Google Cloud Here is the beginning of everything, before having your vm, sql and etc you have to have the project. Follow the softness. provider "google" { credentials = file("<path_to_service_account_key_json>") project = "<your_organization_id>" region =…

Google Cloud Platform

1 min read

Create project in Google Cloud using Terraform
Create project in Google Cloud using Terraform
Google Cloud Platform

1 min read


May 17

Create VPC in Google Cloud and deploy with Terraform

How to start from scratch and deploy a vpc to terraform. Access the Google Cloud Management Console at https://console.cloud.google.com. Create a project or select an existing project. In the navigation pane, click “VPC Network” and then “VPC Networks”. Click the “Create VPC Network” button. Fill in the VPC details such as name and region. Choose…

Google Cloud Platform

2 min read

Create VPC in Google Cloud and deploy with Terraform
Create VPC in Google Cloud and deploy with Terraform
Google Cloud Platform

2 min read


May 17

Configuring Google SDK using terminal

After install Homebrew brew install google-cloud-sdk Wait installation to finish After installation, you can launch the Google Cloud SDK by running the gcloud command in the terminal. You will need to authenticate and configure your credentials before using Google Cloud features. Keep in mind that Homebrew is specific to macOS systems. If you are using another operating system, please refer to the official Google Cloud SDK documentation for proper installation instructions.

Google Cloud Platform

1 min read

Configuring Google SDK using terminal
Configuring Google SDK using terminal
Google Cloud Platform

1 min read


May 9

Configuring DNS on Azure using Terraform

Nude and raw configuration of how to configure a dns in azure using Terraform in a very simple way. Hello everyone, these days I was automating some tasks and I had to configure thousands of DNS from one environment to another, then I had to configure everything via Terraform ……

DNS

2 min read

Configuring DNS on Azure using Terraform
Configuring DNS on Azure using Terraform
DNS

2 min read


Apr 29

Export/Reinstall your installed program list via homebrew

These days I needed to clean the mac and I was thinking wow, how lazy to reinstall programs again. Then I researched and did the procedure here for anyone who is thinking the same thing as me. This post is very short but it is very essential for anyone who wants to reinstall their mac. And configure all homebrew packages Open the terminal and type brew list This command will list all installed packages

Homebrew

1 min read

Export/Reinstall your installed program list via homebrew
Export/Reinstall your installed program list via homebrew
Homebrew

1 min read


Apr 29

Export/Import your plugins from Visual Studio Code.Export your plugins from Visual Studio Code.

Instead of installing everything by hand, let’s automate it….. These days I needed to clean the mac and I was thinking wow, how lazy to reinstall the plugins again. Then I researched and did the procedure here for anyone who is thinking the same thing as me. I’m going to…

DevOps

2 min read

Export/Import your plugins from Visual Studio Code.Export your plugins from Visual Studio Code.
Export/Import your plugins from Visual Studio Code.Export your plugins from Visual Studio Code.
DevOps

2 min read


Mar 21

Should we use bastion?

Today I have seen many attempts of attack, or security group misconfiguration and etc. What is bastion technology? A bastion host is a server that acts as an entry point to a private network. In other words, it is an intermediary server that users connect to to access other servers…

Bastion

5 min read

Should we use bastion?
Should we use bastion?
Bastion

5 min read


Feb 21

Install Airflow using Terraform

An Apache-airflow will be done in a very simple way using an instance on AWS with Ubuntu. But it can be used in any cloud provider if you change the parameters. To install Airflow using Terraform, you can follow the steps below: Create an EC2 instance: Create an EC2 instance…

DevOps

2 min read

Install Airflow using Terraform
Install Airflow using Terraform
DevOps

2 min read

Everton Araújo

Everton Araújo

98 Followers

Cloud Engineer & DevOps Engineer

Following
  • Renato Groffe

    Renato Groffe

  • Tony

    Tony

  • Itaú Tech

    Itaú Tech

  • Kinsey Parham

    Kinsey Parham

  • Sudheer

    Sudheer

See all (97)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams