SixGod191001 / CEDC

This is a whole picture include ETL framework, DevOps pipline, cloud Infrastructure etc.
8 stars 0 forks source link

Sprint2 - Glue - Onboarding - Database #42

Open SixGod191001 opened 1 year ago

SixGod191001 commented 1 year ago

需求: 用cloudformation创建glue 的database 并输出database相关信息

julie7007 commented 1 year ago

代码完成,测试完成

SixGod191001 commented 1 year ago

Windows 下模拟发布成功,输出database的object,可以被后续cnf 引用

Windows

aws cloudformation deploy ^ --stack-name cedc-glue-database ^ --template-file 01-glue-database-onboarding.yaml ^ --parameter-overrides file://01-glue-database-onboarding-params.json ^ --s3-bucket jackyyang-aws-training-code ^ --s3-prefix devops ^ --region ap-northeast-1

Linux

aws cloudformation deploy \ --stack-name cedc-glue-database \ --template-file 01-glue-database-onboarding.yaml \ --parameter-overrides file://01-glue-database-onboarding-params.json \ --s3-bucket jackyyang-aws-training-code \ --s3-prefix devops \ --region ap-northeast-1