AWS Security High-frequency interview topic

AWS Security Interview Guide

AWS Security Interview Guide

securityinterviewIAMAWS
Last organized

Answer AWS security interviews with an identity, network, data, detection, response, and shared-responsibility framework.

Answer framework

Move through assets and risk → identity and least privilege → network boundaries → data protection → logging and detection → response and recovery, then cover shared responsibility, automation, and validation.

High-frequency questions

QuestionCore answer
Authentication vs authorizationAuthentication proves identity; authorization decides permissions. MFA strengthens the former, policies define the latter
Why roles beat long-term keysSTS credentials expire, reducing leakage, copying, and forgotten-rotation risk
Trust vs permissions policyTrust decides who may assume; permissions decide what the resulting session may do
Multi-account employee accessOrganizations + IAM Identity Center + enterprise IdP + permission sets
KMS / Secrets Manager / ACMEncryption keys / secrets and rotation / TLS certificates
Protect an internet web appCloudFront, WAF, Shield, ALB, multi-AZ, Auto Scaling, security groups, ACM
GuardDuty / Inspector / Detective / Security HubThreat detection / vulnerability scanning / investigation / finding aggregation
Sensitive data in S3Macie + Block Public Access + policies + KMS + CloudTrail data events
Manage EC2 without SSHSystems Manager Session Manager + instance role + session logging
Shared responsibilityAWS secures the cloud; customers secure configuration, identities, data, and workloads
Harden a new accountRoot MFA, no root key, protected recovery, SSO/roles, billing/budgets, CloudTrail
Troubleshoot AccessDeniedConfirm principal/account/region, start with the action, then check allow, explicit deny, boundaries, SCPs, and conditions
Choose credentialsIdentity Center/federation for people; roles for workloads; long-term keys only for compatibility
Review least privilegeReport inventory, Advisor usage, Analyzer paths, Simulator validation, CloudTrail evidence

Project answer template

  1. Identify the asset, trust boundary, and threat.
  2. Explain preventive, detective, and responsive controls.
  3. Clarify service responsibilities and selection reasons.
  4. Describe audit evidence, alert validation, and recovery testing.
  5. State the risk reduction and continuous-improvement step.

Memory line

Start with risk and boundaries, then least privilege, defense in depth, traceability, and recovery. Service names are controls inside the design, not the design itself.