AWS Cloud Practitioner Essentials Flashcards
(149 cards)
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