Domain 2: Security and Compliance Flashcards
You’re hosting a MySQL database on Amazon RDS. Are you responsible for patching the database engine on an RDS database instance or is AWS responsible for this security patching?
AWS is responsible for patching on Amazon RDS.
You have a database running on EC2. Who would be responsible for patching of the Amazon EC2 instance?
You are responsible for the patching of your Amazon EC2 instance.
Where can you find information about compliance on AWS?
AWS compliance programs such as AWS Artifact, the Security Center, and the AWS Knowledge Center.
What AWS service helps to identify an IAM user who deleted an EC2 instance in your production environment?
AWS Cloudtrail
Cloudtrail is a service for governance l, compliance, operational auditing, and risk auditing of your AWS account that continuously monitors and retain account activity related to actions across your AWS infrastructure.
What are some actions you can perform as the account root user of your AWS account?
You can:
• change your account settings
• restore IAM user permissions
• activate access to the AWS Billing and Cost Management console
• register as a seller
•configure an S3 bucket to enable MFA
• close your AWS account
etc.
What identity in AWS has associated usernames and passwords?
IAM users.
What AWS service would you choose if you need to create rules to filter web traffic based on conditions such as IP addresses, HTTP headers, or custom URLs?
AWS WAF
helps to control traffic with rules that you define that block common attack patterns like SQL injections or cross-site scripting.
Can you conduct security assessments and penetration testing without prior approval against your AWS resources?
Yes, but only for certain services.
Which AWS service provides a quick and automated way to create and manage AWS accounts?
AWS Organizations
offers an API to create and manage AWS accounts. Organizations can control permissions that are available to accounts and can consolidate billing.
Which service or feature will enhance the security of access to the AWS Management Console?
- Multi-factor authentication (MFA)
- Complex password requirements
Company wants to add a virtual firewall to an Amazon VPC. The company wants all instances inside a specific subnet to be automatically covered under its firewall.
Which feature meets these requirements?
Network ACLs
used to allow or deny specific traffic to a VPC at the subnet level. They are stateless - info about previously sent or received traffic is not saved. Can associate Network ACLs with multiple subnets, however a subnet can only be associated with one ACL at a time. each subnet in your VPC must have a Network ACL.
Company has a new requirement to log actions taken in a production account.
Which AWS service should meet that requirement?
AWS CloudTrail
for example log actions taken in the Management Console, CLI, and SDKs.
Which AWS service provides managed threat detection that will identify compromised instances and accounts?
Amazon GuardDuty
provides continuous monitoring and threat detection services. GuardDuty uses threat intelligence feeds and ML to identify unauthorized and malicious activity within your AWS environment. You can use GuardDuty to identify compromised instances and accounts.
What is something the customer is responsible for updating and patching, according to the AWS shared responsibility model?
Amazon WorkSpaces virtual Windows desktop.
You can schedule maintenance windows or manually make the update yourself.
What is a task that AWS is responsible for in the AWS shared responsibility model for security and compliance?
Updating EC2 hardware.