AWS — Direct Connect Overview

Introduction to AWS Direct Connect AWS Direct Connect makes it easy to establish a dedicated connection from an on-premises network to Amazon VPC. Using AWS Direct Connect, you can establish private connectivity between AWS and your data center, office, or collocated environment. This private connection can reduce network costs, increase bandwidth throughput, and provide a more consistent network experience than internet-based […]

Read more

Getting Started with Infrastructure as Code

What is IaC? When you are new to the cloud, your early interactions are via the web portals such portal.azure.com for Microsoft Azure or aws.amazon.com for Amazon Web Services. This is ideal for at the start, because it’s interactive and follows a step-wise approach to resource creation which is great for learning. However, when scale, automation and repetition is required, using a portal is […]

Read more

AWS — Amazon RDS vs Amazon EC2 Relational Databases — Comparison

Difference between Amazon RDS and Amazon EC2 Relational Databases in AWS TL;DR: Amazon RDS enables you to run a fully featured relational database while offloading database administration. Whereas, for more control and flexibility, EC2 will be better for your relational database. If you want an automated and cost-effective solution, go for RDS. With Amazon RDS, AWS will take care of […]

Read more

AWS — VPC Peering Overview

Introduction to AWS VPC Peering TL;DR A VPC Peering connection is a networking connection between two VPCs that enables you to route traffic between them privately (using private IPv4 or IPv6 addresses). Instances in either VPC can communicate with each other as if they are within the same network. VPCs can be in different regions (known as inter-region VPC peering connection). VPC […]

Read more

AWS — VPC Egress-Only Internet Gateway Overview

Introduction to AWS VPC Egress-Only Internet Gateway TL;DR Egress-only Internet Gateway is VPC component that allows outbound only communication to the internet over IPv6, and prevents the Internet from initiating an IPv6 connection with your instances. Egress-only Internet gateway works as a NAT gateway, but for IPv6 traffic. An egress-only Internet gateway is for use with IPv6 traffic only. To enable […]

Read more

AWS — VPC Endpoints Overview

Introduction to AWS VPC Endpoints TL;DR VPC endpoint enables creation of a private connection between VPC to supported AWS services and VPC endpoint services powered by PrivateLink using its private IP address. Traffic between VPC and AWS service does not leave the Amazon network. There are two types of VPC endpoints: Interface endpointis an elastic network interface (ENI) with a private […]

Read more

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 — Use for a single resource that performs a given function for your domain, for example, a web server that serves content for the example.com website. Weighted routing policy — Use to […]

Read more

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 Acceleration takes advantage of Amazon CloudFront’s globally distributed edge locations. S3TA improves transfer performance by routing traffic through Amazon CloudFront’s globally distributed Edge Locations and over AWS backbone networks, and […]

Read more

AWS — Amazon S3 Storage Classes Overview

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 for data with unknown or changing access patterns; Standard-IA and One Zone-IA for long-lived, but less frequently accessed data; and Glacier and Glacier Deep Archive for long-term archive and digital preservation. Amazon S3 storage classes are designed to sustain the concurrent loss […]

Read more
1 2 3