AWS — Amazon S3 Transfer Acceleration Overview
Introduction to AWS S3 Transfer Acceleration TL;DR: Amazon S3 Transfer Acceleration enables fast, easy, and secure transfers of files over long distances between your client and an S3 bucket. Transfer…
A Drink of Technology for the Thirsty Mind
Introduction to AWS S3 Transfer Acceleration TL;DR: Amazon S3 Transfer Acceleration enables fast, easy, and secure transfers of files over long distances between your client and an S3 bucket. Transfer…
Introduction to AWS S3 Storage Classes Amazon S3 offers a range of storage classes designed for different use cases. These include Standard for general-purpose storage of frequently accessed data; Intelligent-Tiering…
Getting Started with AWS Serverless Computing Serverless is the native architecture of the cloud that enables you to shift more of your operational responsibilities to AWS, increasing your agility and…
CloudWatch vs CloudTrail in AWS CloudWatch focuses on the activity of AWS services and resources, reporting on their health and performance. CloudTrail is a log of all actions that have…
Introduction to Amazon Simple Notification Service TL;DR: AWS SNS is a web service that coordinates and manages the delivery or sending of messages to subscribing endpoints or clients. And makes…
EFS (Elastic File System) vs EBS (Elastic Block Store) comparison in AWS TL;DR: Amazon EFS is an NFS file system service offered by AWS. An Amazon EFS file system is…
EBS (Elastic Block Store) vs Instance Store in AWS TL;DR EBS volume is network attached drive which results in slow performance but data is persistent meaning even if you reboot…
SQS (Simple Queue Service) vs SWF (Simple Workflow Service) in AWS TL;DR: SQS is a service that allows you to queue messages giving you the ability to de-couple your environment.…
Introduction to IAM Account Root User in AWS A root user is created during the AWS sign-up process All AWS accounts have a root user (only one) Has complete access…
This is the basic structure of AWS EC2, where EC2 stands for Elastic Compute Cloud. EC2 allow users to use virtual machines of different configurations as per their requirement. It…