AWS Flashcards
PaaS
Platform as a service (RDS, EMR, Elastic Search)
SaaS
Software as a service (Web based email, Office 365)
FaaS
Function as a service (S3, Lambda, DynamcoDB, SMS)
CloudFront
CDN, protection against DDOS attacks
IaaS
Infratructure as a service (VPC, EC2, EBS)
S3
Simple Storage Service - Serverless service storage
Glacier
Cheapest, Long term archiving, Serverless, not as readily accessible as S3
EBS
Elastic Block Store - Attached to a single EC2 instance. Like a hard drive on a computer
EFS
Elastic File System - Network attached storage. Can connect to multiple servers through EFS Mount Target. Life NFS Mount
AWS Storage Gateway
Hybrid storage between on premise and AWS Cloud, Caches frequently used data on premise.
AWS Storage Gateway is a hybrid storage service that enables your onpremises applications to seamlessly use AWS cloud storage. You can use the service for backup and archiving, disaster recovery, cloud data processing, storage tiering, and migration. Your applications connect to the service through a virtual machine or hardware gateway appliance using standard storage protocols, such as NFS, SMB and iSCSI. The gateway connects to AWS storage services, such as Amazon S3, Amazon Glacier, and Amazon EBS, providing storage for files, volumes, and virtual tapes in AWS. The service includes a highly-optimized data transfer mechanism, with bandwidth management, automated network resilience, and efficient data transfer, along with a local cache for low-latency on-premises access to your most active data.
Snowball
Actually physical device to migrate data from on premise to AWS Cloud.
VPC
Virtual Private Cloud - Own private cloud that you can control and others can’t get into.
• Complete control over network configurations
• Several layers of security controls
• Other AWS services deploy in the VPC
RDS
Relational Database Service - PostgreSQL, Aurora, MSS. Same as most people are used to.
DynamoDB
NoSQL DaaS
DaaS
Database as a Service
Redshift
Fully managed database warehouse based on PostgreSQL
ElastiCache
In memory data cache in the cloud. Caches frequently accessed data and then delivers it from memory. Fast data, reduces load on database.
AWS DMS
Database Migration Service - Migrate data from on premise to AWS
AWS Database Migration Service helps you migrate databases to AWS quickly and securely. The source database remains fully operational during the migration, minimizing downtime to applications that rely on the database. The AWS Database Migration Service can migrate your data to and from most widely used commercial and open-source databases.
AWS Database Migration Service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle or Microsoft SQL Server to Amazon Aurora. With AWS Database Migration Service, you can continuously replicate your data with high availability and consolidate databases into a petabyte-scale data warehouse by streaming data to Amazon Redshift and Amazon S3. Learn more about the supported source and target databases.
When migrating databases to Amazon Aurora, Amazon Redshift, Amazon DynamoDB or Amazon DocumentDB (with MongoDB compatibility) you can use DMS free for six months.
Neptune
Fully managed graph database service
EC2
Elastic Compute Cloud - Web Server, Pay as you go. Broad selection of hardware and software and where to host it.
EC2 Autoscaling
Scale up or down automatically based on demand
Lightsail
Everything gets provisioned for you to get running quickly. Launches a VPC within minutes.
ECS
Elastic Container Service - Scalable container manager server for docker container. Allows you to easily run applications on a managed cluster of EC2 instances.
AWS Lambda
Serverless, FaaS, run code in the cloud without managing that server.
• Event-driven execution
• Sub-second metering
• Multiple Languages Supported
ELB
Elastic Load Balancer - will balance load across EC2 instances and availability zones
Direct Connect
High speed direct connection to AWS
Route 53
DNS, Directs traffic to the CloudFront