- Newest
- Most votes
- Most comments
You can see from this link, AWS Local Zones features, the Amazon S3 is not a service deployed into a local zone. Your applications and users can still reach the objects in Sydney, but it will be via a regional endpoint in that region, not the local zone. If you want to serve data from the Local Zone, you will need to use FSx or EBS. Another option is to front the S3 bucket in Sydney with a CloudFront distribution and it will be cached in edge locations in NZ.
As explained in this document, access to S3 is the same as in a normal region.
In other words, there is no need to make any special settings.
https://aws.amazon.com/about-aws/global-infrastructure/localzones/features/?nc1=h_ls
Access Regional Services AWS Local Zones allow you to seamlessly connect to the full range of services in the AWS Region such as Amazon S3 and DynamoDB through the same APIs and tool sets over AWS’s private and high bandwidth network backbone.
Relevant content
- asked 2 months ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 19 days ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a month ago
Thank you so much for the clear explanation of what's really going on :)