Technology Flashcards

(97 cards)

1
Q

cloudwatch

A

Amazon CloudWatch monitors your AWS resources and the applications you run on AWS in real time

  • it collects data as logs
  • creates dashboards and graphs to visualize data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cloudwatch alarms

A

alarms that monitors metrics and send notifications

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

Cloudwatch agent (or API)

A

used to monitor hybrid cloud architectures

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

cloudwatch container insights (and lambda insights)

A

they provide dashboards to summarize the performance and errors for a seleted time window.

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

CloudTrail

A
  • it is a logging service, records activities made on AWS resources

AWS CloudTrail is a service that gets enabled when the AWS account is created and is used to enable compliance and auditing of the AWS account.

  • it resembles logs of all actions performed inside the AWS environment

-

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

Amazon EC2

A

its a service that provides secure and scalable compute capacity in the AWS cloud.

  • it falls under IAAS (infrastructure as a service)
  • its not serverless
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

5 Types of instances provided by EC2

A
  • on demand instance
  • spot instance
  • reserved instances
  • dedicated instances
  • dedicated hosts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

On Demand instances

A
  • Useful for short-term needs, unpredictable workloads.
  • No advance payment, no prior commitment
  • pay hourly rates of what you use
  • recommended for users with unpredictable worloads that can be interrupted
  • use for apps being developed for the first time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Spot instances

A
  • No advance payment, no prior commitment
  • they are more cheaper than ondemand
  • Useful for cost-sensitive compute workloads.
  • used for apps with flexible start and end dates
  • suited for data analysis, batch jobs, background processing and optional tasks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Reserved Instances

A
  • Useful for long-running workloads and predictable usage.
  • its cheaper than ondemand services
  • commitment of 1 - 3 years
  • Offer to choose from No upfront, Partial upfront, or All upfront.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Dedicated Instances

Ec2 instance type

A
  • Instances run on hardware dedicated to a single user.
  • Other customers can not share the hardware.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Dedicated Hosts

Types if EC2 instance

A
  • A whole physical server with an EC2 instance allocates to an organization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

EBS (Elastic Block Store)

A

its a service that provides block level storage drive to store stutubborn data

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

4 types of ebs volumes

A
  • ssd (solid state drives)
  • provisioned iops ssd
  • hdd (hard disk drives)
  • cold hdd
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ssd

Type of ebs volume

A

⮚ Useful for low-latency applications,
development, and test environments.
⮚ Supports volume size from 1 GiB to 16 TiB.
⮚ Allows 16,000 as maximum IOPS per volume.
⮚ Allows 1000 MiB/s as maximum throughput per
volume.

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

provisioned iops ssd

A

Useful for I/O-intensive database workloads and
provide sub-millisecond latency.
⮚ Supports volume size from 4 GiB to 64 TiB.
⮚ Allows 256,000 as maximum IOPS per volume.
⮚ Allows 4,000 MiB/s as maximum throughput per
volume.
⮚ The multi-Attach feature is supported for io1 and
io2

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

hdd

A

Useful for Big data and Log processing workloads.
⮚ Supports volume size from 125 GiB to 16 TiB.
⮚ Allows 500 as maximum IOPS per volume.
⮚ Allows 500 MiB/s as maximum throughput per
volume.

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

cold hdd

A

⮚ Useful for infrequently accessed data and
lowest cost workloads.
⮚ Supports volume size from 125 GiB to 16 TiB.
⮚ Allows 250 as maximum IOPS per volume.
⮚ Allows 250 MiB/s as maximum throughput per
volume.

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

s3 (simple storage service)

A

its a simple service that provide key based object storage across multiple azs in a specific region

  • its a global service
  • its a static website hosting service
  • its an object data store
  • it possesses unlimited storage
  • it requires internet access
  • it is a serverless tech
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

what are the 6 types of s3 storage classes

A
  • s3 standard
  • s3 intelligent tiering
  • s3 standard-IA
  • s3 One Zone-IA
  • s3 Glacier
  • s3 Glacier Deep Archive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

s3 standard

A

offers frequent data access

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

s3 intelligent tiering

A

automatically transfer data to other cost-effective
access tiers.

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

s3 standard-IA

A

offers immediate and infrequent data access

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

s3 Glacier Deep Archive

A

