iwaseasahi / christchurches-map-infra

キリスト教会マップのインフラ管理
0 stars 0 forks source link

ElastiCache の料金が掛かっているので削除する #38

Closed iwaseasahi closed 3 years ago

iwaseasahi commented 3 years ago

背景

ElastiCache の無料枠を超えた料金が掛かっているので削除します。

スクリーンショット 2021-10-23 5 05 27

目的

不要な支出を抑える

完成条件

iwaseasahi commented 3 years ago
$ terraform destroy -target=aws_elasticache_replication_group.main
iwaseasahi commented 3 years ago

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group

iwaseasahi commented 3 years ago

https://app.terraform.io/app/asahi-iwase-engineer/workspaces/christchurches-map-infra/states/sv-QTNfhhrxRT1t7G5i

iwaseasahi commented 3 years ago
$ terraform plan -target="aws_elasticache_replication_group.main"
iwaseasahi commented 3 years ago
$ terraform state rm 'aws_elasticache_replication_group.main'
Acquiring state lock. This may take a few moments...
Removed aws_elasticache_replication_group.main
Successfully removed 1 resource instance(s).
iwaseasahi commented 3 years ago

削除が完了しました。 https://app.terraform.io/app/asahi-iwase-engineer/workspaces/christchurches-map-infra/runs/run-6ydX1nF26jGvn7VH