Solutions architect Flashcards
1
Q
How do you design Resilient Architecture
A
Choose resilient/ reliable storage
Determine how to :
Design decoupling mechanisms using AWS services
Design multi tier architectures
Design fault tolerant/highly available architectures
2
Q
How do you define Performant architectures
A
Choose performant storage and databases
Apply caching to improve performance
Design solutions for elasticity and scalability
3
Q
How do specify secure applications and architectures?
A
- Secure the application tiers
- Secure the data.
- Define networking infrastructure for a single VPC application
4
Q
What are the components of an S3 object? What is the size of an object in a bucket? How is the object stored in a bucket
A
- Key(name of the object), value, version ID, metadata
- 0-5TB. It can be 0.
- An object is stored directly in a bucket or is stored within a folder in a bucket.