Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
issueURL
#32
Doneの定義
#32 の完了の定義を満たしていること
変更点概要
RDS に対して Migration を実行するために下記のリソースを構築した。
ECR、ECS Cluster
ECS タスクの定義は Migrationを実行できる環境を構築 lgtm-cat-migration#2 で作成する。
ECS タスク実行に必要となる下記のリソースについても作成。
22-migration を追加したのでディレクトリ名を変更
RDSの構築より前に migration のリソースを構築するためディレクトリ名を下記の通り変更。
22-rds
->23-rds
RDS と RDS Proxy の独自ドメイン名を設定
Route53 の CNAME レコードを追加し、下記のドメインでアクセスできることを確認。
RDS:
stg.lgtm-cat-rds
RDS Proxy :
stg.lgtm-cat-rds-proxy
補足情報
ECS タスクの実行方法については、nekochans/lgtm-cat-migration#2 に記載する。