Currently dabbling in AWS, Cloud, BigData, Hadoop, Kafka, Spark, NoSQL DBs, Godot
Ravi Gyani
January 15, 1981
Munich, Germany
rgyani at yahoo dot com
my notes
AWS
AWS Notes
In this post, I will share few of my notes that might be useful if you are preparing to get the AWS Solution Architect Certification.
AWS News
AWS has over 200+ services, and is continuously releasing/updating existing service, it sometimes becomes difficult to track the updates. Here I am keeping some notes on some services I use and track
AWS Services Comparison
My notes from around the web on comparison between various AWS services
AWS Lambda Function URLs
AWS Introduced Lambda function URLs, but needs SigV4 to be able to invoke them securely
AWS Session Manager port forwarding
Use Systems Manager Session Manager port forwarding to connect to EC2 instance through RDP
AWS DynamoDB
My notes on DynamoDB
AWS IAM: Fine-Grained Authorization
AWS IAM uses Fine-Grained Authorization. Also explore whats the difference between RBAC, ABAC
AWS EBS notes
My notes on AWS EBS, provisioning, performance and credits
Atomic Counters in AWS
How to implement Atomic Counters using AWS Services
Serverless website using S3
How to replace traditional LAMP stack with Serverless
EC2 Spot instances
My notes on EC2 spot instances
VPC Endpoints
VPC Gateway Endpoints vs VPC Interface Endpoints
Security in VPC
Security Group, NACL, Route Tables
AWS Cognito
AWS Cognito notes
AWS Neptune
AWS Neptune notes
API Gateway Direct Integration with DynamoDB
Lessons learnt while integrating API g/w directly with DynamoDB
AWS KMS Notes
My Notes while understanding the AWS KMS.
AWS Incident Response
My Notes while studying for AWS Certified Security Specialty
AWS STS
Never put AWS temporary credentials in the credentials file (or env vars) — use AWS STS
AWS Lambda Error Handling
Exploring the best practices for error handling in AWS Lambda
Machine-to-Machine communication over AWS Network
Exploring system designs for Chat, Video Stream, Sensor Data collection
AWS Migration Services
My notes on the various AWS services for migration from on-prem to AWS cloud
Terraform Notes
My notes on terraform
Microservices
Microservices Design Patterns
How, When and Which Microservices Design Patterns to use.
API Gateways vs Service Mesh
API Gateways for North-South traffic and Service Mesh for East-West traffic. Really?