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 Users: Unique identities for people or applications. Groups: Collections of users. … Read more