AWS Cloud Practitioner Essentials Flashcards
Is Amazon Elastic Compute Cloud (Amazon EC2) a physical server, or Virtual
Virtual
What is is a highly scalable, fast, container management service that you can use to run, stop, and manage Docker containers on a cluster of EC2 instances.
Amazon Elastic Container Service (Amazon ECS)
The process of converting data into a standard format that a service such as Amazon S3 can recognize.
Canonicalization
Covered over a 1-year or 3-year term
EC2 instances
Type of instances are more well suited for batch processing workloads than general purpose instances.
Compute optimized
Instances that are more ideal for workloads that process large datasets in memory, such as high-performance databases.
Memory optimized
EC2 instances in different Availability Zones or different instance types
Convertible Reserved Instances:
Suppose that you have an application with tightly coupled components. These components might include databases, servers, the user interface, business logic, and so on. This type of architecture can be considered a
monolithic application
publish/subscribe service»_space; Message board
Amazon Simple Notification Service (Amazon SNS)
An application sends messages into a queue. A user or service retrieves a message from the queue, processes it, and then deletes it from the queue.
Amazon Simple Queue Service (Amazon SQS).
AWS service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances.
Elastic Load Balancing
is a service that lets you run code without needing to provision or manage servers.
AWS Lambda
open-source software that enables you to deploy and manage containerized applications at scale.
Kubernetes
fully managed service that you can use to run Kubernetes on AWS.
Amazon Elastic Kubernetes Service (Amazon EKS)
a fully isolated portion of the AWS global infrastructure
Availability Zone
is a geographical area that contains AWS resources.
Region
consists of three or more Availability Zones.
Region
a data center that an AWS service uses to perform service-specific operations.
edge location
uses to store cached copies of your content closer to your customers for faster delivery.
Amazon CloudFront
a service that you can use to run AWS infrastructure, services, and tools in your own on-premises data center in a hybrid approach.
AWS Outposts
is a web-based interface; great for learning and visual, not great for automation
AWS Management Console
enables you to control multiple AWS services directly from the command line; automate actions for AWS services and applications through scripts.
AWS Command Line Interface (AWS CLI).
make it easier for you to use AWS services through an API designed for your programming language or platform.
SDKs
you provide code and configuration settings, and this deploys the resources necessary to perform tasks
AWS Elastic Beanstalk
Treat your infrastructure as code.
AWS CloudFormation; Template»_space; API»_space; automated processes for global deploy
A networking service that you can use to establish boundaries around your AWS resources
Amazon Virtual Private Cloud (Amazon VPC)(opens in a new tab)
a section of a VPC that can contain resources such as Amazon EC2 instances, and control access permissions
Subnet
a connection between a VPC and the internet
Internet Gateway
To access private resources in a VPC, you can use a
virtual private gateway
Customer website is an example of …
Public subnet
Isolate PII Databases are an example of …
Private subnet
Create a VPN connection between the VPC and the internal corporate network.
Virtual private gateway
These remember nothing and check packets that cross the subnet border each way: inbound and outbound
stateless packet filtering
Stateless packet filtering always
checks lists
Security groups perform _____ packet filtering.
Stateful
Does not have to check lists - and deny all inbound traffic by default.
stateful packet filtering
a DNS web service. It gives developers and businesses a reliable way to route end users to internet applications hosted in AWS.
Amazon Route 53
register new domain names directly in
Amazon Route 53
storage volumes that behave like physical hard drives.
Block-level storage
provides temporary block-level storage for an Amazon EC2 instance.
instance store
a service that provides block-level storage volumes that you can use with Amazon EC2 instances.
Amazon Elastic Block Store (Amazon EBS)
a service that provides object-level storage in buckets
Amazon A3S
an incremental backup
EBS snapshot
Designed for frequently accessed data, but requires high availability when needed
- S3 Standard: provides high availability for objects.
o infrequently accessed data
o has a lower storage price and higher retrieval price
- S3 Standard-IA
o You want to save costs on storage.
o Can easily reproduce your data in the event of an Availability Zone failure
- S3 One Zone-IA: stores data in a single Availability Zone.
o monitors objects’ access patterns.
o deal for data with unknown or changing access patterns
o Requires a small monthly monitoring and automation fee per object
- S3 Intelligent-Tiering
o Can retrieve archived data within a few milliseconds
S3 Glacier Instant: works well for archived data that requires immediate access
o Low-cost storage designed for data archiving
o Rretrieve objects within a few minutes to hours
- S3 Glacier Flexible Retrieval
supports long-term retention and digital preservation for data that might be accessed once or twice in a year.
- S3 Deep Archive - 12 to 48 hours
o requirements that must satisfy demanding performance needs by keeping data close to on-premises applications.
- Amazon S3 Outposts
individual small files
Object Storage
Smaller chunks, large files
Block Storage
A scalable file system used with AWS Cloud services and on-premises resources.
Amazon Elastic File System
use structured query language (SQL) to store and query data.
Relational databases
is available on six database engines, which optimize for memory, performance, or input/output (I/O)
Amazon Relational Database Service (Amazon RDS)
a service that enables you to run relational databases in the AWS Cloud.
Amazon Relational Database Service (Amazon RDS)
an enterprise-class relational database
Amazon Aurora
a key-value database service
Amazon DynamoDB