Pro Tips - Storage Flashcards
What is a good pilot to build an AWS use case?
Archiving and backup to AWS. It’s low risk and an easy way to demonstrate cost savings.
If you have a VPC, what should you always make use of?
AWS endpoints. s3 endpoint, for example, prevents calls to a bucket from going out to the internet then back in. Endpoints keep traffic within AWS.
Why should you learn how to secure s3?
Many organizations improperly secure s3 buckets by making them publically available on accident, and not encrypting the data.
Should you encrypt?
yup.
What is Aurora?
AWS’s house brand of database.
Which Aurora flavors does AWS offer?
MySQL/Maria or PostgreSQL
When should you consider NoSQL database options?
When you don’t need a relational, structured database features.
While running DB on EC2 is cheaper than RDS, what else needs to be considered in the cost of that?
Soft costs such as administering the service. Patching, incident management, etc. RDS takes care of all of that.
To prevent RDS performance hist during backups, what can you do?
Create a multi-AZ RDS environment.