by shigemk2

当面は技術的なことしか書かない

2022-12-09から1日間の記事一覧

IAM policy for Google Cloud KMS crypto key

KMSのencryptor decryptorをいい感じに設定するためのIAMポリシーのところ registry.terraform.io $ terraform import google_kms_crypto_key_iam_binding.crypto_key "your-project-id/location-name/key-ring-name/key-name roles/editor"

まっさらなプロジェクトでterraform-google-memorystoreでredisを立てる時のメモ

v6.0.0 module "redis_test_00001" { source = "terraform-google-modules/memorystore/google" version = "6.0.0" enable_apis = false name = "redis_test_00001" project = data.google_project.current.project_id connect_mode = "PRIVATE_SERVICE_ACCE…

An IP range in the local network (xxxxxxxxxxx) allocated by resource (xxxxxxxxxxxx) overlaps with an IP range (xxxxxxxxxxxx) in an active peer of the peer network.”

ピアリング接続を作成しようとしたらエラーが出た。 「注: ピアリングした VPC ネットワーク内のサブネットの IP 範囲は重複してはなりません。」 って注意されているんだから、ピアリングしたVPCネットワークでサブネットのIPが重複していたらダメだよね。 …

Existing secondary range cannot be modified

サブネットワークのセカンダリ ipv4 レンジをTerraformで更新しようとしたら失敗するやつ github.com 更新ができないなら削除して追加をTerraformの内々で実行すればいいんだろうけど、このIssueが起票されてから数年間ずっと緑が続いているのを考えると、諦…

Amazon ECS Agent v1.67.0とv1.67.1

AWS

v1.67.0 Bug - Don't log errors on instances not using GMSA #3489 Enhancement - Update packaging Readme files with updated instructions to build init files #3490 Bug - Fix unit tests for cgroup v2 #3491 Enhancement - Update readme for ECS_S…