AWS-Tech Concepts Flashcards

1
Q

What is an AWS Availability Zone?

A

An Availability Zone (AZ) is a logical group of one or more data centres with redundant power, networking and low-latency connectivity.

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

What is Cloud Computing?

A

Cloud Computing is the on-demand delivery of IT resources and applications, via the internet, with pay as you go pricing.

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

What is Cloud Formation

A

Cloud Formation is an AWS service that enables the creation of templates and automate the provisioning of environments.

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

What are characteristics of Elasticity ?

A
  • scale resources up or down easily.
  • quick deployment
  • instantly scale up
  • instantly shut down resources that are no longer required.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Fault Tolerance?

A

Is the property that enables a system to continue operating properly in the event of a failure of one or more of its components.

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

What is an AWS Region?

A

A geographical location in the world, that can contain 1 or more availability zones.

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

What is CloudFront?

A

Amazon CloudFront is a web service that accelerates distribution of content.

CloudFront delivers your content through a worldwide network of data centers called edge locations, located in high-populated areas.

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

What are Edge Locations?

A

Edge locations are Data centers located in highly populated areas where Amazon deploys it’s CDN - Cloud front and DNS service.

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

What services are run at the edge locations?

A
  • Amazon Route 53
  • Cloudfront
  • AWS WAF
  • AWS Shield
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are reserved instances ?

A

Purchased instances with a 1-3 year term at a significant discount.

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

What are Scheduled Instances ?

A

Purchased instances that are always available on the specified recurring schedule. 1 year term only.

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

What are spot instances?

A

Spot instances are unused instances in AWS, that customers can use intermitently.

The instance runs as long as possible, provided your price request is above the spot price.

This is ideal for workloads that can be interrupted.

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

What are dedicate instances ?

A

Dedicated Instances are EC2 Instances that run in a VPC, on hardware that’s dedicated to a single account (customer).

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

What are dedicated hosts?

A

pay for a physical host, single tenant.

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

What is a VPC ?

A

A VPC is a virtual private network, dedicated to your AWS account.

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

What is SSE ?

A

Server Side Encryption (SSE) * Amazon S3 Managed keys (SSE-S3) * KMS (SSE-KMS) (provides audit logs) * Customer-Provided Keys (SSE-C)

17
Q

What is RRS ?

A

Reduced Redundancy Storage

18
Q

What is the availability on RRS?

A

99.99%

19
Q

What is the durability of RSS?

A

99.99%

20
Q

What is the durability of S3?

A

99.999999999%

21
Q

What is the availability on S3?

A

99.99%

22
Q

What is the minimum files size on S3?

A

1 Byte

23
Q

What’s the meaning of PCI-DSS?

A

Payment Card Industry - Data Security Standard

24
Q

What is AWS Organizations?

A

AWS Organizations is an account management service that enables you to consolidate multiple AWS accounts into an organization that you create and centrally manage.

25
Q

How many ways are there to share S3 buckets accross accounts?

A

There are 3 possible ways, 2 programmatic only and one programmatic and console

26
Q

What are 3 ways of sharing buckets accross accounts?

A
  1. Bucket Policies and IAM:
    • applies to entire bucket
    • Programmatic access only
  2. Bucket ACLs and IAM
    • Individual Objects
    • Programmatic access only
  3. Cross-account IAM Roles
    • Programmatic and console.
27
Q

What is a region ?

A

A region is a physical location in the world with 2 or more availability zones.

28
Q

What is an Availability Zone ?

A

An Availability Zone is a discreet data centre, with redundant power, networking and connectivity. Two Availability zones that are within a few miles of each other are classified as the same availability zone.

29
Q

What is an Edge Location ?

A

1)These are endpoint which AWS uses to cache content. 2) Cloudfront is the technology behind this. 3) This is a content delivery Network

30
Q

What are best practices of the root account?

A
  • Enable MFA
  • Use a stron password
  • Use it for billing purposes only
  • Do not deploy resources into the paying account.
  • Use Service Control Policies (SCP) on OU or on individual accounts.
31
Q

What does SAML stands for?

A

Security Assertion Markup Language

32
Q

What is SAML and how does AWS uses it?

A

SAML allows federated users to authenticate and use AWS resources.

33
Q

In what language are policy documents written?

A

JSON

34
Q

What can you do to prevent your billing from exceding X amount?

A

By setting a billing alarm, which uses an SNS notification.

  • Log in to your account.
  • Go to North Virginia
  • Go to CloudWatch - > Billing
  • Create an Alarm, set up your threshold
  • Create a new SNS notification.
  • Confirm your email