akcmthdkunのブログ

雑多なメモ

個人用

postgres触ってみる

コンテナ作成して、postgresコマンド実行 https://hub.docker.com/_/postgres#start-a-postgres-instance docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres ホスト側からpsqlコマンド実行するがdatabaseがないと言われる…

ecs理解

クラスター AWS::Ecs::Clusterにおける設定項目 capacityPropider DefalutcapacityPropiderStrategy CapacityProviderStrategyItem clustername cluseterSetting containerInsights Configuration ExecuteCommandConfiguration ManagedStorageConfiguration …