ExamGecko
Home Home / Amazon / SCS-C01

Amazon SCS-C01 Practice Test - Questions Answers, Page 16

Question list
Search
Search

List of questions

Search

Related questions











A Security Engineer received an AWS Abuse Notice listing EC2 instance IDs that are reportedly abusing other hosts. Which action should the Engineer take based on this situation? (Choose three.)

A.
Use AWS Artifact to capture an exact image of the state of each instance.
A.
Use AWS Artifact to capture an exact image of the state of each instance.
Answers
B.
Create EBS Snapshots of each of the volumes attached to the compromised instances.
B.
Create EBS Snapshots of each of the volumes attached to the compromised instances.
Answers
C.
Capture a memory dump.
C.
Capture a memory dump.
Answers
D.
Log in to each instance with administrative credentials to restart the instance.
D.
Log in to each instance with administrative credentials to restart the instance.
Answers
E.
Revoke all network ingress and egress except for to/from a forensics workstation.
E.
Revoke all network ingress and egress except for to/from a forensics workstation.
Answers
F.
Run Auto Recovery for Amazon EC2.
F.
Run Auto Recovery for Amazon EC2.
Answers
Suggested answer: B, E, F

A Security Administrator is configuring an Amazon S3 bucket and must meet the following security requirements:

Encryption in transit

Encryption at rest

Logging of all object retrievals in AWS CloudTrail

Which of the following meet these security requirements? (Choose three.)

A.
Specify “aws:SecureTransport”: “true” within a condition in the S3 bucket policy.
A.
Specify “aws:SecureTransport”: “true” within a condition in the S3 bucket policy.
Answers
B.
Enable a security group for the S3 bucket that allows port 443, but not port 80.
B.
Enable a security group for the S3 bucket that allows port 443, but not port 80.
Answers
C.
Set up default encryption for the S3 bucket.
C.
Set up default encryption for the S3 bucket.
Answers
D.
Enable Amazon CloudWatch Logs for the AWS account.
D.
Enable Amazon CloudWatch Logs for the AWS account.
Answers
E.
Enable API logging of data events for all S3 objects.
E.
Enable API logging of data events for all S3 objects.
Answers
F.
Enable S3 object versioning for the S3 bucket.
F.
Enable S3 object versioning for the S3 bucket.
Answers
Suggested answer: A, C, E

What is the function of the following AWS Key Management Service (KMS) key policy attached to a customer master key (CMK)?

A.
The Amazon WorkMail and Amazon SES services have delegated KMS encrypt and decrypt permissions to the ExampleUser principal in the 111122223333 account.
A.
The Amazon WorkMail and Amazon SES services have delegated KMS encrypt and decrypt permissions to the ExampleUser principal in the 111122223333 account.
Answers
B.
The ExampleUser principal can transparently encrypt and decrypt email exchanges specifically between ExampleUser and AWS.
B.
The ExampleUser principal can transparently encrypt and decrypt email exchanges specifically between ExampleUser and AWS.
Answers
C.
The CMK is to be used for encrypting and decrypting only when the principal is ExampleUser and the request comes from WorkMail or SES in the specified region.
C.
The CMK is to be used for encrypting and decrypting only when the principal is ExampleUser and the request comes from WorkMail or SES in the specified region.
Answers
D.
The key policy allows WorkMail or SES to encrypt or decrypt on behalf of the user for any CMK in the account.
D.
The key policy allows WorkMail or SES to encrypt or decrypt on behalf of the user for any CMK in the account.
Answers
Suggested answer: C


A Security Engineer who was reviewing AWS Key Management Service (AWS KMS) key policies found this statement in each key policy in the company AWS account.

What does the statement allow?

A.
All principals from all AWS accounts to use the key.
A.
All principals from all AWS accounts to use the key.
Answers
B.
Only the root user from account 111122223333 to use the key.
B.
Only the root user from account 111122223333 to use the key.
Answers
C.
All principals from account 111122223333 to use the key but only on Amazon S3.
C.
All principals from account 111122223333 to use the key but only on Amazon S3.
Answers
D.
Only principals from account 111122223333 that have an IAM policy applied that grants access to this key to use the key.
D.
Only principals from account 111122223333 that have an IAM policy applied that grants access to this key to use the key.
Answers
Suggested answer: D

