AWS Misc Questions Flashcards
Where can you find an instances metadata
http://instance-ip/latest/meta-data
How can you find information on an instance such as IP address
in the instance meta-data
What is required to back up an EBS raid array
Need to assure all IO has stopped. Snapshot all EBS volumes
1) Stop all Applications
2) Flush cache to disk
3) Confirm no IO to RAID array. May require unmount disk or shutting down EC2
4) After all disk-related activity has halted, take snapshots of each EBS volume
What storage system encrypt by default
Glacier and Storage Gateway
What is required to use Route53 and S3 to host a web site
S3 bucket name must be the same as the domain name, Route53 registered domain
What are the size of snowball and snowball edge
Snowball is 80TB (72 TB Usable) and Snowball Edge is 100 TB (83 TB usable). Snowball Edge also has on-board compute for select operations.
AWS STS
Security Token Service.
Amazon DLM
Data Lifecycle Manager can manage creation, retention, and deleting EBS snapshots
Different types of DR scenerios
Backup-Restore, Pilot Light, Warm Standby, Multi-Site
What is a MEAN stack
MongoDB, Express.js, Angler.js, Node.js