Domain 2: Security and Compliance Flashcards
Which AWS service provides central governance and management across multiple AWS accounts?
AWS Organizations
Configuring user permissions so that users can access only the resources they need to do their job follows what principle?
Principle of Least Privilege
In Identity and Access Management, which term applies to a person or application that uses the AWS account root user, an IAM user, or an IAM role to sign in and make requests to AWS?
Principal
A new application needs temporary access to resources in AWS. How can this best be achieved?
Create an IAM Role and have the application assume the role.
Your company has recently migrated large amounts of data to the AWS cloud in S3 buckets. But it is necessary to discover and protect the sensitive data in these buckets. Which AWS service can do that?
Amazon Macie
After configuring your VPC and all of the resources within it, you want to add an extra layer of security at the subnet level. Which will you use to add this security?
Network ACL
You are working with IAM and need to attach policies to users, groups, and roles. Which will you be attaching these policies to?
Identities
You are concerned about access to your top-secret application by stolen passwords. What additional layer of security can you add for logging in to AWS Management Console, in addition to user passwords?
Multi-Factor Authentication
Users need to access AWS resources from the command-line interface. Which IAM option can be used for authentication?
Access Keys
AWS uses the shared responsibility model. For security, which of the following are the responsibilities of AWS?
Network patching
Physically securing compute resources
Disk disposal
A small startup is configuring its AWS cloud environment. Which AWS service will allow grouping these users together and applying permissions to them as a group?
AWS IAM
You are creating a few IAM policies. This is the first time you have worked with IAM policies. Which tool can you use to test IAM policies?
IAM Policy Simulator
Microsoft has announced a new patch for its operating system. For a Platform as a Service solution, who would be responsible for applying the patch?
AWS
As an AWS account administrator, you are in charge of creating AWS accounts and securing those accounts. What steps can you take?
Create multi-factor authentication for the root account.
Add IP restrictions for all accounts
A software development team has requested IAM access to be able to work with AWS from the CLI. What will you provide these developers?
Access Keys