SA Pro - Whizlabs Flashcards

1
Q

In AWS, the CIDR of a VPC can or cannot be modified after its creation?

A

CAN be modified by adding a secondary IPv4 IP range (CIDR) to your VPC.

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

Gateway-Cached volumes can support volumes of _____ TB in size, where as Gateway-stored volume supports volumes of _____ TB in size.

A

1,024 TB; 512 TB

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

Application Load Balancers have support for ______ which allows the handling of multiple/separate SSL certificates.

A

SNI (Server Name Indicator)

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

What lifecycle events are available in OpsWorks?

A

Setup
Deploy
Shutdown

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

What is the default base configuration of Redshift?

A

One node of 160GB

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

Elasticache can or cannot be used to store session state.

A

CAN

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

A customer trying to achieve a low RPO for a multi-region RDS instance setup should implement synchronous or asynchronous replication?

A

Asynchronous… Sync would have too much overhead for cross region replication.

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

When defining DynamoDB primary keys, you should always use the _________ principal.

A

Many to few

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

You can only use intrinsic functions in which part of a CloudFormation template?

A

Resource Properties
Metadata Attributes
Update Policy Attributes

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

CloudTrails are configured on a _______ basis and a region can include ______ services.

A

Per Region; Global

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

Public VIFs required what?

A

Public CIDR Block range

That the service has a public VIF - I.E. Dynamo

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

An AWS Direct Connect location only provides access to the AWS ______ associated with it.

A

Region

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

How you create a multi-region design with a more reliable network connection without Direct Connect?

A

1) Create a public VIF to the remote regions public endpoints
2) Use VPN over the public VIF to protect the data

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

With Elastic Transcoder, the resulting S3 bucket that receives the transcoded file is a prime example of when you can use what type of storage because the transcoded files are easily reproduced?

A

Reduced Redundancy Storage

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

What does HDFS stand for?

A

Hadoop Distributed File System

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

An EMR cluster is made up of what components?

A

Master Node
Core Node
Task Node
EMRFS

17
Q

The EMR Master node does what?

A

Manages data distribution to core/slave nodes

18
Q

The EMR Code node does what?

A

Store data on HDFS from tasks run on the nodes and are managed by the master nodes

19
Q

The EMR Task nodes do what?

A

Perform data tasks and send the results back to the core nodes for storage

20
Q

You can’t export from ___ directly into Redshift, but you can export from _______ or _______ to a new or existing redshift table.

A

RDS; DynamoDB or S3

21
Q

What are the two ways you could back up a DynamoDB table to another region?

A

Data Pipeline

DynamoDB Streams

22
Q

Can you enable encryption of an RDS instance while it is running?

A

No

23
Q

When an RDS is created, how can you securely connect to it?

A

Every RDS instance has an SSL endpoint.

24
Q

What can you use to backup your on-prem Oracle db to AWS?

A

RMAN

25
Q

What three HTTP methods can Cloudfront cache?

A

GET
HEAD
OPTIONS

26
Q

Doe SQS guarantee message delivery?

A

Yes

27
Q

What 5 lifecycle events does OpsWorks support?

A
Setup
Configure
Deploy
Undeploy
Shutdown
28
Q

What are your two common rollout options for OpsWorks?

A

Rollout - Update one at a time

Separate stacks - Blue/Green deployment

29
Q

AWS KMS supports two kinds of keys - ____ keys and ____ keys. The ________ keys can be used to directly encrypt up to 4 kilobytes of data can also be used to protect the ______ keys.

A

Master; Data;

Master; Data

30
Q

The most likely reason for a placement group “Capacity Error” is that the underlying hardware may not have the capacity to launch any additional instances on it. If the instances are _____ and ________, AWS may move the instances to a hardware that has capacity for all the requested instances.

A

Stopped; Restarted

31
Q

A custom SSL certificate or third party certificate (can/cannot) be be configured in Route53.

A

cannot

32
Q

To reduce TTL with caching using Cloudfront you should enable or disable query string forward?

A

Enable

33
Q

How many Virtual Private Gateways (VPGs) can you have associated with a single VPC?

A

One

34
Q

A /28 subnet has how many addresses and how many actually available?

A

16 addresses with 11 available.

35
Q

How do you figure out how many addresses a /27 subnet has if you know that a /28 has 16?

A

Double it to find the total addresses and subtract 5 to figure out the actual number available on AWS.

36
Q

Which IP addresses of a given subnet are not available due to AWS reservations of those IP addresses for networking purposes?

A

The first 4 and last 1

37
Q

Which CloudFront report can help find the most popular requested object?

A

Popular Object

38
Q

Can you change the region of a stack with OpsWork?

A

No