CG - Practice Test 2 Flashcards

1
Q

S3 encryption if you want to maintain full end to end control of the encryption/decryption of objects and assure that only encrypted objects are transimitted over the internet to Amazon S3

A

Client Side encryption - provide a client side master key to the Amazon S3 Encryption Client

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

One way to offload your Ec2 instances

A

installing SSL certificates on your ELBs

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

iptables

A

OS level logging tool that can log events to Cloud watch or S3 - is a command-line firewall utility that uses policy chains to allow or block traffic

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

Cluster Placement groups can span VPCs but not Azs- true or false

A

true

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

inter region vpc peering

A

creating a vpc connection between vps in different regions

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

You cannot have more thane one vpc peering connection between the same VPCs at the same time - t or f

A

true

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

Transfers between S3 buckets or from Amazon S3 to EC2 within the same AWS Region are free. T or F

A

true

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

All S3 costs are based on the volume of data regardless of how it is handled. - T or F

A

False

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

Data transfer into S3 from the Internet doesn’t incur any costs - T or F

A

true

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

The total costs for data transfer out from S3 to CloudFront depend on the monthly volume of data, i.e a tiered pricing applies: The more data goes out, the more you save. T or F

A

false

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

Transferring up to one GB of data per month out of S3 to end customers over the public internet is free. T or F

A

true

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

If your application requires more compute resources than the largest DB instance class or more storage than the maximum allocation, you can:

A

implement partitioning thereby spreading your data across multiple DB instances

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

Multi-AZ will help with performance - T or F

A

false, it will only help resiliency

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

RDS autoscaling is only available with which DB

A

Aurora

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

Z2 is a valid instance type - T or F

A

false

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

AWS services that can help moving to stateless (all system and application state is stored and managed outside of the instances themselves)

A

DynamoDB, elasticache, RDS, S3

17
Q

VM Import/Export

A

enables you to import virtual machine (VM) images from your existing virtualization environment to Amazon EC2, and then export them back.

18
Q

If you deploy and ELB classic as part of your VPC web app, which are true:

A
  1. The outward facing interface supports IPv4 addressing.
  2. The inward facing interface supports IPv4 addressing
  3. The Listener can be setup to distribute ‘Apache Derby Network Server’ (1527) connections
19
Q

Cloud9

A

requires addtl steps to achieve multi-AZ

20
Q

Which services don’t require addtl steps for it to be multi-AZ:

A
  1. Neptune
  2. S3
  3. DynamoDB
21
Q

Bucket name rules

A

> Bucket names must be unique across all existing bucket names in Amazon S3.
Bucket names must comply with DNS naming conventions.
Bucket names must be at least 3 and no more than 63 characters long.
Bucket names must not contain uppercase characters or underscores.
Bucket names must start with a lowercase letter or number.
Bucket names must be a series of one or more labels. Adjacent labels are separated by a single period (.). Bucket names can contain lowercase letters, numbers, and hyphens. Each label must start and end with a lowercase letter or a number.
Bucket names must not be formatted as an IP address (for example, 192.168.5.4).
When you use virtual hosted–style buckets with Secure Sockets Layer (SSL), the SSL wildcard certificate only matches buckets that don’t contain periods. To work around this, use HTTP or write your own certificate verification logic. We recommend that you do not use periods (“.”) in bucket names when using virtual hosted–style buckets.