Blog

AWS Storage Gateway

What is Storage Gateway? AWS Storage Gateway is a hybrid cloud storage service that connects an on-premises software appliance with cloud-based storage to provide seamless and secure integration between an organization’s on-premises IT environment and AWS storage infrastructure. Use cases of storage gateway: Important points of storage gateway: Types of storage gateway File Gateway File […]

Learn How to Create S3 bucket Lifecycle Policy in Easy Steps.

How to create S3 bucket lifecycle policy First, let’s take an example of an organization that stores the application logs in the S3 Standard storage class by default and they have a set of rules to access logs like: In order to optimize the storage cost and implement above use case, follow the Steps to […]

How to configure cross region replication

How to configure cross region replication  Follow the steps to configure a Cross-region replication when the source and destination bucket is in the same AWS account, with an example. 1. Sign in to the AWS Console and open the Amazon S3 2. Create Two Buckets   2.1 Source bucket in Asia Pacific (ap-south-1): cloudiofy-user-data   2.2 Destination bucket […]

S3 Objects Replication: Ensure Your Data is Always Protected

Amazon S3 Objects Replication Amazon S3 Objects Replication allows automatic, asynchronous copying of objects across Amazon S3 buckets. You may have some requirements when you need to replicate/copy S3 objects in the same AWS region OR more than one AWS region. Types of Object Replication Cross-Region replication (CRR) Cross-region replication (CRR) allows automatic, asynchronous copying […]

How Amazon S3 Lifecycle Can Improve Your Storage Strategy

Amazon S3 lifecycle management  Cost of data (Objects) storage is important to consider when making decisions to use right storage technology. Amazon S3 Life cycle allows to configure a lifecycle for stored objects on S3, to optimize the cost. A Lifecycle configuration is a set of rules that define actions applied to a group of […]

Amazon S3 Storage Classes: Choose the Best One for You!

What is Amazon S3 Storage Class? Amazon S3 provides different ways (storage classes) of storing the objects. S3 storage classes allows you to define how your object is stored and accessed. If you don’t apply any storage class, by default Standard storage class is associated with every object. To optimize the storage cost, you can […]

Amazon S3: The Secure and Affordable Cloud Storage Solution

What is Simple Storage Service (S3)? Amazon S3(Simple Storage Service) is an object based storage. It provides a secure, fast, highly scalable, and durable platform to store any type of data.  Amazon S3 allows users to create a bucket (storage resource) to store different types of data like videos, images, files, documents, etc. Object size […]

Understanding Types of Cloud Computing: A Practical Overview

Types Of Cloud Computing Cloud computing can be separated into two types: Deployment Model and Service Model. Cloud Deployment Model Cloud deployment models are a configuration of environment to declare how the cloud services are available to users. The deployment model can be separated by some parameters such as ownership, size of infrastructure, who can […]

Cloud Computing 101: Things You Need to Know.

What is Cloud Computing? Cloud computing is a model to access IT resources (servers, storage, databases, networking, set of application services, etc.) as a service through internet. It allows applications and services to run on a distributed network using virtualization technology.Today almost everyone uses cloud computing such as startups, organizations, IT professionals, analysts, and individual users. […]

Mastering AWS IAM: 10 Best Practices for Secure Cloud Management

What is IAM (Identity and Access Management): Identity and Access Management (IAM) is a security service offered by AWS which allows you to manage user level access to AWS services and resources securely. You can create and manage AWS IAM users and groups to allow and deny access to AWS resources. For example, a user […]

Scroll to top