Wiley Quiz Reviews Flashcards

1
Q

Which of the following best describes elasticity?

A

The ability of an application to increase or decrease compute resources to match changing demand.

Preconfiguring compute instances before they’re used to scale up an application is an element of scalability rather than elasticity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Maximum EBS size under free tier

A

30GB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Post free tier usage options

A
  1. 10GB Glacier retrieval

2. 10 alarms and 10 metrics on Cloudwatch / month

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following is a limitation of the AWS Simple Monthly Calculator?

A

Not all services are included.

The calculator pricing is kept up-to-date. You can specify very detailed configuration parameters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following AWS documentation URLs points to the page containing an up-to-date list of service limits?

A

https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which is the best place to get a quick summary of this month’s spend for your account?

A

Answer: Billing & Cost Management Dashboard

The Cost Explorer and Cost and Usage Reports pages provide more in-depth and/or customized details. Budgets allow you to set alerts based on usage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the main goal for creating a Usage budget type (in AWS Budgets)

A

Answer: To track particular categories of resource consumption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AWS Professional Services vs. AWS Partner Network

A

Professional Services = Evangelists

Partner Network = Devops Mercenaries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Group following Trusted adviser features into free and business/enterprise:

  1. MFA on root account
  2. Load balancer optimization
  3. Service Limits
  4. IAM Access Key Rotation
A

Business/Enterprise: Load Balance optimization & IAM Key Rotation

Free: MFA on root, Service limits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When you request a new virtual machine instance in EC2, your instance will automatically launch into the currently selected value of which of the following?

  1. service
  2. subnet
  3. az
  4. region
A

region

EC2 instances will automatically launch into the Region you currently have selected. You can manually select the subnet that’s associated with a particular Availability Zone for your new EC2 instance, but there’s no default choice.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following would be a valid endpoint your developers could use to access a particular Relational Database Service instance you’re running in the Northern Virginia Region?

rds.us-east-1.amazonaws.com
or
rds.amazonaws.com.us-east-1

A

rds.us-east-1.amazonaws.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the most significant architectural benefits of the way AWS designed its Regions? (Select TWO.)

A

End users experience lower latency and compliance with local regulations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You want to improve the resilience of your EC2 web server. Which of the following is the most effective and efficient approach?

A

Launch parallel, load-balanced instances in multiple Availability Zones within a single AWS Region.

Auto scaling is an important working element of application high availability, but it’s not what most directly drives it (that’s load balancing). The most effective and efficient way to get the job done is through parallel, load-balanced instances in multiple Availability Zones, not Regions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following most accurately describes a subnet within the AWS ecosystem?

A

The block of IP addresses assigned for use within a single Availability Zone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

T/F EC2 load balancers can leverage edge locations

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Requirements for console login?

A

acct number, username, pw

17
Q

Can existing EBS volumes be encrypted via KMS?

A

no

18
Q

For resource groups, what are two ways you can make queries?

A
  1. via resource tags

2. via Cloudformation Stacks

19
Q

How long does Cloudwatch store metrics?

A

Up to 15 months

20
Q

How long does Cloudwatch Logs store data?

A

Indefinitely

21
Q

What is Cloudwatch Logs

A

Log data streamed from AWS services

22
Q

Which AWS service monitors a metric and sends an alert in response to that metric changing?

A

Cloudwatch alarms.

NOT METRICS. metrics simply collects and stores metrics

23
Q

auto scaling uses ___ when provisioning new instances.

A

launch templates

24
Q

Which tasks can S3 object life cycle configurations perform automatically? (Select THREE.)

A

delete old object versions

delete old objects

move to glacier

(NOT move to EBS volume)

25
Q

What will IAM users with AWS Management Console access need to successfully log in?

A

username and password AND account id

wiley is wrong

26
Q

Can CloudWatch Events send an SNS message when an instance CPU utilization reaches 90%?

A

No, CF Events doesn’t monitor metrics.

Some things it can do though:
send SNS when IAM user logins in to mgmt consol

shut down ec2 instance at certain time