Learning Deck Cheat Sheet Flashcards
Amazon Elastic Compute Cloud (Amazon EC2) …
… provides secure, resizable compute capacity in the cloud as Amazon EC2 instances.
Amazon EC2 Savings Plans
… enable you to reduce your compute costs by committing to a consistent amount of compute usage for a 1-year or 3-year term.
Reserved Instances
… are a billing discount applied to the use of On-Demand Instances in your account. You can purchase Standard Reserved and Convertible Reserved Instances for a 1-year or 3-year term, and Scheduled Reserved Instances for a 1-year term.
Spot Instances
… are ideal for workloads with flexible start and end times, or that can withstand interruptions. Spot Instances use unused Amazon EC2 computing capacity and offer you cost savings at up to 90% off of On-Demand prices.
Amazon EC2 Auto Scaling
… enables you to automatically add or remove Amazon EC2 instances in response to changing application demand.
Elastic Load Balancin
… is the AWS service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances.
Amazon Simple Notification Service (Amazon SNS)
… is a publish/subscribe service. Using Amazon SNS topics, a publisher publishes messages to subscribers.
Amazon SQS
Using …, you can send, store, and receive messages between software components, without losing messages or requiring other services to be available. In Amazon SQS, an application sends messages into a queue.
AWS Lambda
… is a service that lets you run code without needing to provision or manage servers.
Amazon Elastic Container Service (Amazon ECS)
… is a highly scalable, high-performance container management system that enables you to run and scale containerized applications on AWS.
Amazon Elastic Kubernetes Service (Amazon EKS)
… is a fully managed service that you can use to run Kubernetes on AWS.
AWS Fargate
… is a serverless compute engine for containers. It works with both Amazon ECS and Amazon EKS.
Availability Zone
An … is a single data center or a group of data centers within a Region. Availability Zones are located tens of miles apart from each other.
edge location
An … is a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery.
AWS Management Console
The … is a web-based interface for accessing and managing AWS services.
AWS Elastic Beanstalk
With …, you provide code and configuration settings, and Elastic Beanstalk deploys the resources necessary to perform the following tasks: Adjust capacity, Load balancing, Automatic scaling, Application health monitoring
AWS CloudFormation
With …, you can treat your infrastructure as code. This means that you can build an environment by writing lines of code instead of using the AWS Management Console
Amazon Virtual Private Cloud (Amazon VPC)
A networking service that you can use to establish boundaries around your AWS resources is …. Amazon VPC enables you to provision an isolated section of the AWS Cloud.
AWS Direct Connect
… is a service that enables you to establish a dedicated private connection between your data center and a VPC.
subnet
A … is a section of a VPC in which you can group resources based on security or operational needs. Subnets can be public or private.
A network access control list
The VPC component that checks packet permissions for subnets is a network access control list (ACL). … is a virtual firewall that controls inbound and outbound traffic at the subnet level. Network ACLs perform stateless packet filtering. They remember nothing and check packets that cross the subnet border each way: inbound and outbound.
security group
A … is a virtual firewall that controls inbound and outbound traffic for an Amazon EC2 instance. Security groups perform stateful packet filtering. They remember previous decisions made for incoming packets.
Amazon Route 53
… is a DNS web service. It gives developers and businesses a reliable way to route end users to internet applications hosted in AWS.
instance store
An … provides temporary block-level storage for an Amazon EC2 instance. An instance store is disk storage that is physically attached to the host computer for an EC2 instance
Amazon Elastic Block Store
Amazon Elastic Block Store (Amazon EBS) is a service that provides block-level storage volumes that you can use with Amazon EC2 instances. If you stop or terminate an Amazon EC2 instance, all the data on the attached EBS volume remains available.
EBS snapshot
An EBS snapshot is an incremental backup.
Amazon S3)
Amazon Simple Storage Service (Amazon S3) is a service that provides object-level storage. Amazon S3 stores data as objects in buckets.
S3 Standard
S3 Standard provides high availability for objects.
S3 Standard-IA
S3 Standard-IA is ideal for data infrequently accessed but requires high availability when needed.
S3 Intelligent-Tiering storage class
In the S3 Intelligent-Tiering storage class, Amazon S3 monitors objects’ access patterns.
S3 Glacier
S3 Glacier is a low-cost storage class that is ideal for data archiving.
Amazon EFS
Amazon Elastic File System (Amazon EFS) is a scalable file system used with AWS Cloud services and on-premises resources. As you add and remove files, Amazon EFS grows and shrinks automatically.
Amazon RDS
Amazon Relational Database Service (Amazon RDS) is a service that enables you to run relational databases in the AWS Cloud.
Amazon Aurora
Amazon Aurora is an enterprise-class relational database. It is compatible with MySQL and PostgreSQL relational databases.
Amazon DynamoDB
Amazon DynamoDB is a key-value database service. It delivers single-digit millisecond performance at any scale.