Vocabulary Flashcards
AWS Cost Explorer
AWS Cost Explorer let’s you visualize, understand, and manage your AWS costs and usage over time. You can use forecasting to get an idea of future costs.
AWS Budgets
AWS Budgets give you the ability to setup alerts if you exceed or are approaching your defined budget.
TCO Calculator
Total Cost of Ownership allows you to estimate how much you would save when moving to AWS from on-premise.
AWS Landing Zone
Helps enterprises quickly set-up a secure, AWS multi-account. It provides you with a baseline-environment to get stared with a multi-account architecture.
AWS Account Vending Machine
Automatically provisions and configures new accounts via Service Catalog Template
Tags
Tags are words or phrases that act as metadata for organizing your AWS resources.
Resource Groups
A collection of resources that share one or more tags.
AWS Quick Starts
Prebuilt templates by AWS and AWS partners to help you deploy popular stacks on AWS. Reduce hundreds of manual procedures into just a few steps.
AWS Cost and Usage Report
Generate a detailed spreadsheet, enabling to better analyze and understand your AWS costs. Places the reports into S3, uses Athena, query-able database, Uses Quicksight to visualize your billing data as graphs.
Organizations
Allow you to centrally manage billing, control access, compliance, security, and share resources across your AWS accounts.
Root Account User
a single sign-in identity that has complete access to all AWS services and resources in an account.
Organization Units
a group of AWS accounts within an organization which can also contain other organizational units, creating a hierarchy
Region
the geographical location of your network
AZ
the data center of your AWS Resources
VPC
a logically isolated section of the AWS cloud where you can launch AWS resources
Internet Gateway
Enables access to the internet
Route Tables
determine where network traffic from your subnets are directed.
NACLS
(network access control list)
Act as firewalls at the subnet level
Security Groups
Act as a firewall at the instance level
Subnets
A logical partition of an IP network into multiple, smaller network segments
DynamoDB
NoSQL key/value database. Multi-Availability Zones
DocumentDB
NoSQL Document database that is MongoDB compatible
RDS
Relational Database Service that supports multiple engines: MySQL, Postgres, Maria DB, Oracle, Microsoft SQL Server, Aurora
Aurora
RDS- MySQL (5x faster) and PSQL (3x faster) database fully managed
Aurora Serverless
RDS- only runs when you need it, like AWS Lambda
Neptune
Managed Graph Database
Redshift
Columnar database, petabyte warehouse 1000 TB = 1 PB
ElastiCache
Redis or Memcached database
Provisioning
The allocation or creation of resources and services to a customer
Elastic Beanstalk
PaaS. Service for deploying and scaling web applications and services developed with Java, .Net, PHP, Node.js, Python, Ruby, Go, and Docket
OpsWorks
configuration management service that provides managed instances of Chef and Puppet
CloudFormation
infrastructure as code, JSON or YAML
AWS Marketplace
A digital catalog of thousands of software listing from independent software vendors you can use to find, buy, test, and deploy software.
EC2
Elastic compute cloud, highly configurable server
ECS
Elastic Container Service, Docker as a Service, highly scalable, high performance container orchestration service that supports Docker containers
Fargate
Serverless compute engine for containers. Microservices where you don’t think about the infrastructure. Pay per task.
EKS
Kubernetes as a service, easy to deploy, manage, and scale containerized applications using Kubernetes
Lambda
Serverless functions run on code without provisioning or managing servers. You pay only for the compute time you consume.
AWS Batch
plans, schedules, and executes your batch computing workloads across the full range of AWS compute services and features, such as Amazon EC2 and Spot Instances
S3
Simple Storage Service - object storage
S3 Glacier
low cost storage for archiving and long-term backup
Storage Gateway
hybrid cloud storage with local caching: File Gateway, Volume Gateway, Tape Gateway
EBS
Elastic Block Storage - hard drive in the cloud you attach to EC2 instances (SSD IOPS, Throuhput HHD, Cold HHD). The primary storage service used by Amazon RDS database instances