Technology Flashcards
Elastic Compute Cloud
Allows you to rent and manage virtual servers in the cloud. The compute power can grow or shrink based on the needs or the load on your application.
EC2 Instances
Virtual servers running on physical servers. Instances are not considered serverless.
You can deploy an application directly to EC2 instances. 
Methods to access an EC2 instance
- AWS management console
- Secure Shell (SSH)
- EC2 Instance Connect (EIC)
- AWS Systems Manager
EC2 pricing options
On demand, spot, savings plan, reserved instances, dedicated hosts
The two EC2 features
Elastic Load Balancing and EC2 Auto Scaling
Elastic Load Balancing
Automatically distributes your incoming application traffic across multiple EC2 instances. Four different types: classic, application, gateway, and network load balancers.
EC2 Auto Scaling
Adds or replaces EC2 instances automatically across availability zones based on need and changing demand. Improves the availability of your applications.
Vertical scaling
Scaling up, or upgrading, your EC2 instance by adding more power (CPU, RAM).
Horizontal Scaling
Scaling out, or adding or removing servers.
Types of load balancers
Network, classic, application, and gateway.
Lambda
A serverless compute service that lets you run code without managing servers. It can execute your code in response to events by setting triggers.
Using Lambda, you are charged on:
Duration and number of requests. Even testing counts as a request to be charged. 1 million free requests each month.
AWS Fargate
A serverless compute engine for containers. Manages containers like Docker.
Amazon Lightsail
A compute service that allows you to quickly launch all the resources you need for small projects. 
AWS Outposts
Allows you to run cloud services in your internal data center.
Supports a hybrid deployment model.
Support workloads that need to remain on premises due to latency or data sovereignty needs.
AWS Batch
A compute service that allows you to process large work loads on smaller chunks typically for long running jobs. Dynamically provision Instances based on volume. 
S3
An object storage service for the cloud that is highly available. Essentially unlimited storage, with many storage classes. It is a regional service but has a global namespace.
S3 Security
You can set security at the bucket level or individual object level using access control lists, bucket policies, or access point policies. You can enable versioning.
S3 data accessibility
high availability and durability on a regional level.
The 7 types of S3 storage classes
- Standard: General purpose, across multiple AZs, low latency, high throughput.
Recommended for frequently accessed data - Intelligent-tiering: automatically moves data to the most effective cost-class. Across multiple AZs. Recommended for data changing access pattern or unpredicted like a data lake
- Standard Infrequent Access: access data less frequently but requires rapid access. Multiple AZs.
- One-zone Infrequent Access: like standard infrequent access but deployed in only one AZ
- Glacier: long term, retrieval options of 1-5min, 3-5h, or 5-12h. Multiple AZs.
- Glacier Deep Dive: like Glacier but longer access times. 12h or 48h retrieval options. Multiple AZs.
- Outposts: provides object storage on-premises. Only give a single storage class, store data across multiple devices and servers.
All EC2 instances must have a _________.
Root drive
What are the types of root drives for EC2 instance storage?
Elastic Block Store (EBS), instance store volume, and Elastic File System (EFS).
Elastic Block Store (EBS)
A type of root drive that attaches to EC2 instances and has persistent memory. You can attach multiple EBS volumes to an EC2 instance, but they are only tied to one AZ. You have to replicate it if you want to move the data to another AZ.
Recommended for quick access, long term data storage, running a database on an instance.
Instance store
A type of root drive for EC2 instances that is directly attached to the physical machine. They have lower latency but are ephemeral (temporary) - the data does not persist if an instance is stopped or terminated.
Elastic File System (EFS)
A serverless network file system for sharing files for EC2 instances. It can only be used in the Linux file system. Exist across an entire region. Recommended for main directories for business critical apps.
Storage Gateway
A hybrid storage service that lets you store data on the cloud and on premises. Recommended for moving backups to the cloud, reducing costs, lower latency.
AWS Backup
Helps you manage data backups across multiple services. Catch all backup service across different services. Can create a backup plan with frequency and retention.
Content Delivery Network
A mechanism to deliver content quickly and efficiently based on geographic location. Provides low latency.
CloudFront
A content delivery network that delivers data and applications globally with low latency. Uses edge locations to cache content.
Often used with S3 to deploy content globally. Can stop certain web attacks, and can do IP address blocking to certain countries.
CloudFront distribution cache
The name given to a collection of edge locations.
Amazon Global Accelerator
Sends your users through the AWS global network when accessing your content, speeding up delivery. Improves latency and availability of single-region applications.
S3 Transfer Acceleration
Improves content uploads and downloads to and from S3 buckets across long distances.
Virtual Private Cloud (VPC)
A foundational service that allows you to create a secure private network in the AWS cloud where you launch your resources.
Launch resources like your EC2 instances on your VPC, isolate and protect your resources.
Spans AZs in a single region.
VPC subnet
Allows you to split the network inside a VPC and is where you launch resources like EC2.
VPC private subnet
you put resources that you want to be private here like a database, inside a VPC.
VPC public subnets
Accessible from the internet, the resources you place here will be public. It uses components to make it public:
Network Access Control Lists (ACL): ensure the proper traffic is allowed into the subnet.
Router and route cable: defines where network traffic is routed.
Internet Gateway: allows public traffic to the internet from a VPC.
The internet 
VPC Peering
Connects two VPC together to facilitate a secure transfer of data.
Route 53
A DNS service that routes users to applications. It allows you to register your domain name with it and performs health checks on AWS resources. Supports hybrid.
Direct Connect
A dedicated physical network connection from your on premises data center to AWS.  Data travels over a private net work.
Recommended for business critical data, hybrid, and large datasets.
Site-to-site VPN
Connects your on premises data center to AWS over the public internet. Data is automatically encrypted and is a slightly cheaper cost that direct connect.
Virtual Private Gateway: the VPN connection on the AWS side that supports the VPN tunnel.
Customer Gateway: the VPN connector on the customer side that supports the VPN tunnel.
API Gateway
Allows you to build and manage APIs. Integrates with services.
Types of databases
Relational, NoSQL, Document, Graph, in-memory data stores
RDS
Makes it easy to launch and manage relational databases.
Supports Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle, and SQL Server.
The supported RDS database engines:
Aurora, MySQL, MariaDB, Oracle, SQL Server, PostgreSQL.
NoSQL database type supported by AWS
DynamoDB. Fully managed and serverless.
Amazon Aurora
Only supports PostgreSQL and MySQL.
ElastiCache
An in-memory data store. It can help reduce load and speed up responses. Data is stored in memory, so it can be lost.
Neptune
A fully managed graph database that supports highly connected datasets, like for social media networks.
DocumentDB
Fully managed service for MongoDB document database and non relational.
Data Migration Service
Helps you migrate databases to or within AWS.
Server Migration Service (SMS)
Allows you to migrate on premises servers to AWS. Servers are saved as new Amazon Machine Image (AMI).
Snow Family
Allows you to transfer data from on premises to the cloud using four different types of physical devices so you don’t transfer it over the internet. Faster if you have a lot of data to transfer.
Snowcone
Smallest member of the snow family holds 8TB of data.
Snowball
Transfers petabytes of data and is cheaper than transferring over the internet.
Snowball Edge
Used for data migration but also an edge computing device that supports EC2 and Lambda, so it can run apps when disconnected or remote.
Snowmobile
The largest member of the snow family, can transfer exabytes of data.
DataSync
Transfers data online and can replicate data cross-region or cross-account.
Data warehouse
Data storage solution that aggregates historical data from disparate sources. Primarily use for reporting and analytics
Redshift
Scalable data warehouse solution.
Athena
A query service for Amazon S3. you pay per query, is serverless, uses SQL
Amazon Glue
Prepares your data for analytics. ETL service that generates ETL code.
Kinesis
Allows you to analyze data and video streams in real time. 
Elastic MapReduce (EMR)
Helps you process large amounts of data using Hadoop and other big data frameworks.
Data Pipeline
Helps you move data between computing storage services running either on AWS or on premises. 
QuickSight
Helps you visualize your data and build interactive dashboards. Embed the dashboards in applications. 
Rekognition
ML service that automates your image and video analysis. 
Comprehend
Natural language processing service that finds relationships in text. use it to analyze customer sentiment. 
Polly
Text-to-speech.
SageMaker
Flagship ML service in AWS that lets you build train and deploy machine learning models quickly. 
Translate
Provides language translation. 
Lex
Helps you build conversational interfaces like chat bots. 
Cloud9
An IDE that you can use in the web browser.
CodeCommit
Source control system for private Git repositories similar to GitHub.
CodeBuild
Allows you to build and test your application source code. enables continuous integration and delivery CI/CD.
CodeDeploy
Manages the deployment of code to compute services in the cloud or on premises.  Allows you to deploy an application to servers running on premises and in the cloud. 
CodePipeline
Automates the software release process to quickly deliver new features and updates. Integrates with CodeBuild, CodeCommit, and CodeDeploy.
X-ray
Helps you debug production applications. 
CodeStar
Helps developers collaboratively work on development projects. Integrates with CodeCommit, CodeBuild, and CodeDeploy. Contains an issue tracking dashboard.
Infrastructure as Code (IAC)
Allows you to write a script to provision AWS resources. The benefit is that you provision resources in a reproducible manner that saves time. Turns infrastructure into code.
CloudFormation
Supports infrastructure automation using Infrastructure as Code.
Provision AWS resources using IAC with templates for the resources you want to provision. Use this to automate the provisioning of EC2 instances in your account by using a template.
Elastic Beanstalk
An orchestration service that helps you deploy your web applications and web services to AWS.
Remember, only to AWS, not on premises.
OpsWorks
Automate the configuration of your servers and deploy code using Puppet or Chef. Can deploy applications on premises.
Example: Automate software configuration and infrastructure management for your app. 
Queues
Are used to implement loosely coupled systems, is a data structure that holds requests or messages and wait their turn to be processed, typically in a FIFO fashion.
Simple Queue Service (SQS)
A message queueing service that allows you to build loosely coupled systems and are processed in a FIFO order.
Simple Notification System (SNS)
Allows you to send emails and text messages from your applications. It only sends plain text emails.
Simple Email Service (SES)
Email service that allows you to send richly formatted HTML emails from your applications. Ideal choice for marketing campaigns.
CloudWatch
A collection of services that helps you monitor and observe your cloud resources.
Monitor your EC2 instances and notify you when certain events occur.
CloudTrail
Tracks user activity and API calls. Track IP address, region, etc.
Workspaces
Allows you to host virtual desktops in the cloud. Enables employees to WFH.
Connect
Cloud contact service center. Allows you to build a contact service or center in the cloud.