FORGCF3

FORGCF3

Professional Development

35 Qs

quiz-placeholder

Similar activities

AWS-CCP-W2D2

AWS-CCP-W2D2

Professional Development

30 Qs

CloudWatch

CloudWatch

University - Professional Development

33 Qs

FORGC2

FORGC2

Professional Development

36 Qs

VPC & IAM

VPC & IAM

Professional Development

30 Qs

Explore AWS Cloud Fundamentals

Explore AWS Cloud Fundamentals

Professional Development

30 Qs

Access Control

Access Control

Professional Development

30 Qs

OREGON TRAIL NOT OFFICIAL

OREGON TRAIL NOT OFFICIAL

KG - Professional Development

35 Qs

AWS Quiz - IAM_S3_EC2

AWS Quiz - IAM_S3_EC2

Professional Development

30 Qs

FORGCF3

FORGCF3

Assessment

Quiz

Other

Professional Development

Easy

Created by

shyrlyn valdez

Used 2+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How long is the free retention period for AWS CloudTrail logs?

30 days

7 days

Dependent on log volume

90 days

Answer explanation

CloudTrail provides free storage of audit logs for 90 days. If you want to keep data for longer than 90 days, you have to set up a trail to be stored in an S3 bucket somewhere or ingested into some other platform.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is determined by AWS during EC2 instance creation?

CPU, memory, and storage specifications


  • Access control list configuration

OS-level patch management

IP address assignment

Answer explanation

AWS provides IP address assignments based on your choice of public or private. Depending on your configuration (or template selected), AWS will find the resources in their data center and launch that instance for you.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which AWS service allows investigators to perform SQL-like queries across all logs in an S3 bucket without processing them ahead of time?

S3 Query

GuardDuty

Athena

Glue

Answer explanation

Athena is an AWS service that allows you to search data that are resident within your S3 buckets as if they were in an SQL database. Athena allows you to search terabytes of data stored in your S3 buckets without having to first process and load it all into something like ELK. In addition, you can schedule Athena queries to run at regular intervals to perform regular threat hunts as new logs are written into your CloudTrail buckets.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The root user of an AWS account has been used to create a Linux EC2 instance. Where will the actions taken by that account be logged, by default?

VPC Flow Logs

CloudWatch logs

/var/log in Linux

CloudTrail logs

Answer explanation

The actions of the root user on an EC2 instance will be logged in CloudTrail by default. They will not appear in CloudWatch unless CloudWatch is configured to accept them. VPC Flow Logs do not include changes made on an EC2 instance. Linux logs record only changes made by accounts within the instance, not by the accounts of AWS users, including root.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default access permission granted when an S3 bucket is created?

Private with public access to metadata

Unlimited public access

Private with public access to directory listing

Bucket and objects not public

Answer explanation

By default, all Amazon S3 buckets and objects are private. Only the resource owner, which is the AWS account that created the bucket, can access that bucket

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

EC2 instance types prefixed with P, G, or F indicate which of the following?

An attached GPU or FPGA

Extra RAM

Bare-metal Macs

ARM-based processors

Answer explanation

Instances prefixed with P, G, or F indicate that a GPU or FPGA is attached to them. This is the instance type most often abused by crypto miners.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which AWS storage service is similar to a network-hosted NFS share that can be attached to multiple AWS EC2 instances simultaneously?

EFS

VMDK

S3

EBS

Answer explanation

Amazon Elastic File System (EFS) is basically a network-hosted NFS share, while Elastic Block Store (EBS) is a dedicated block storage device. This means that multiple instances can all access an EFS share simultaneously, while only one instance at a time can access an EBS volume. Many developers will create an AWS-hosted NFS share (EFS) and then attach it to multiple running EC2 instances. This way, for auto-scaling clusters and containers, they can have persistent data storage. This allows multiple Linux instances and containers to read and write data to a central place, and then AWS will manage auto-scaling of EFS storage. Since EFS shares are regional, the data access speeds should be fast.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?