12
8

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 5 years have passed since last update.

ECS Fargateタイプでも、PrivateLinkが使用できるようになってました!いつのまにか!

Last updated at Posted at 2019-02-06

https://docs.aws.amazon.com/ja_jp/AmazonECR/latest/userguide/vpc-endpoints.html

ECSのfargateタイプでプライベートサブネットでコンテナを実行してみます。
(ポイント)ECRからのイメージファイル取得をPrivateLink:エンドポイント経由とする。

↓↓↓
上記URLに従って(従ったつもり)、ECRインターフェースエンドポイントとS3ゲートウェイエンドポイントを作成しましたが、エラー発生中。。

 ⇒状況の理由 DockerTimeoutError: Could not transition to started; timed out after waiting 3m0s

うーん、どこかの経路が詰まっている?権限が足りない?
また、解決したら書き込みします!

[追記 2019/02/07 07:00]解決しました。
プライベートサブネットなので、CloudWatchのエンドポイントがいるのですね。。
CloudWatchは何もせずとも当たり前のように使えると思っていました(^^;

これで、ECSのfargateでプライベートサブネットでコンテナを起動し、PrivateLink(エンドポイント)でECR(S3)からイメージファイルを取得しコンテナを実行できるようになりました。gaggaga.PNG

12
8
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
12
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?