Skip to content

ngyuki-sandbox/aws-global-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Aurora Global Database

aws-vault exec --region ap-northeast-1 profile -- ssh ec2-user@i-11111111111111111
aws-vault exec --region ap-northeast-3 profile -- ssh ec2-user@i-22222222222222222

sudo dnf install -y postgresql15

PGPASSWORD=password psql -h rds.local -U test
create table t (id serial not null, v text);
insert into t (v) values ('テスト');
select * from t;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages