AWS Developer 2021 Flashcards

1
Q

What is AWS CloudFormation?

A

Used for provisioning AWS resources. It is not used for setting up monitoring.

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

What are the AWS Console sections for IAM Policy Permissions?

A

Allow, Explicit Deny, Unrecognized Services

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

What yaml file is used by AWS Code Deploy to deploy Lambda?

A

appsec.yml

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

What algorithms does AWS KMS support?

A

Symmetric, Public

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

What is AWS Beanstalk?

A

Used for create and provision resources. It also can setup monitoring. It is intended for scaling web applications.

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

What is AWS Athena?

A

A serverless AWS service that can interact with S3 using SQL.

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

What API action is for providing authentication outside authenticators such as Facebook, Amazon, and Google.

A

GetFederationToken

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

How long does AWS CloudWatch keep data?

A

2 weeks

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

What message tools are supported by SNS?

A

SQS, Lambda, Email, SMS

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

True or False: S3 event notifications can be sent to CloudWatch.

A

False

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

What is provisioned IOPS?

A

The highest performing EBS Volume type.

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

What is dedicated host?

A

A physical server owned by AWS, but dedicated to a clients use.

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

What is SES?

A

Simple Email Service

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

What is Kinesis?

A

A tool to analyze data in real time as it comes in.

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

What is STS?

A

Security Token Service - It provides temporary credentials for IAM Users.

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

What is AWS X-Ray?

A

It is a tracing service the collects and can analyze the data.

17
Q

What is TTL for Dynamo DB?

A

Time to Live - determines when data in a table expires and can be automatically deleted.

18
Q

What are AWS Step Functions?

A

It is a serverless function orchestrator for sequencing Lambda functions along with other AWS services for applications.

19
Q

What is AWS CodeStart

A

A tool for managing the entire process of a software development project.

20
Q

What is SCP?

A

Service Control Policies - They manage permissions at a organizational level or by IAM Users from particular accounts.

21
Q

What is an Organizational Unit?

A

A grouping of multiple accounts.

22
Q

What is CORS?

A

Cross Origin Resource Sharing - A tool for accessing S3 from websites.

23
Q

What is a Dead Letter Queue (DLQ)?

A

Its a debugging tool for Lambda to send events that did not get processed after the Lambda retries.

24
Q

What is AWS SSM?

A

AWS Systems Manager

25
Q

What is Short Polling?

A

Provides messages from some servers for SQS. This has the quickest results, but may not have all messages.

26
Q

What is a DAX Cluster?

A

It is an item cache for Dynamo DB.

27
Q

True or False: IAM Roles should not be used with on-premise applications.

A

True

28
Q

True or False: Instance profiles can be created for on-premise instances.

A

False

29
Q

What are SQS Delay Queues?

A

Provides to delay delivery of messages through the queue for a defined number of seconds.

30
Q

True or False: Elastic Beanstalk can automate deployment for the Code Deploy service.

A

False

31
Q

What is CloudFront?

A

It is a content delivery network for delivering data, videos, applications, and APIs to customers globally.

32
Q

What is AWS OpsWorks?

A

It is a configuration management service that manage instances using Chef and Puppet.