Commit 147c360
committed
fix(ci-lease): use per-account S3 staging bucket for CFN deploy
CFN requires templates >51KB to be uploaded to S3 first. Several
scenarios (council-chatbot, simply-readable, ai-contact-centre) exceed
this. Council-chatbot dispatch just hit:
Templates with a size greater than 51,200 bytes must be deployed
via an S3 Bucket. Please add the --s3-bucket parameter
Create a per-account staging bucket on demand (ndx-try-ci-cfn-stage-{acct})
because the leased pool account is wiped between leases. mb is idempotent
on existing buckets; SSE-AES256 added because S3 default since 2023.1 parent dc66cb8 commit 147c360
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
123 | 139 | | |
124 | 140 | | |
125 | 141 | | |
| 142 | + | |
126 | 143 | | |
127 | 144 | | |
128 | 145 | | |
| |||
0 commit comments