2022-05-08から1日間の記事一覧

{VPC}クロスアカウントトランジットゲートウェイ

AWS

https://dev.classmethod.jp/articles/transit-gateway-vpc-account/https://dev.classmethod.jp/articles/transitgateway-cross-account-diagram/ 共有元アカウント(アカウントA): 999999999999共有先アカウント(アカウントB): 888888888888 前提: 共有元と…

リストパーティションのメンテナンス

DB

MySQL (8.0.28) drop table tab1; create table tab1( col1 int not null, col2 varchar(10) not null) partition by list columns ( col2 ) ( partition p1 values in ('AX','AY') , partition p2 values in ('BX','BY') , partition p3 values in ('CX','C…