0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

「terraformを利用してVPC内のlambda起動→VPC外(パブリック)に戻す」の注意点

Posted at

結論:VPCを「なし」に設定する(できない場合がある) or 再作成してください
vpc_configを消してterraform applyしようとすると・・・こんなエラーが

 error deleting Lambda ENIs using Security Group (sg-XXXXX): error waiting for Lambda ENI (eni-XXXXX) to become available for detachment: timeout while waiting for state to become 'available' (last state: 'in-use', timeout: 45m0s)

手動は良くないですが色々手動でいじって以下のことがわかりました

1.ENIはセキュリティグループが利用していて削除できない
2.セキュリティグループはこんなエラーで削除できない

3 のネットワークインターフェイスが関連付けられています。 ネットワークインターフェイスを削除するか、異なるセキュリティグループに関連付ける

image.png
3.VPC接続を「なし」に設定するとEFSのアクセスポイントが削除されてエラーになっている例もあるみたいです
https://dev.classmethod.jp/articles/try-delete-lambda-eni-with-lambda-eni-finder/

4.再作成すると成功する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?