A Software Engineer wrote a customized reporting service that will run on a fleet of Amazon EC2 instances. The company security policy states that application logs for the reporting service must be centrally collected. What is the MOST efficient way to meet these requirements?

A.
Write an AWS Lambda function that logs into the EC2 instance to pull the application logs from the EC2 instance and persists them into an Amazon S3 bucket.
A.
Write an AWS Lambda function that logs into the EC2 instance to pull the application logs from the EC2 instance and persists them into an Amazon S3 bucket.
Answers
B.
Enable AWS CloudTrail logging for the AWS account, create a new Amazon S3 bucket, and then configure Amazon CloudWatch Logs to receive the application logs from CloudTrail.
B.
Enable AWS CloudTrail logging for the AWS account, create a new Amazon S3 bucket, and then configure Amazon CloudWatch Logs to receive the application logs from CloudTrail.
Answers
C.
Create a simple cron job on the EC2 instances that synchronizes the application logs to an Amazon S3 bucket by using rsync.
C.
Create a simple cron job on the EC2 instances that synchronizes the application logs to an Amazon S3 bucket by using rsync.
Answers
D.
Install the Amazon CloudWatch Logs Agent on the EC2 instances, and configure it to send the application logs to CloudWatch Logs.
D.
Install the Amazon CloudWatch Logs Agent on the EC2 instances, and configure it to send the application logs to CloudWatch Logs.
Answers
Suggested answer: D

Explanation:

https://aws.amazon.com/blogs/aws/cloudwatch-log-service/

A Security Engineer is trying to determine whether the encryption keys used in an AWS service are in compliance with certain regulatory standards. Which of the following actions should the Engineer perform to get further guidance?

A.
Read the AWS Customer Agreement.
A.
Read the AWS Customer Agreement.
Answers
B.
Use AWS Artifact to access AWS compliance reports.
B.
Use AWS Artifact to access AWS compliance reports.
Answers
C.
Post the question on the AWS Discussion Forums.
C.
Post the question on the AWS Discussion Forums.
Answers
D.
Run AWS Config and evaluate the configuration outputs.
D.
Run AWS Config and evaluate the configuration outputs.
Answers
Suggested answer: B

Explanation:

https://aws.amazon.com/artifact/Third-party auditors assess the security and compliance of AWS Key Management Service as part ofmultiple AWS compliance programs. These include SOC, PCI, FedRAMP, HIPPA, and others. Thecompliance document is found in AWS Artifact.

An application has been written that publishes custom metrics to Amazon CloudWatch. Recently, IAM changes have been made on the account and the metrics are no longer being reported. Which of the following is the LEAST permissive solution that will allow the metrics to be delivered?

A.
Add a statement to the IAM policy used by the application to allow logs:putLogEvents and logs:createLogStream
A.
Add a statement to the IAM policy used by the application to allow logs:putLogEvents and logs:createLogStream
Answers
B.
Modify the IAM role used by the application by adding the CloudWatchFullAccess managed policy.
B.
Modify the IAM role used by the application by adding the CloudWatchFullAccess managed policy.
Answers
C.
Add a statement to the IAM policy used by the application to allow cloudwatch:putMetricData.
C.
Add a statement to the IAM policy used by the application to allow cloudwatch:putMetricData.
Answers
D.
Add a trust relationship to the IAM role used by the application for cloudwatch.amazonaws.com.
D.
Add a trust relationship to the IAM role used by the application for cloudwatch.amazonaws.com.
Answers
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/permissions-referencecw.html

A Developer’s laptop was stolen. The laptop was not encrypted, and it contained the SSH key used to access multiple Amazon EC2 instances. A Security Engineer has verified that the key has not been used, and has blocked port 22 to all EC2 instances while developing a response plan.

How can the Security Engineer further protect currently running instances?

