Skip to content

Instantly share code, notes, and snippets.

@zxkane
Created February 9, 2023 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zxkane/4ee5b1e427b6f64f8acf523d46283aa4 to your computer and use it in GitHub Desktop.
Save zxkane/4ee5b1e427b6f64f8acf523d46283aa4 to your computer and use it in GitHub Desktop.
create cfn stack for pipeline
aws cloudformation create-stack --template-url https://bucketname.s3.cn-north-1.amazonaws.com.cn/tmp/pipeline.yml --parameters ParameterKey=PipelineType,ParameterValue=Feature ParameterKey=ContainerImageSupport,ParameterValue=true ParameterKey=IsRepositoryExist,ParameterValue=true ParameterKey=RepositoryName,ParameterValue=clickstream-branch-main ParameterKey=RepositoryDescription,ParameterValue=xxx ParameterKey=BranchName,ParameterValue=ingestion-server-del-ecs --capabilities CAPABILITY_IAM --stack-name v5-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment