Other Flashcards

1
Q

What is an anycast IP address

A

Many cloud based nodes or instances running a program have the same IP address and the rooting infrastructure sends packages to the topologically nearest node

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

What is a CIDR block?

A

A designated range of IP address space on the web

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

What is POSIX compliant operating system?

A

“Portable Operating System Interface

Can nativly run UNIX programs”

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

What is a Byte-Range fetch?

A

“a header in usually used in a GET Object request

used for improving performace by using concurrent connections to get an object and peice it together on the client side”

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

What is a distribution key?

A

The concept of a variable given to designate the partitions in a set of data

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

“Concept

Placement strategies”

A

“Cluster in one AZ
Spread across different racks(large replicated)
Partition’s have there own racks”

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

“Concept(not sure about this one yet)

Enhanced network performance”

A

“EC2s either use
ENA(elastic Network Adapter)
or
VF(Intel 82599 Virtual Function) interface”

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

“Concept

fast data integrety checks”

A

disable initial verification & enable verification post data transfer

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

“Concept

IAM roles vs credentials”

A

assign roles don’t store credentials

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

What instance type is supported in the EC2 instance Savings Plan?

A

all c5 instances

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

What is the benifit of using origin fetch vs other routes?

A

“origin fetch is integrated with AWS services and is free

insentivises use of multiple AWS services”

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

What is the cache-control header?

A

Used to control how long an object stay in the CloudFront cache

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

In CloudFormation what is the OnDemandPercentageAboveBaseCapacity propery?

A

“Determine the number of On-demand instances that could be spun up if needed
setting to 0 will use Spot instances instead of On-demand instances (greate for non-development)”

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

“CloudFormation stack

Retain vs Snapshot vs Delete”

A

“Retain - keeps the resource in the event of a stack deletion
Snapshot - creates a snapshot of the resource before the resource is deleted
Delete - deletes the resource with the stack”

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

Common use cases for elastic beanstalk

A

create web server environments and worker environment

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

What is drift detection

A

Drift detection can be used to detect changes made to resources outside of cloud formation

17
Q

How to properly set up CloudTrail in every region

A

“CloudTrail has a feature that allows it to be automatically enabled in evey region, including any new region expanded to within the account
Logs are delivered to an S3 bucket and an optional CloudWatch Logs group that you specify”

18
Q

Storage Gateway Cached volume vs Stored volume

A

“Cached will temporarily contain the most recently accessed responses
Stored volumes are asynchronously synced with the origin”

19
Q

Placement strategies and racks

A

“Cluster - puts instances together in an AZ, essentially the same rack
Spread - places instaces across different racks, not grouping the instnaces
Partition - instances in a partition have their own set of racks “

20
Q

Cognito User pool vs Identity pool

A

“Two separate ways to gain authorization, they are not necessarily interchangeable
User is individual based
identity is/can be group based”

21
Q

What do federation protocols authenticate?

A

“Federations are for user authentication

IAM policies can be for either user or service authentication”

22
Q

in what ways can KMS encrypt data?

A

“only at rest

use SSL for encryption in transit”

23
Q

To what scope are KMS master keys bound?

A

KMS master keys are region-specific

24
Q

Service Control Policies

A

“Organizations feature
policies are applied to all users within the member accounts including root accounts
if explicit permissions are granted from other policies, they may bypass the SCP”

25
Q

PCI compliant workloads on cloudfront

A

“log CloudFront usage data for 365 days
enable CloudFront access logs
capture requests that are sent to the CloudFront API”