Deck 2 Flashcards

1
Q

S3 durability

A

99,999999999%

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

AWS storage gateway types

A
  • Gateway-cached volumes: Store primary data and cache most
    recently used data locally
  • Gateway-stored volumes: store entire dataset on site and
    asynchronously replicate data back to S3
  • Gateway-virtual tape library: Store your virtual tapes in either S3 or
    Glazier.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Are you charged for EIPs?

A
  • Used: free

- Instance stopped: charges

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

Is it possible to tag an EIP?

A

No

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

Services with automated backup

A
  • RDS
  • Elasticache (REDIS)
  • Redshift
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Services without automated backup

A

EC2

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

What happens with backups when you delete a RDS instance?

A
  • Automated: erased

- Manual: preserved

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

Where are all backups (RDS, ElastiCache, Redshift, EC2) stored?

A

S3

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

Things to have in account with ElastiCache backups?

A
  • For Redis only
  • Entore cluster snapshotted
  • Degrades performance
  • Set up during least busy part of day
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Elasticache Memcached. Is it possible to backup cluster?

A

No

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

Is it possible to have automated backups in EC2?

A

You can create your own automated backups by:

  • Using command line
  • Using Python scripts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Main diference between instance store and EBS

A
  • Instance Store (ephemeral): non persistent

- EBS: persistent

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

Types of volumes

A
  • Root volume: where OS is installed

* Additional volumes: other volumes (data)

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

Is it possible to stop an instance store instance?

A

No, only reboot or terminate

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

When is suitable to use ephemeral disks?

A
  • Temporary storage (buffers, caches, etc)

- When data is replicated

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

Strategies to keep data safe

A
  • Store in S3

- Using EBS volumes

17
Q

Is it possible to disable “delete on termination” on EBS root volumes?

A

Only during instance creation

18
Q

Which have a faster boot, instance store or EBS?

A

EBS is faster because when booting from instance store, the data is downloaded from S3 to the local disk.

19
Q

Is it possible to attach an EBS to an instance in a different AZ?

A

No

20
Q

Is it possible to attach an EBS to more than 1 instance?

A

No

21
Q

Charges related with EBS-backed instance

A
  • Instance usage
  • EBS volume usage
  • Storing AMI as EBS snapshot
22
Q

Charges related with instance store-backed instance

A
  • Instance usage

- Storing AMI as EBS snapshot

23
Q

EBS volume size limit

A

16 TB

24
Q

Instance store volume size limit

A

10 GB

25
Q

Elements for a tiered backup solution

A

S3

Glacier

26
Q

S3 max object size

A

5 TB

27
Q

When you should use S3 multipath upload?

A
  • Recommended if file is greater than 100MB
  • Compulsory if is
    greater than 5GB
28
Q

Where to store logs?

A
  • Using 3rd party centralized monitoring platform (logs can be stored in S3)
  • Using Cloudwatch logs (Instances need permission to push logs to CWL)
  • Using Access logging on S3 (S3 only)
29
Q

What is OpsWorks?

A
Application management service that helps you automate operational tasks like:
• Code Deployment
• Package installations
• Server scaling
• Software configurations
• Database setups
30
Q

OpsWorks main elements

A
  • Stack: Container (or group) of resources (ELB,RDS,EC2,etc)

* Layer: Exists within a stack. Consists in applayer, DBlayer,etc.