used for long-term retention.

  • perform data retrieval in 14 hours
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
s3 One Zone-IA
- infrequent data access.
26
s3 Glacier
is a web service with vaults that offer long-term data archiving and data backup. - its the cheapest s3 storage class and offers 99.999% data durability
27
3 data retrieval options in s3
- expedited retrievals - standard retrievals - bulk retrievals
28
expedited retrievals
It retrieves data in 1-5 minutes.
29
standard retrievals
It retrieves data between 3-5 hours.
30
bulk retrievals
It retrieves data between 5-12 hours.
31
AWS Storage Gateway
AWS Storage Gateway is a virtual device installed as a hypervisor or VM at the onpremises data center to integrate with AWS storage services
32
Types of storage gateway
- File Gateway - Tape Gateway - Volume gateway - Stored volumes - cached gateway
33
Relational Database Service
its a service that builds and operates relational databases in the AWS cloud
34
What are the db service that rds supports
- sql server - postgresql - amazon aurora - mysql - mariadb - oracle
35
Dynamodb
Amazon DynamoDB is a serverless NoSQL database service that provides fast and predictable performance with single-digit millisecond latency -it doesnt require a server
36
Amazon Dynamo Db Accelerator
its a highly available in memory cache service that provides data from DynamoDB tables.
37
Virtual Private Cloud
its a service that allows users to create a virtua dedicated network for resources
38
Private subnet
a subnet with no internet access
39
public subnet
a subnet with access to the internet
40
VPN only subnet
subnet with no internet access but have access to the virtual private gateway for a VPN connection
41
Route53
is a managed DNS (Domain Name System) service where DNS is a collection of rules and records intended to help clients/users understand how to reach any server by its domain name
42
Route 53 hosted zone
is a collection of records for a specified domain that can be managed together
43
Public Hosted Zone
Determines how traffic is routed on the Internet
44
Private Hosted Zone
Determines how traffic is routed within VPC.
45
What is A, AAAA, CNAME, and Alias in terms of records supported in Route 53
A: hostname to IPv4 CNAME: hostname to hostname Alias: hostname to AWS resource AAAA: hostname to IPv6
46
what is hostname
it is a label assigned to a device (or host) on a network.
47
Cloudfront
is a content delivery network (CDN) service that securely delivers any kind of data to customers worldwide with low latency, low network, and high transfer speeds. - users across the world can access the data. - It supports location based web personalization using geolocation headers
48
AWS Compute Optimizer
It is a ml based tool that analyzes the metrics of historical optimization and makes recommendations of compute services to be used for the workload. - it analyzes metrics of historical utilization and makes recommendations of compute services
49
AWS management console
is a web based ui that helps users to access and manage all the aspects of all the available AWS services. This is a management and governanace tool. - it is a web based UI that helps users to access and mange all the aspects of all the available AWS services.
50
Route 53 Routing policies
51
Amazon EFS
Amazon EFS provides simple, scalable, elastic file storage for use with compute instances on the AWS Cloud and on-premises servers - it is designed for shared file access and scaling to petabyte data store. - its a region based service
52
AWS Cloudformation
it is a service that helps you model and set up your AWS resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS.
53
AWS Elastic Beanstalk
It is an easy to use service for deploying and scaling web applications and services developed with java, NET, PHP, Node.js, ruby, Go, and Docker on familiar servers such as Apche, Nginx, Passenger and IIS. - it allows user to deploy and manage web applications in the cloud easily
54
AWS Lambda@Edge
it is a serverless service that makes it possible to run event-triggered functions on Edge Locations within the AWS Content Delivery Network.
55
Cloudfront
Amazon CloudFront is a web service that speeds up distribution of your static and dynamic web content, such as .html, .css, .js, and image files, to your users
56
Amazon machine Image
It provides the information required to launch an instance, which is a virtual server in the cloud
57
Amazon workspaces
it provides a secure managed service for virtual desktops for remote users.
58
AWS snowball
it is a service that uses physical storage device to transfer large amounts of data between Amazon s3 and your onsite data storage location at faster-than-internet speeds
59
AWS Personal Health Dashboard
it provides detailed information about performance and availability of AWS services which may inpact customer's resources.
60
Amazon sqs
- It is a fully managed message queueing service that makes it easy to decouple and scale microservices, distributor systems, and serverless applications.
61
Amazon Aurora
It is a fully managed MySQL and PostgreSQL compatible relational database engine. it delivers up to five times the processing power of a traditional mysql database. 3x greater than postgresql It is part of RDS it replicates 2 copies of data ub each az
62
AWS Elasticache
It is a web service that makes it easy to deploy, operates, and skill in memory data store or cache in the cloud
63
AWS Config
AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resource
64
Amazon Guardduty
It is a threat distraction service that continuously monitor malicious activities and unauthorized behaviors to protect your AWS accounts, workloads, data stored in Amazon S3
65
AWS Service Health Dashboard
It is a service where AWS publishes most up to the minute information on AWS services.
66
How many route tables are supported per vpc
200
67
AWS Key Management Service
s a service that enables you to create and manage encryption keys in the AWS cloud - its a fully manged AWS service
68
AWS CloudHSM
offers secure cryptographic key storage for customers by providing managed hardware security modules in the AWS Cloud. - helps in management of security keys - its used for offloading SSL processing from existing servers
69
AWS Lightsail
It is an inexpensive, easy-to-use, novice-friendly and interactive platform to configure a`nd launch web applications or websites quickly.
70
List the 3 AWS snow family
- AWS Snowcone - AWS Snowball - AWS Snowmobile
71
What is AWS snow family
Move petabytes of data offline to and from AWS, or process data at the edge
72
AWS Snowcone
it is suitable for data transfer of up to 14 TB. - supports 8TB storage - SSD supports 14 TB storage
73
AWS Snowball Edge compute Optimized
- more suitable for perfoorming complex processing than data transfer - data transfer of up to 42TB HDD and 7.68 TB SSD -
74
AWS Snowball Edge Storage Optimized
- more suitable for transferrng of 60TB of data from on-premise to AWS - supports 100Tb storage - has 24 vCPUs - 32GiB memory of compute
75
AWS snowmobile
- 100 PB of data transfer - not suitable for in-transit data processing
76
AWS Transfer Accelerator
It can use optimized network protocols and thge AWS edge infrastructure when uploading files to the s3 bucket.
77
AWS VPC Flow logs
it is a feature that enables you to capture information about the Ip traffic going to and from network interfaces in your vpc
78
AWS configure
this commands helps to set up AWS CLI installation
79
AWS System Manager Parameter Store
- provides secure storage and management of secrets - You can store data such as passwords, database strings, EC2, instance IDs and Amazon Machine Image (AMI) IDs, and license codes as parameter values
80
Amazon RDS
it is a ditributed relational database engine It provides Multi-AZ and Read Replicas features for high availability, disaster recovery, and scaling. - makes it easy to set up, operate, and scale a relational database in the cloud
81
Amazon Global Accelerator
it is a networking service that uses AWS global network to optimize the "user to application" path - AWS Global Accelerator is a networking service that helps you improve the availability, performance, and security of your public applications
82
Amazon s3 transfer acceleration
Amazon S3 Transfer Acceleration is a bucket-level feature that enables fast, easy, and secure transfers of files over long distances between your client and an S3 bucket`
83
AWS Firewall manager
AWS Firewall Manager is a security management service that allows you to centrally configure and manage firewall rules across your accounts and applications in AWS Organizations
84
Amazon QuickSight
it is a fully managed service that allows for insightul BI reporting with creative data delivery methods, including graphical and interactive dashboards
85
5 categories where Trusted Advisor Provide insight for an AWS acct
- Performance - Cost Optimisation - Security - Fault Tolerance - Service Limits
86
Amazon Athena
Athena provides a simplified, flexible way to analyze petabytes of data where it lives - it depends on s3
87
AWS Elasticache
It is a web service that make sit easy to deploy, operate, and scale an in-memory data store or cache in the cloud
88
AWS well Architected tool
it is a too that provides advice on architecting the workload in the cloud
89
AWS configservice
it is used to trrack changes made in resource configurations
90
CloudEndure Disaster recovery
it is a tool that minimizes downtime and data loss by providing fast, reliable recovery of physical, virtual, and cloud-based servers into AWS Cloud
91
Elastic load Balancing
utomatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, IP addresses, and Lambda functions
92
Application Load Balancer
– This is best suited for load balancing of HTTP and HTTPS traffic and provides advanced request routing targeted at the delivery of modern application architectures, including microservices and containers
93
Network Load Balancer
is best suited for load balancing of Transmission Control Protocol (TCP), User Datagram Protocol (UDP), and Transport Layer Security (TLS) traffic where extreme performance is required.
94
Classic Load Balancer
This provides basic load balancing across multiple Amazon EC2 instances and operates at both the request level and connection level
95
AWS Artifact
AWS Artifact is your go-to, central resource for compliance-related information that matters to you.
96
AWS Device Farm
is an application testing service that lets you improve the quality of your web and mobile apps by testing them across an extensive range of desktop browsers and real mobile devices;
97
Amazon EventBridge
is a serverless event bus service that enables the rapid development of eventdriven applications