A.
Delete the key-pair key from the EC2 console, then create a new key pair.
A.
Delete the key-pair key from the EC2 console, then create a new key pair.
Answers
B.
Use the modify-instance-attribute API to change the key on any EC2 instance that is using the key.
B.
Use the modify-instance-attribute API to change the key on any EC2 instance that is using the key.
Answers
C.
Use the EC2 RunCommand to modify the authorized_keys file on any EC2 instance that is using the key.
C.
Use the EC2 RunCommand to modify the authorized_keys file on any EC2 instance that is using the key.
Answers
D.
Update the key pair in any AMI used to launch the EC2 instances, then restart the EC2 instances.
D.
Update the key pair in any AMI used to launch the EC2 instances, then restart the EC2 instances.
Answers
Suggested answer: C

An organization has tens of applications deployed on thousands of Amazon EC2 instances. During testing, the Application team needs information to let them know whether the network access control lists (network ACLs) and security groups are working as expected.

How can the Application team’s requirements be met?

A.
Turn on VPC Flow Logs, send the logs to Amazon S3, and use Amazon Athena to query the logs.
A.
Turn on VPC Flow Logs, send the logs to Amazon S3, and use Amazon Athena to query the logs.
Answers
B.
Install an Amazon Inspector agent on each EC2 instance, send the logs to Amazon S3, and use Amazon EMR to query the logs.
B.
Install an Amazon Inspector agent on each EC2 instance, send the logs to Amazon S3, and use Amazon EMR to query the logs.
Answers
C.
Create an AWS Config rule for each network ACL and security group configuration, send the logs to Amazon S3, and use Amazon Athena to query the logs.
C.
Create an AWS Config rule for each network ACL and security group configuration, send the logs to Amazon S3, and use Amazon Athena to query the logs.
Answers
D.
Turn on AWS CloudTrail, send the trails to Amazon S3, and use AWS Lambda to query the trails.
D.
Turn on AWS CloudTrail, send the trails to Amazon S3, and use AWS Lambda to query the trails.
Answers
Suggested answer: A

An application outputs logs to a text file. The logs must be continuously monitored for security incidents. Which design will meet the requirements with MINIMUM effort?

A.
Create a scheduled process to copy the component’s logs into Amazon S3. Use S3 events to trigger a Lambda function that updates Amazon CloudWatch metrics with the log data. Set up CloudWatch alerts based on the metrics.
A.
Create a scheduled process to copy the component’s logs into Amazon S3. Use S3 events to trigger a Lambda function that updates Amazon CloudWatch metrics with the log data. Set up CloudWatch alerts based on the metrics.
Answers
B.
Install and configure the Amazon CloudWatch Logs agent on the application’s EC2 instance. Create a CloudWatch metric filter to monitor the application logs. Set up CloudWatch alerts based on the metrics.
B.
Install and configure the Amazon CloudWatch Logs agent on the application’s EC2 instance. Create a CloudWatch metric filter to monitor the application logs. Set up CloudWatch alerts based on the metrics.
Answers
C.
Create a scheduled process to copy the application log files to AWS CloudTrail. Use S3 events to trigger Lambda functions that update CloudWatch metrics with the log data. Set up CloudWatch alerts based on the metrics.
C.
Create a scheduled process to copy the application log files to AWS CloudTrail. Use S3 events to trigger Lambda functions that update CloudWatch metrics with the log data. Set up CloudWatch alerts based on the metrics.
Answers
D.
Create a file watcher that copies data to Amazon Kinesis when the application writes to the log file. Have Kinesis trigger a Lambda function to update Amazon CloudWatch metrics with the log data. Set up CloudWatch alerts based on the metrics.
D.
Create a file watcher that copies data to Amazon Kinesis when the application writes to the log file. Have Kinesis trigger a Lambda function to update Amazon CloudWatch metrics with the log data. Set up CloudWatch alerts based on the metrics.
Answers
Suggested answer: B

Explanation:

https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/QuickStartEC2Instance.html

Total 590 questions
Go to page: of 59