AWS Overview Flashcards
1
Q
AWS Global Infrastructure Hierachy
A
- AWS Regions
- Availability Zones
- Data Ceters
- Edge Locations/Poins of Presence
2
Q
AWS Regions
A
- Cluster of data centers
- Most Services are region-scoped
- 3 to 6 availability zones
3
Q
Factors in choosing a region
A
- Compliance (government)
- Proximity (latency)
- Available Services (not all services available in all regions)
- Pricing (varries by region)
4
Q
AWS Availability Zone
A
- One or more data centers
- Redundant power, networking, and connectivity
- Isolated from other avaiability zones
- Connected hihg bandwidth, ultra-low latency
- Linked to form a region
5
Q
Shared Responsibility Model
A
- Customer responsibly for security in the cloud
- AWS responsible for security of the cloud
6
Q
3 pricing categories of the AWS Cloud
A
- Compute
- Storage
- Data transfer out of cloud
7
Q
Options to access AWS
A
- Management Console
- Command Line Interface (CLI)
- Software Developer Kit (SDK)
- CloudShell
8
Q
AWS CLI (Command Line Interface)
A
- Command-line shell
- Direct access to APIs
- Scripts to manage resources
- Open Source
9
Q
AWS SDK (Software Development Kit)
A
- Language-specific APIs (libraries)
- Access services programatically
- Embedded within applications
- Multiple programing languages
10
Q
AWS CloudShell
A
- CLI terminal integrated into AWS
- Browser based
- Not available in all regions