Which option best describes the principle of least privilege in cloud security?
Think about minimizing access to reduce risk.
The principle of least privilege means giving users and systems only the permissions they need to do their job, nothing extra. This reduces the chance of accidental or malicious misuse.
You want to design a secure network architecture in AWS. Which option correctly describes the use of security groups?
Think about controlling traffic to and from servers.
Security groups control the traffic allowed to reach EC2 instances by acting as virtual firewalls at the instance level.
Which option correctly explains why using AWS IAM roles is more secure than using long-term access keys?
Think about credential lifespan and risk.
IAM roles provide temporary security credentials that expire automatically, which limits the window of opportunity for misuse if credentials are exposed.
What is the main security benefit of enabling Multi-Factor Authentication (MFA) on AWS accounts?
Think about adding extra steps to prove identity.
MFA adds an extra layer of security by requiring users to provide additional verification beyond just a password, reducing the risk of account compromise.
Which option correctly describes the behavior of AWS CloudTrail in relation to security auditing?
Think about tracking what actions happen in your AWS account.
CloudTrail logs all API calls and events, providing a history of actions for auditing and security analysis.