AWS Overview
The Cloud
- Internet-based solution
- Cloud operates on physical servers
- There’s limited knowledge of hardware location and their capabilities
- Clouds may be limited to a single organization (enterprise clouds), or be available to many organizations (public cloud)
Cloud Computing
- On-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user
- Processing on the Internet or a private network where the exact processor location is unknown
- The use of AWS can reduce hardware, operational and deployment costs;
AWS Benefits
Hardware Cost |
Operational Cost |
Deployment Cost |
|
– upfront investment vs. usage-based cost – operational cost to manage physical vs. virtual infrastructure; – people can be freed to do other work; – faster turn around on deployment; – scale up and down as needed; | ||
Resiliency |
Performance |
Capacity |
|
– resiliency refers to recoverability from a failure (health monitoring); – auto-scaling servers based on usage; – capacity in terms of storage, cup, memory etc. | ||
Cloud Computing Deployment Methods
- Full Cloud Deployment/ All-In Cloud Deployment
- All Components are in the cloud, including databases, processing, storage etc.
- Nothing is available on-premises
- Hybrid Deployment
- Some resources are internal, while others are in the cloud
- e.g. long-running processes on the cloud while others internally
- e.g. archiving on the cloud as data is not needed for fast retrieval
- Some resources are internal, while others are in the cloud
Cloud Service Models
- Infrastructure as a Service (IaaS)
- The entire infrastructure is in the cloud, servers, network services etc.
- Platforms and software run on other’s infrastructure
- You must manage it all
- Platform as a Service (PaaS)
- You don’t manage the infrastructure
- Applications are deployed onto the platform instead
- Typical web hosting model
- Software as a Service (SaaS)
- Someone else develops the software, and you use it from the cloud
- Early examples include email services (e.g. Gmail)

AWS Foundation Services
Compute | Storage |
EC2 – Elastic Compute Cloud; the leading focus service of the exam; this is how to build an instance; manual setup & configuration. Elastic Beanstalk – application-based environments that can be easily spun up; auto-config based specs; Lambda – serverless apps; run code without servers; ECS – Elastic Container Service; | S3 – Simple Storage Service; primary object storage; objects in buckets; EFS – Elastic File System; in relation to EC2 volumes/ drives; Glacier – archives; the least expensive storage option;based on non-frequent access; Storage Gateway – how to access cloud storage locally; |
Databases | Migration |
RDS – Relational Database Service; a fully managed service that makes it easier to set up, operate, and scale a relational database in the AWS Cloud; DynamoDB – NoSQL; a key-value and document database that delivers single-digit millisecond performance at any scale; ElastiCache – a service that makes it easy to set up, manage, and scale a distributed in-memory data store or cache environment in the cloud; Amazon Redshift – a fully managed, petabyte-scale data warehouse service in the cloud; | Amazon Migration Hub – importing data/ VMs into AWS; a single place to discover your existing servers, plan migrations and track the status of each application migration; App Discovery Service – helps enterprise customers plan migration projects by gathering information about their on-premises data centers; Database Migration Service Server Migration Service Snowball – service that uses physical storage devices to transfer large amounts of data between S3 and onsite data storage location at faster-than-internet speeds; |
Network & Content Delivery | Mgmt & Governance |
Analytics | Sec & Compliance |
App Integration | Cost Mgmt |
Media Services | End User Computing |
Shared Responsibility Model
AWS customer is responsible for the security of their data and client-side ops, while AWS is responsible for the security of its services and infrastructure.

Regions and Availability Zones
Regions – a physical location or a boundary within AWS that consists of two or more Availability Zones.
Availability Zone – one or more discrete data centers with redundant power and networks; housed in separate facilities;
Edge Areas – endpoints for AWS, which are used for caching content. They are typically consisting of CloudFront, Amazon’s Content Delivery Network (CDN).

Hardware Cost
Compute
Storage
EC2 – Elastic Compute Cloud; the leading focus service of the exam; this is how to build an instance; manual setup & configuration.
Elastic Beanstalk – application-based environments that can be easily spun up; auto-config based specs;
Lambda – serverless apps; run code without servers;
ECS – Elastic Container Service;
S3 – Simple Storage Service; primary object storage; objects in buckets;
EFS – Elastic File System; in relation to EC2 volumes/ drives;
Glacier – archives; the least expensive storage option;based on non-frequent access;
Storage Gateway – how to access cloud storage locally;
Databases
Migration
RDS – Relational Database Service; a fully managed service that makes it easier to set up, operate, and scale a relational database in the AWS Cloud;
DynamoDB – NoSQL; a key-value and document database that delivers single-digit millisecond performance at any scale;
ElastiCache – a service that makes it easy to set up, manage, and scale a distributed in-memory data store or cache environment in the cloud;
Amazon Redshift – a fully managed, petabyte-scale data warehouse service in the cloud;
Amazon Migration Hub – importing data/ VMs into AWS; a single place to discover your existing servers, plan migrations and track the status of each application migration;
App Discovery Service – helps enterprise customers plan migration projects by gathering information about their on-premises data centers;
Database Migration Service
Server Migration Service
Snowball – service that uses physical storage devices to transfer large amounts of data between S3 and onsite data storage location at faster-than-internet speeds;
Network & Content Delivery
Mgmt & Governance
Analytics
Sec & Compliance
App Integration
Cost Mgmt
Media Services
End User Computing