Does Inbound Data Tranfer means "Upload to AWS" and Outbound means "Download"?

0

I'm a student and I'm new to AWS. I learned that Inbound Data Transfer is all free while Outbound is charged. My question is what does Inbound/Outbound Data transfer actually mean? Does Inbound = Upload data from my PC to AWS Storage/Database and Outbound = Download from AWS back to my PC? I found a similar question on StackOverFlow but I still want to confirm it here https://stackoverflow.com/questions/21320063/what-is-inbound-outbound-data-transfer

1 回答
1

Yes. I wrote a script that does uploads and downloads, but costs are more complicated than just that. They charge for storage if you use S3 to store your data. Downloads they charge for. There are a number of ways they charge us. I would recommend that you set up an account and get familiar with AWS cost explorer https://aws.amazon.com/aws-cost-management/aws-cost-explorer/ and set up budgets that flag you when you exceed a certain amount https://aws.amazon.com/aws-cost-management/aws-budgets/. If you are uploading to an S3 bucket, you'll need to set up lifecycle rules on each bucket to delete failed multipart uploads. Instructions are here: https://aws.amazon.com/blogs/aws-cloud-financial-management/discovering-and-deleting-incomplete-multipart-uploads-to-lower-amazon-s3-costs/

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则