Deck 2 Flashcards
S3 durability
99,999999999%
AWS storage gateway types
- 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.
Are you charged for EIPs?
- Used: free
- Instance stopped: charges
Is it possible to tag an EIP?
No
Services with automated backup
- RDS
- Elasticache (REDIS)
- Redshift
Services without automated backup
EC2
What happens with backups when you delete a RDS instance?
- Automated: erased
- Manual: preserved
Where are all backups (RDS, ElastiCache, Redshift, EC2) stored?
S3
Things to have in account with ElastiCache backups?
- For Redis only
- Entore cluster snapshotted
- Degrades performance
- Set up during least busy part of day
Elasticache Memcached. Is it possible to backup cluster?
No
Is it possible to have automated backups in EC2?
You can create your own automated backups by:
- Using command line
- Using Python scripts
Main diference between instance store and EBS
- Instance Store (ephemeral): non persistent
- EBS: persistent
Types of volumes
- Root volume: where OS is installed
* Additional volumes: other volumes (data)
Is it possible to stop an instance store instance?
No, only reboot or terminate
When is suitable to use ephemeral disks?
- Temporary storage (buffers, caches, etc)
- When data is replicated