AWS — Amazon Route 53 — Routing Policies Overview
Introduction to AWS Route 53 Routing Policy types When you create a record, you choose a routing policy, which determines how Amazon Route 53 responds to queries: Simple routing policy — …
Introduction to AWS Route 53 Routing Policy types When you create a record, you choose a routing policy, which determines how Amazon Route 53 responds to queries: Simple routing policy — …
Introduction to AWS S3 Transfer Acceleration Amazon S3 Transfer Acceleration TL;DR: Amazon S3 Transfer Acceleration enables fast, easy, and secure transfers of files over long distances between your client and …
Introduction to AWS S3 Storage Classes Amazon S3 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 for data …
Introduction to Azure Private Link Azure Private Link TL;DR: Private Link enables access to hosted customer and partner services over a private endpoint in your virtual network. It enables a true private …
Getting Started with AWS Serverless Computing AWS Serverless Serverless is the native architecture of the cloud that enables you to shift more of your operational responsibilities to AWS, increasing your …
CloudWatch vs CloudTrail in AWS AWS CloudWatch 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 Amazon SNS TL;DR: AWS SNS is a web service that coordinates and manages the delivery or sending of messages to subscribing endpoints or clients. …
EFS (Elastic File System) vs EBS (Elastic Block Store) comparison in AWS EFS 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 Instance Store (Ephemeral storage) vs EBS (Elastic Block Store) TL;DR EBS volume is network attached drive which results in slow performance but …
SQS (Simple Queue Service) vs SWF (Simple Workflow Service) in AWS SQS TL;DR: SQS is a service that allows you to queue messages giving you the ability to de-couple your environment. …