Security Essentials Flashcards
Q: What is the AWS Shared Responsibility Model?
A: AWS secures the cloud infrastructure (hardware, software, networking, and facilities), while customers secure their applications, data, and configurations within the cloud.
Q: What is AWS IAM?
A: IAM is a service for securely managing access to AWS resources by defining users, groups, roles, and policies.
Q: What are IAM best practices?
A: Enable MFA, follow the principle of least privilege, rotate credentials regularly, and avoid using the root account.
Q: What is MFA in AWS?
A: An additional layer of security that requires a second form of authentication (e.g., a hardware or virtual token) in addition to a password.
Q: What is AWS Organizations?
A: A service to manage multiple AWS accounts centrally, including consolidated billing, SCPs, and account governance.
Q: What are Service Control Policies (SCPs)?
A: Policies that restrict permissions across accounts in an AWS Organization.
Q: What is AWS Key Management Service (KMS)?
A: A managed service for creating and managing encryption keys to secure data across AWS services.
Q: How is encryption at rest achieved in AWS?
A: By using AWS KMS to encrypt data stored in services like S3, EBS, RDS, and DynamoDB.
Q: How is encryption in transit implemented?
A: By using SSL/TLS to encrypt data moving between AWS services or between AWS and external clients.
Q: What is AWS Certificate Manager?
A: A service for provisioning, managing, and deploying SSL/TLS certificates.
Q: What is Amazon GuardDuty?
A: A threat detection service that continuously monitors for malicious activity and unauthorized behavior in your AWS environment.
Q: What is AWS Web Application Firewall (WAF)?
A: A security service to protect web applications from common web exploits such as SQL injection and cross-site scripting.
Q: What is AWS Shield?
A: A managed DDoS protection service that safeguards applications running on AWS.
- Standard: Free, basic protection for all AWS customers.
- Advanced: Paid, enhanced protection with detailed insights and DDoS cost protection.
Q: What are security groups in AWS?
A: Stateful virtual firewalls that control inbound and outbound traffic for AWS resources like EC2 instances.
Q: What are NACLs in AWS?
A: Stateless firewalls that operate at the subnet level to control traffic flow in and out of a VPC.