You may find permission issue while configuring your s3 event notification to publish a message to an SNS topic. What's the Issue? AWS s3 event configuration results an error while setting up the s3 event configuration to publish a message to an SNS topic Unable to validate the following destination configuration : Permission on the... Continue Reading →
How to configure s3 Event Notification – s3 Event Blog
You could configure s3 Bucket based on event to notify via message in AWS. s3 supports different types of event notification on object level. The objects are act as incoming source for your event configuration and each event notification could be notified further via other integration and compute services such as SNS, SQS and Lambda.... Continue Reading →
How to change the default storage class in s3? – Explained
We can not change the default storage class of a Bucket in s3. By default, storage class in s3 is STANDARD. However, you could opt for different storage class during object upload operation in s3. There are other options available which you could look for Add Life CycleModify Storage class of an Object Add Life... Continue Reading →
How to upload only encrypted Object into s3? – s3 Encryption
As you aware of that s3 supports only None,SSE-s3 & SSE-KMS encryption of object at rest. However if you want to allow only encrypted object during file upload, then this article is for you. To know more about different types of encryption in s3, refer (link) You may use AWS CLI, SDK's and s3UI to... Continue Reading →
How to encrypt an Object in s3 – Explained
Its important to understand the security of data in a state of transit and at rest for better understanding the encryption. Generally data is secure in transit when it sends from source to destination using TLS. As one-time keys are used for that transmission medium only and no-body retains the keys. So it helps to... Continue Reading →
Host a Static Website on s3
With Amazon s3, you could host a static website containing HTML,basic CSS or static content webpages that does not get served from a web framework. Its does not interact with other web servers to dynamically change the web content in the browser. The basic of Static Website is that it comes with a fixed no... Continue Reading →
Understanding the Security in s3
As you deal with more data storage, you must be worried of your data security and wanted to ensure that its safe and secure. By default, all s3 bucket and objects are private. However, as your business grows you need to deal with a tight and secure s3 security model to run your application in... Continue Reading →
Upload your files and folders in to s3
An s3 bucket is mandatory to upload an object into it. Please go through blog (link) to create a bucket in s3. AWS allows different options to upload an object into s3 such as Using Console Drag and DropUsing Pointing and ClickingUsing via different SDK's/CLI's In this blog, we would talk about Drag and Drop... Continue Reading →
How to Create an s3 Bucket?
In this blog, we would discuss how to create your first bucket in s3. In AWS s3, an object can not be uploaded directly into s3 without a bucket. So you need to create a bucket first to upload an object into it. By default, AWS allows us to create 100 buckets in each region... Continue Reading →
Introduction to Amazon s3 Storage Class
Amazon s3 provides a wide range of storage class for different use cases for a customer in public cloud. It mainly explains how your object is stored and how could you access it in s3. Each object in s3 must have associated with a storage class and the price varies based on different storage classes... Continue Reading →