Terms Flashcards
AWS Storage Gateway
a hybrid storage service that enables your on-premises applications to seamlessly use AWS cloud storage.
AWS Application Discovery Service
helps systems integrators quickly and reliably plan application migration projects by automatically identifying applications running in on-premises data centers, their associated dependencies, and their performance profiles.
Amazon EC2 Container Registry (ECR)
a fully managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images.
AWS Snowmobile
an Exabyte-scale data transfer service used to move extremely large amounts of data to AWS
AWS Snowball
petabyte-scale data transport solution that uses devices designed to be secure to transfer large amounts of data into and out of the AWS Cloud
3 Benefits of DynamoDB
1- Performance at scale
2- Serverless
3- Highly available
Security features for the protection of data at rest
1- Permissions 2- Versioning 3- Replication 4- Backup 5- Encryption – server side 6- Encryption – client side
Amazon Machine Image (AMI)
provides the information required to launch an instance, which is a virtual server in the cloud
Amazon Simple Workflow Service (SWF)
is a web service that makes it easy to coordinate work across distributed application components.
AWS Certificate Manager (ACM)
use ACM or IAM to store and deploy server certificates. Use IAM as a certificate manager only when you must support HTTPS connections in a region that is not supported by ACM.
AWS Cloud Adoption Framework (AWS CAF)
to help organizations design and travel an accelerated path to successful cloud adoption
AWS CLI
Command line interface is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.
Amazon S3 Transfer Acceleration
enables fast, easy, and secure transfers of files over long distances between your client and an S3 bucket.
5 Pillars of the AWS Well-Architected Framework
1- Operational Excellence 2- Security 3- Reliability 4- Performance Efficiency 5- Cost Optimization
AWS Data Pipeline
enables movement and transformation of data
QuickSight
Visualization tool with various data stores
Redshift
a fast, fully managed data warehouse that makes it simple and cost-effective to analyze all your data using standard SQL and your existing Business Intelligence (BI) tools.
Athena
service that enables a data analyst to perform interactive queries in the Amazon Web Services public cloud on data stored in S3. SQL, serverless
Kinesis
streaming service for data ingestion
AWS Config
Provides a detailed view of the resources in your AWS account
API Gateway
Gateway between the API consumers and the Data/services
Eleastic Beanstalk
Quickly provisions environments in AWS
Handles all aspects such as capacity, provisioning, load balancing, scaling and app health monitoring
EC2 Autoscaling
Will increase or decrease the number of instances based on load, to help control costs
Scaling out - Increasing the number of instances
Scaling in - Decreasing the number of instances
Elastic Load balancer
Move traffic from one EC2 instance to another balancing traffic.
Cost Explorer
view and analyze cost and usage, data from past 13 months
Billing and cost monitoring dashboard
spend in prior month, estimate of month to date, and forecast remainder
Amazon Aurora
Fully managed RDS
MySQL and Postgres compatible
DynamoDB
NoSQL DB Faster data access Schemaless Fully managed Scale on demand
Relational Database Service (RDS)
- Managed platform
- Specify the DBMS and hardware - Oracle MySQL, SQL Server, Postgres, MariaDB, AWS Aurora (AWS MySQL)
- Everything provisioned and managed for you including patching and backups
Simple Storage Service (S3)
Object level storage
Files, videos etc
Each object bytes to 5 tb
Highly scalable - virtually limitless
EBS Snapshots
point in time copy of EBS volume
EC2 Instance types
○ Spot Instance - less cost than on demand and can fluctuate, based on spare capacity to fulfill the request, instance can be stopped with minimal notice. Can hibernate until spot returns. Use case - app that can be interrupted and resumed.
○ Reserved Instances - cheaper than on demand, 1 or 3 year agreement, upfront costs for big discount
○ Standard and convertible - fixed instance type versus changeable
○Dedicated