Mixed Flashcards

1
Q

What is AWS Storage Gateway?

A

A file gateway that supports a file interface into Amazon S3 and combines a service and a virtual software appliance. By using this combination, you can store and retrieve objects in S3 using industry-standard file protocols such as NFS and SMB.

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

Can an AMI be be launched from any region?

A

No, AMI are region specific.

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

What is IAM Policy Simulator?

A
  • Lets you test IAM policies before you commit them to production
  • Validate that the policy works as expected
  • Can also test policies attached to existing users - great for troubleshooting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Your mission-critical web application needs to store its session state so that it can be accessed quickly and is highly available. Which service should you use?

A

DynamoDB

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

Which of the following AWS services do not use key-value pair?

  • SWF
  • SNS
  • Route53
  • DynamoDB
A

Route53

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

Name three attacks that AWS WAF (Web Application Firewall) protects against.

A
  • Cross-site scripting attacks
  • SQL injection attacks
  • Attacks from known bad IP addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What attack does AWS Shield protect against?

A
  • Mainly Distributed Denial of Service.

- AWS Shield operates at layer 3 and 4 of the ISO network model

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

What is the purpose of Amazon Macie?

A

Tackles problems related to Data Loss Prevention and protects sensitive data.

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

You are using a Classic Load Balancer, and suddenly it starts responding with an 504 error. What is the cause?

A
  • The application is having issues, either at the web server layer or the database layer.
  • This error has nothing to do with the ELB itself
  • Identify where the application is failing, and scale it up or out where possible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Route53?

A

Amazon’s DNS service.

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

Route53 allows you to map your domain names to …?

A
  • EC2 instances
  • Load Balancers
  • S3 buckets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two types of Elasticache?

A
  • Memcached
  • No persistence
  • Individual nodes are expendable
  • Automatic node replacement and Auto Discovery
  • For object caching
  • Simple
  • Scales horizontally
  • Good when you planning on running large cache nodes, and require multithreaded performance with utilization of multiple cores
  • Redis
  • Supports data structures such as sorted sets and lists
  • Support Master/Slave replication
  • Multi-AZ
  • Redis ElastiCache clusters are managed as stateful entities that include failover
  • Replication, persistence
  • Good for sorting and ranking, such as leader boards
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Give five examples of what the origin of CloudFront can be.

A
  • S3 bucket
  • EC2 running a website
  • Elastic Load Balancer
  • Route53
  • Your own non-AWS origin server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In CloudFront, name the two types of distribution.

A
  • Web distribution
  • Typically used for websites
  • RTMP (Real-Time Messaging Protocol)
  • Used for media streaming
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Can you serve Adobe Flash multimedia content from a web distribution (CloudFront)?

A

No, for that you will need RTMP distribution.

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

What is Transfer Acceleration?

A
  • It enables fast, easy and secure transfers of files over long distances between your end user and an S3 bucket.
  • It takes advantage of CloudFront’s globally distributed edge locations to transfer the data to S3 over an optimised network path.
17
Q

Which are the AWS compute services?

A
  • EC2
  • Lightsail
  • Lambda
  • Batch
  • Elastic Beanstalk
  • Serverless Application Repository
  • AWS Outposts
  • EC2 Image Builder
18
Q

Name four AWS services that are serverless.

A
  • Lambda
  • API Gateway
  • S3
  • DynamoDB
19
Q

What is ElastiCache?

A
  • An in-memory cache in the cloud.
  • It improves performance of web applications
  • It sits between the application and the database
  • Takes the load off your database
  • Good for read heavy applications as well as I/O intensive database queries
  • E.g. good for Social Networking, gaming media sharing, Q&A portals, recommendation engines
20
Q

What caching strategies exists for Elasticache?

A
  • Lazy loading

- Write-Through