aws

Data Transfer Tools in AWS

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” In AWS, there are several data transfer tools and services available to help you move, migrate, and transfer data between different AWS resources, regions, and even between AWS and on-premises environments. These tools are designed to facilitate efficient,…

aws

Databases and Data Analytics in AWS

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” Databases Choosing the Right Database We have a lot of managed databases on AWS to choose from Questions to choose the right database based on your architecture: Read-heavy, write-heavy, or balanced workload? Throughput needs? Will it change, does…

aws

AWS Route53

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” What is DNS? Domain Name System which translates the human friendly hostnames into the machine IP addresses. DNS is the backbone of the Internet DNS uses hierarchical naming structure DNS Terminologies Domain Registrar : Amazon Route 53, GoDaddy…

DNS record types
Tech

A Comprehensive Guide to DNS Record Types

Introduction DNS (Domain Name System) is a critical component of the internet, translating user-friendly domain names into IP addresses that computers use to identify each other. DNS records play a pivotal role in this process by storing various types of information associated with a domain name. In this comprehensive guide, we’ll explore the most common…

aws

CloudFront and Global Accelerator

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” Table of Content Amazon CloudFront Amazon CloudFront Log – Origins S3 bucket Custom Origin (HTTP) ALB or EC2 as an origin CloudFront vs S3 Cross Region Replication CloudFront Geo Restriction CloudFront – Pricing Cache Invalidations AWS Global Accelerator…

aws

AWS Monitoring, Audit and Performance

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” Table of Content Amazon CloudWatch Metrics CloudWatch Metric Streams CloudWatch Logs CloudWatch Logs Insights CloudWatch Logs – S3 Export CloudWatch Logs Subscriptions CloudWatch Logs for EC2 CloudWatch Logs Agent & Unified Agent CloudWatch Alarms CloudWatch Alarms – Composite…

aws

Summary AWS Security and Encryption

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” Table of Content Types of Encryption Encryption in flight Server side encryption at rest Client side encryption AWS KMS KMS Key Policies Copying Encrypted Snapshots across accounts KMS Multi-Region Keys SSM Parameter Store Standard and advanced parameter tiers…

VPC AWS
aws

A Quick Overview of AWS VPC

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” This diagram has all the components that are currently belongs to AWS VPC. If you are able to understand the diagram and know what each components does, congratulations you are well prepared for the AWS Solution Architect Exam…

Micronaut

Integrating Sentry in Micronaut

Integrating Sentry with Micronaut allows you to monitor and capture errors and exceptions in your Micronaut applications. Sentry is a popular error tracking platform that helps you discover, triage, and prioritize errors in real-time. Here’s a step-by-step guide on how to integrate Sentry with a Micronaut application Step 1: Create a Sentry Account If you…