Power BI Cards Flashcards

1
Q

What is EC2?

A

EC2 is basically elastic compute cloud. It is just like a raw server on which you can install any operating system and you can use it for anything like hosting a website. It is just like Virtual machine.

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

What is SnowBall?

A

Snowball is a way of transferring your data from and to the AWS infrastructure. Snowball device is connected to the data center. It is used to back up the data.
This device is shipped back to AWS and then loaded to the AWS infrastructure. You use it when you have large amount of data.

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

What is IAM?

A

IAM is an Identification and Authentication Management tool. It is used to grant access to the users for example to create/delete instances

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

What is Lambda?

A

AWS Lambda is an advanced version of EC2. Difference between EC2 and Lambda is that Lambda cannot be used to host your application. Lambda
can only be used to execute background tasks. AWS Lambda gets triggered upon events that happens on S3 such as file compressions.

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

What is Elastic Beanstalk?

A

Elastic Beanstalk which is an advanced version of EC2. Elastic Beanstalk can be used to host application. With Elastic Beanstalk, you select the environment you want, and AWS will install all the configuration files required and will give you the environment on which you just have to upload your code and your application.

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

What isElastic load balancer?

A

Elastic load balancer is basically used to distribute your work load among a number of instances. It is a protocol to distribute the traffic equally among instances.

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

What is AutoScaling?

A

AutoScaling is a service which is used to scale up and down automatically, without manual intervention. You can set up a matrix on the CPU usage to add/remove servers. AutoScaling and Elastic load balancer work togather.

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

What is S3?

A

S3 is a object based file system. Root folder is called a bucket. Bucket can have many folders.
Object is stored and retrieved by file path.

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

What is CloudFront?

A

CloudFront is content delivery network. It is basically a system which cages a website to make the response times faster.

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

What is Elastic Block Storage?

A

Elastic Block storage is basically like a hard drive to EC2. EC2 is backed by EBS. EC2 can have multiple EBS volumes but EBS volume cannot have more than
one EC2 attached to it.

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

What is Amazon Glacier?

A

Amazon Glacier is a back up system which backs up the data from S3 or EC2 instances. They use magnetic tapes which are cheap so the data storage is very economical.

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

What is Storage Gateway?

A

Storage Gateway is a service which is used between your datacenter and your cloud. Storage Gateway will sit between your Applications and Database servers.
It will keep on taking snapshots of your database and will keep on storing on S3. Let’s suppose you have 3 or 4 database servers and you have Storage Gateway installed, one of the servers fails, so Storage Gateway will use the snapshots from other servers and rebuild the failed server.

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

What is RDS?

A

RDS is a database management service. It is not a database. It manages Relational Databases such as MySQL, Oracle, MariaDB, PostgreSQL, Microsoft
SQL Server, or Aurora. It updates the DB engine automatically and installs security patches automatically.

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

What is Aurora?

A

Amazon Aurora is a database, which has been developed by Amazon. It is about Relational database. It is based on MySQL. Amazon Aurora is 5 times
faster than MySQL.

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

What is DynamoDB?

A

DynamoDB is a database management service for non-relational databases such as NoSQL databases. It gets updated automatically. It scales itself automatically. It is used to store unstructured data such as Facebook posts.

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

What is ElastiCache?

A

It is used to cache the results of queries. Let’s suppose user makes the query and it is similar to the other queries, so it will cache the result set. So the next time any other user tries to query the same data, results will be lot faster.

17
Q

What is RedShift?

A

RedShift is a data warehouse service. It is petabyte scale data warehouse service. It is an analytic tool which is used to analyze data from RDS or DynamoDB.

18
Q

What is VPC?

A

VPC is a virtual private cloud, so it is a virtual network.
It is Virtual Network where in you launch your AWS Resources. All the AWS resources can interact with each other once they are inside the VPC. It provides you security, its makes communication between
the AWS services easy and it also helps you connect your private data center to the AWS infrastructure.

19
Q

What is Direct Connect?

A

Direct Connect is a replacement to an internet connection; it is a leased line to the AWS infrastructure, so if you feel that the bandwidth of internet is not enough for your data requirements or networking requirements you can take a leased line to AWS infrastructure in the form of Direct Connect Service.

20
Q

What is Route 53?

A

Route 53 is a domain name system. It converts whatever URL you enter to a domain name system to the IP address of the server on which your website is
being posted.

21
Q

What is Cloudwatch?

A

Cloudwatch is a cloud monitoring tool. It is used to monitor all your AWS resources.
It is used to set up alerts when the usage exceeds certain threshold established by the user.

22
Q

What is CloudFormation?

A

CloudFormation is used to templatize the AWS infrastructure. It is used to launch different environments such as Test Environment, Product Environment and Debit environment.

23
Q

What is CloudTrail?

A

CloudTrail is a logging service from AWS. It is used to log your API requests, and API responses. Logs are used for troubshooting issues. It will generate logs
on the file system S3.

24
Q

What is CLI?

A

CLI is a command line tool which is replacement to the GUI of AWS.

25
Q

What is OpsWorks?

A

OPSWorks is configuration management tool. It consists of two parts which are Stack and Layers. Layers are basically different AWS services that you have combined together and when you combined them together this whole system is known as a Stack.
when you deploy the application using OpsWorks and want to make changes to all the services, you can use OPSWorks to make the changes.

26
Q

What is Trused Advisor?

A

Trusted Advisor is like a personal assistant to you in the AWS Infrastrcture. It advises you on your monthly expenditure. It advises you on the best practices
and IAM policies.

27
Q

What is KMS?

A

This is a Key Management Service. Whenever user creates an instance, AWS creates 2 keys:
Private key and Public key. Private key is looked up against Public key to see if it matches.
KMS manages these 2 keys.

28
Q

What is SES?

A

This is a Simple Email Service. It is used to send emails to the large user base. It can also process response automatically.

29
Q

What is SQS?

A

This is a Simple Queue Service. It acts as a buffer. It has a list of tasks to be performed. Let’s say you have an application that needs 5 tasks to be performed. First 2 are done by the first server and the rest by the 2nd server. 2nd Server needs to know if the tasks by the 1st server are done. This is kept in SQS.

30
Q

What is SNS?

A

This is a Simple Notification Service. It is based on triggers.