1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
-1
Try using the S3 region-specific endpoint as per https://docs.aws.amazon.com/general/latest/gr/s3.html
Example: https://<your_bucket>.s3.us-west-2.amazonaws.com
Or try this: https://s3.amazonaws.com/<your_bucket>
If it still not working, check this FAQ for multi-region deployment: https://aws.amazon.com/codedeploy/faqs/#Regions
beantwortet vor 4 Jahren
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor einem Jahr
- AWS OFFICIALAktualisiert vor 3 Jahren

Hi. Thanks for that. Unfortunately when creating a deployment in CodeDeploy it only accepts urls in the format of s3://. I tried changing the out of the box s3:// url to include the region but it didn't work. Regarding the FAQs that you linked me to, I have a couple of questions: It says "copy the application bundle to an Amazon S3 bucket in each region". How do you copy the S3 bucket? It then goes on to say "then start the deployments using either a serial or parallel rollout across the regions". Where do you do this?
thanks