EC2 Flashcards Preview

AWS Associate Triforce > EC2 > Flashcards

Flashcards in EC2 Deck (34)
Loading flashcards...
1
Q

_____ is a web service that provides resizable compute capacity in the cloud.

A

EC2

2
Q

T or F EC2 reduces the time required to obtain and boot new server instances to minutes, allowing you to quickly scale capacity, both up and down, as your computing requirements change.

A

true

3
Q

T or F With EC2, you only pay for the capacity that you actually use.

A

True

4
Q

EC2 provides _______ the tools to build _____ resilient apps and isolate themselves from common _____ scenarios.

A

developers failure failure

5
Q

allows you to pay a fixed rate by the hour (or second) with no commitment

A

EC2 on demand

6
Q

provides you with a capacity reservation, and offer a significant discount on the hourly charge for an instance. 1 year or 3 year terms.

A

EC2 Reserved

7
Q

Enables you to bid whatever price you want for instance capacity providing for even greater savings if your apps have flexible start and end times.

A

EC2 Spot

8
Q

Physical Ec2 server dedicated for your use. This can help you reduce costs by allowing you to use your existing server bound software licenses.

A

Dedicated hosts

9
Q
  • perfect for users that want the low cost and flexibility of amazon ec2 without any upfront payment or long term commitment a)on demand b)reserved instances c)spot instances d) dedicated hosts
A

A) on demand

10
Q

Applications with short term, spiky, or unpredictable workloads that can’t be interrupted. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

A) on demand

11
Q

Applications that have flexible start and end times a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

C) Spot instances

12
Q

Applications with steady state or predictable usage a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

B) reserved instances

13
Q

Applications being developed or tested on EC2 for the first time. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

A) on demand

14
Q

Applications that require reserved capacity. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

B) reserved isntances

15
Q

Applications that are only feasible at very low compute prices. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

C) spot instances

16
Q

Useful for regulatory requirements that may not support multi-tenant virtualization. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

D) dedicated hosts

17
Q

Users can make up-front payments to reduce their total computing costs even further. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

B) reserved instances

18
Q

The standard version of this is up to 75% off of on-demand. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

B) reserved instances

19
Q

Great for licensing which does not support multi-tenant or cloud deployments. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

D) dedicated hosts

20
Q

The convertible version of this save up to 54% off on-demand a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

B) reserved instances

21
Q

User with an urgent need for large amounts of additional computing capacity. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

C) Spot instances

22
Q

T or F Dedicated hosts can be purchased on demand.

A

True

23
Q

Can be purchased as a reservation for up to 70% off on-demand price. a)on demand b)reserved instances c)spot instances d) dedicated hosts

A

D) dedicated hosts

24
Q

______ feature the capacity to change the attributes of the RIs as long as the exchange results in the creation of reserved instances of equal or greater value. Pick one: Standard RIs Convertible RIs

A

standard RIs

25
Q

______ are avilable to launch within the time window you reserve. This option allows you to match your capacity reservation to a predictable recurring schedule that only requires a fraction of a day, a week, or a month. Pick one: Standard RIs Convertible RIs

A

Convertible RIs

26
Q

Name the types of Elastic Load Balancers

A
  1. Application LB
  2. Network LB
  3. Classic LB
27
Q

Best suited LB for TCP traffic where extreme performance is required.

  1. Applicaiton LB
  2. Network LB
  3. Classic LB
A

Network LB

28
Q

Best suited for LB of HTTP and HTTPS traffic.

  1. Applicaiton LB
  2. Network LB
  3. Classic LB
A

Application LB

29
Q

With this ELB, you can balance HTTP/HTTPS apps and use layer 7 specific features, such as x-forwarded and sticky sessions. You can also use sctrict layer 4 LB for apps that rely purely on the TCP protocol.

  1. Applicaiton LB
  2. Network LB
  3. Classic LB
A

Classic LB

30
Q

They operate at layer 7 and are app aware. They are intelligent and you can create advanced request routing, sending specified requests to specific web servers.

  1. Applicaiton LB
  2. Network LB
  3. Classic LB
A

Application LB

31
Q

They operate at the connection level (layer 4). They are capable of handling millions of requests per second , while maintaining ultra-low latencies. Used for extreme performance.

  1. Applicaiton LB
  2. Network LB
  3. Classic LB
A

Network LB

32
Q

If you app stops responding, the _____ responds with a 504 error. This means the app is having issues. This could be either at the web server layer or at the DB layer. Identify where teh app is failing and scale it up or out where possible.

  1. Applicaiton LB
  2. Network LB
  3. Classic LB
A

Classic LB

33
Q
A
34
Q

x-forwarded for header

A

a common method for identifying the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer.