From the Mailbag: What’s the Difference Between Amazon EBS and Amazon EFS?

“From the Mailbag” gives us at AWS w/ .NET the opportunity to answer questions from our users. Got a question for us? Ask us here. Photo by Joanna Kosinska on Unsplash Question: I’m a software developer and I’m new to AWS. What’s the difference between the Elastic Block Storage service and the Elastic File SystemContinue reading “From the Mailbag: What’s the Difference Between Amazon EBS and Amazon EFS?”

From the Mailbag: Protecting S3 Data with Encryption

“From the Mailbag” gives us at AWS w/ .NET the opportunity to answer questions from our users. Got a question for us? Ask us here. Photo by Joanna Kosinska on Unsplash Question: Our company has an S3 bucket where multiple companies upload CSV files for later processing. Is it possible to require that all filesContinue reading “From the Mailbag: Protecting S3 Data with Encryption”

How To Create Amazon S3 Presigned URLs with .NET

Get all the code on GitHub. Your application needs to temporarily expose private files  which are stored in Amazon S3.  Giving each user separate permissions to each file is not feasible and will not scale.  There are a few reasonable solutions for this situation, but Amazon S3 presigned URLs might be the simplest. Amazon S3Continue reading “How To Create Amazon S3 Presigned URLs with .NET”