Compute Services Flashcards

1
Q

Launch instances page that displays popular up-to-date AMIs and includes various releases of Linus and Windows servers.

A

Amazon Quick Start AMIs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Independent vendors create and maintain AMIs, usually built to meet specific needs.

A

Community AMIs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Deployed instances are in a single availability zone close to each other, providing low-latency network interconnectivity and useful for HPC applications.

A

Cluster groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

To minimize the risk of losing data or services due to failures, it is important to physically separate instances across different hardware racks and availability zones. This approach is particularly valuable for hosting environments that cannot afford to experience multiple failures at the same time.

A

Spread groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You can group instances and keep them physically separated from the others and never share physical hardware.

A

Partition groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A network drive you can attach to your instances to allow for persistent data after an instance has been terminated. They can only be mounted to one instance at a time.

A

Elastic Block Store (EBS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Create a policy that can automatically create, keep, and frequently delete snapshots of the storage volumes.

A

Amazon’s EBS Data Lifecycle Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A low latency, cost-effective storage for transactional workloads

A

General Purpose SSD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

For storage for critical applications that need sub-millisecond latency

A

Provisioned SSD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Storage for large data sets where data access is not critical is primarily used for extensive data warehousing and log processing.

A

Throughput Optimized HDD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A cost-effective storage option for infrequently accessed data.

A

Cold HDD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Provisioned deployment allows up to 16 instances to share the same storage, providing higher application availability as needed.

A

Multi Attached Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Ephemeral storage that provides a fast, nonvolatile connectivity

A

Instance Store Volumes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Examining the denial of incoming traffic and allowance of outgoing traffic at the instance level is based on the specific ports and protocols being used to control traffic statefully

A

Security Groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Through this usage, we can ensure a properly secure encrypted session, save the public key to your EC2 server, and save its private half to your local machine

A

Key Pair

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The named document contains the preselected information you proved when manually provisioning an instance, and it cannot be changed once it is deployed.

A

Launch Configurations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

The named document contains the preselected information you proved when manually provisioning an instance, allowing versatility to be changed through versioning once deployed.

A

Launch Templates

18
Q

Detects problems related to the host instance, such as memory exhaustion, file corruption, network configuration errors, or startup configuration problems.

A

Health Checks

19
Q

Metric that ensures that healthy instances never go below this number. Setting a metric of ‘0’ will remove instances

A

Scaling Policy Minimum

20
Q

By utilizing a launch configuration, we have the ability to establish a group of instances that will continuously uphold the specific number of instances for an indefinite period.

A

Auto Scaling Groups

21
Q

The metric ensures that the number of healthy instances does not exceed a certain threshold. It involves setting an expected amount to maintain within the budget.

A

Scaling Policy Maximum

22
Q

Optional configuration to maintain a desired number of instances. AWS aims to maintain this threshold in case instances fail.

A

Scaling Policy Desired Capacity

23
Q

Monitor a specific metric in real-time. If this metric surpasses the predefined threshold, the autoscaling feature will automatically adjust the desired capacity while accounting for the cool-down period.

A

Simple scaling policy

24
Q

Even if the cloud watch metric violates the cloud watch policy, we will wait 5 minutes before implementing another simple scaling policy.

A

Cool-down period

25
Q

An advanced technique for adding instances based on specific metrics and parameters enables precise and detailed addition and adjustments of instances.

A

Step Scaling policy (upper/lower bounds)

26
Q

Track a particular metric in real time. If this metric exceeds the predetermined threshold, the autoscaling feature will automatically modify the desired capacity. It will also scale in and remove instances if the metric decreases to maintain the desired capacity.

A

Target tracking policy

27
Q

Proactively ensure that enough instances are provided before the demand hits for predetermined workload patterns.

A

Scheduled scaling policy

28
Q

You can automatically or manually perform (Or bulk) actions against your AWS resources, whether in the cloud or on-prem, ranging from installation to upgrades.

A

AWS Systems Manager

29
Q

By providing an instance profile role containing permissions, you can run commands on your managed instance, whether on-prem or in the cloud.

A

Systems Manager Agent

30
Q

For Linux and Windows instances, you can access bash or PowerShell without needing to enable any security groups or NACLs or move an instance to a public subnet.

A

Session Manager

31
Q

Facilitates the automation of patches for Linux and Windows instances, leveraging AWS-RunPatchBaseline as a baseline to define which patches to install.

A

Patch Manager

32
Q

Although you can individually patch an instance, you can also patch a collection of instances with the tag

A

Patch Group

33
Q

A configuration management tool ensures that your instances have the required software and are configured according to your specifications. It automatically executes commands and policy documents on your instances, either once or on a schedule.

A

State Manager

34
Q

Aggregate health compliance and operational details about your AWS resources

A

Insights

35
Q

Collects data from your instance, including operating systems and application versions.

A

AWS Systems Manager Inventory

36
Q

Provision EC2 instances and maintain the infrastructure within a cluster. Each instance has an agent that monitors the running services.

A

Amazon ECS

37
Q

Open source container orchestrator tool that manages the control plane of your cluster, enabling you to manage clusters with high availability in multiple availability zones with additional master nodes.

A

Amazon EKS

38
Q

A serverless method to based on task definitions to launch containers, allowing AWS to handle the provisioning of resources. Billing is based on your resource consumption.

A

Amazon Fargate

39
Q

The ECS agent uses EC2 instance profiles to make API calls to ECS services, such as sending logs to CloudWatch and referencing sensitive data in Secrets Manager.

A

IAM roles for ECS

40
Q

Permission is granted for each task to have a specific role for interacting with the services you are running, as defined in the task definition.

A

ECS task roles

41
Q

Fully integrated with Amazon S3, supporting vulnerability scanning, versioning, and image lifecycle to store and manage your docker images on AWS.

A

Amazon ECR