Skip to content
PAPA Engineer's Blog
There is a genius in everyone of us.
  • HOME
  • Career
  • AWS
  • WordPress
  • TerraForm
  • About this blog
  • Privacy Policy

Category: TerraForm

2020年10月12日

[Terraform] how to install middleware to EC2 on private subnet via bastion instance

I found some information at the official page below, but it was not enough for me to complete an installation any application to EC2 on private subnet via bastion server. https://www.terraform.io/docs/provisioners/connection.html#connecting-through-a-bastion-host-with-ssh So, I described how…

2020年10月12日

[Terraform:AWS] how to set up host-based routing with ALB and ACM(SSL cert)

Today, I am going to show how to set up host-based routing with ALB and ACM. The version information is as follows. $ terraform version Terraform v0.13.1 + provider registry.terraform.io/hashicorp/aws v3.7.0 + provider registry.terraform.io/hashicorp/random v2.3.0…

2020年10月12日

[Terraform] how to change EC2 default EBS to specified volume size

This is how to set the default 8GB EBS of EC2 to the specified size. The version is as follows. Terraform v0.12.25 + provider.aws v3.5.0 You can change it in root_block_device. In the example below,…

  • Twitter
  • instagram
  • facebook

©️ 2022 Roy Ozaki