LearningKeeda

AWS Security Basics – IAM, VPC, Encryption

Following three pillars—IAM, VPC, and Encryption—form foundation of every secure AWS architecture.

1. Identity and Access Management (IAM)

IAM is the gatekeeper of your AWS account. It answers two questions: Who are you (Authentication) and What are you allowed to do (Authorization)?

Core Components
IAM Best Practices
2. Virtual Private Cloud (VPC)

A VPC is your own private, isolated section of the AWS network. It is where you launch resources like web servers and databases.

Key Networking Layers
3. Data Encryption

Encryption ensures that even if someone gains unauthorized access to your storage or intercepts your network traffic, they cannot read the actual data.

Data at Rest

This refers to data stored on disks (S3 buckets, RDS databases, EBS volumes).

Data in Transit

This refers to data moving between your users and your servers, or between different AWS services.

Lets summarize...
Feature Your Responsibility  AWS Responsibility 
IAM Creating strong passwords and MFA Physical security of identity servers
VPC Configuring Security Groups & Subnets Protecting the underlying network hardware
Encryption Choosing to turn on encryption & managing keys Providing hardware-based encryption modules

Exit mobile version