Test 5 Flashcards

1
Q

What 3 services can Kinesis save the data to?

A
  • Dynamodb
  • S3
  • Redshift
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What file permission will throw an “Unprotected Private Key File” error?

A

0777

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

What support plan provides:

  1. ) 24x7 access to customer service, documentation, whitepapers, and support forums.
  2. ) Access to full set of Trusted Advisor checks
A

Business

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

What is AWS Cognito?

A

It provides authentication, authorization, and user management for your web and mobile apps. Your users can sign in directly with a user name and password, or through a third party such as Facebook, Amazon, or Google

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

What is AWs WAF?

A

It is a web application firewall that helps protect your web applications from common web exploits.

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

What are 2 managed services by AWS (you dont have to worry about OS patches etc)?

A
  • RDS

- Dynamodb

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

How do you ensure that employees who are responsible for the UAT instances don’t have the access to work on the production instances?

A

Define the tags on the UAT and Production servers and add a condition in the IAM Policy which allows access to those specific tags.

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

What could be the cause of 1 of multiple Availability Zones behind a load balancer are not receiving traffic?

A

The problem Availability Zone has not been properly added to the load balancer.

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

What can you use to configure a fleet of EC2 instances without having to shh into each instance?

A

Run command - AWS Systems Manager Run Command lets you remotely and securely manage the configuration of your managed instances

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

In the event of system failure on the primary database instance, what happens to Amazon Aurora during the failover?

A
  • Aurora will first attempt to create a new DB instance in the same AZ as the original.
  • If unsuccessful, Aurora will create a new DB instance in a different AZ
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which section of the Cloudformation template should you configure to get the Domain Name Server hostname of the ELB upon the creation of the AWS stack?

A

Outputs

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

What is the default setting for Cloudtrail log encryption?

A

CloudTrail event log files are encrypted using Amazon S3 server-side encryption (SSE).

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

How can you apply a group of database-specific settings to all of your Relational Database Instances?

A

Parameter Groups: You manage your DB engine configuration through the use of parameters in a DB parameter group.

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

How should you configure the public DNS zone apex record to point to the load balancer?

A

Create an A record aliased to the load balancer DNS name

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

How do you provide access to S3 data to another service without involving the internet?

A

Use a Gateway VPC Endpoint

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

In EBS encryption, what service does AWS use to secure the volume’s data at rest?

A
  • By using your own keys in AWs Key Management Service (KMS)

- By using Amazon-managed keys in Amazon Key Management Service (KMS)

17
Q

What is Amazon Cloud HSM?

A

It provides a secure key storage in tamper-resistant hardware in a single Availability Zone.

18
Q

How do you capture the detailed information of all HTTP requests that went through their public-facing application load balancer every five minutes?

A

Enable Access Logs on the application load balancer

19
Q

What services use VPC Gateway Endpoint?

A
  • S3

- DynamoDB

20
Q

What services do NOT use VPC Interface Endpoint?

A
  • S3

- DynamoDB

21
Q

What VPC Endpoint type do S3 and DynamoDB use?

A

VPC Gateway Endpoint