1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
2
Hi,
First of all, Amazon S3 buckets can not be hosted inside a VPC.
Having said that, you can access an Amazon S3 bucket from a private subnet, with non additional charge, using gateway VPC endpoints. Take a look at the following AWS documentation page, I hope it helps you.
Note that you can also add an Internet Gateway + NAT Gateway to allow your workloads from a private subnet to communicate with an Amazon S3 bucket over the internet, but apart from being more expensive, I suppose that you want to avoid it.
Contenus pertinents
- demandé il y a 2 ans
- demandé il y a un an
- demandé il y a 6 jours
- AWS OFFICIELA mis à jour il y a 7 mois
- AWS OFFICIELA mis à jour il y a 3 ans
@Mikel Del Tio - thanks . somewhat related follow up question , do you know if other resources in sagemaker, like models and endpoints are also in vpc by default? if so, i will create a vpc endpoints for all the sagemaker resources to access s3?
Sorry, I don't understand what you mean. Could you add more information please?