1 Answer
- Newest
- Most votes
- Most comments
0
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's still not working, check this FAQ for multi-region deployment: https://aws.amazon.com/codedeploy/faqs/#Regions
answered 3 years ago
Relevant content
- Accepted Answerasked 2 years ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
Thanks for that. Unfortunately in CodeDeploy the target EC2 machine is only identified via a tag not a URL (as far as I can tell). It only presents to you tags for instances that are in the same region as the CodeDeploy application.