Security
Security of Data and Data transfer, Encryption, Certificates, Private Key, Publick Key Concepts, Digital Certificates for Secured Communication and Authentication
Insights, experiences, and knowledge sharing on technology, development, and innovation.
Security of Data and Data transfer, Encryption, Certificates, Private Key, Publick Key Concepts, Digital Certificates for Secured Communication and Authentication
What is AWS OpsWorks? AWS Identity and Access Management (IAM) enables you to manage access to AWS services and resources securely.
What is AWS CloudFormation? Template Portability and Reuse, Cross stack references, Nested Stacks, Stack Roles, Stack Sets, Custom Resources, CloudFormer
What is RDS? It is Relational Database in AWS. What is Aurora? It is a type of DB engine option same as RDS. RDS vs Aurora, Aurora Serverless
What is AWS EFS? EFS stands for Elastic File System. Similar to NFS mount file systems in Linux environment
What is AWS S3? S3 stands for Simple Storage Service. It provides secure, durable, highly-scalable object storage. It is object-based storage. Files are stored in buckets (folders). Bucket names must be globally unique. S3 Permissions, Versioning, Object Locking, Encryption, Performance
Kafka Guarantees, Messages are appended to a topic-partition in the order they are sent. Consumers read messages in the order stored in a topic-partition
What is Route53? Route53 is AWS DNS product. It provides both public and private DNS services. It does both register domains as well as host domains. Hosted Zone, Record Set, Inbound Outbound endpoints
Kafka Brokers Discovery, Every Kafka broker is called a bootstrap server. That means that you only need to connect to one broker and you will be connected to the entire cluster. Zookeeper manages brokers. Kafka can't work without Zookeeper