- Newest
- Most votes
- Most comments
Hi there,
I understand that you want to create a CloudFormation stack using a template that is stored in your S3 bucket sitting in different region. Even though S3 is a global service which means you can be able to access its objects anywhere regardless of where it was created from. For example: if your S3 is created in us-east-1 you should be able to access its content even if you are in eu-central-1 given that you have necessary permissions to do so. However, things differ when you want to create a stack using a template stored in S3. To successfully create the ClodFormation stack, the template must be accessible to the user who is creating the stack and the stack must be created in the same region where the S3 bucket is. For more information on how to create a stack please refer to this documentation.
I hope you find this information helpful.
Relevant content
- asked 7 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 10 months ago