Misc.. Flashcards

1
Q

Whare the the two types of AWS Application Discovery Service Job types?

A

Agentless Discovery

Agent-based discovery

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

Where can results from Application Discovery Service be viewed?

A

In the AWS MIgration Hub

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

What service performs the application migration?

A

AWS Application Migration Service

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

What is AWS DataSync?

A

It synchronizes data from On-prem or other cloud locations to AWS.

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

Does AWS DataSync require an agent?

A

Yes, for external access only. Synching to other AWS services does not require an agent.

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

What Can AWS DataSync synchronize to?

A

Amazon S3

EFS

FSx

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

Does AWS DataSync preserver permissions for NFS, SMB, and POSIX?

A

Yes

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

What are the two types of Snowball Edge Devices?

A

Compute Optimized

Storage Optimized

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

How much storage does Snowball compute optimized devices have in storage?

A

28TB

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

Which Snowball device is best for processing data on the edge?

A

Snowball compute optimized.

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

Can you run Lambda or Ec2 on a Snowball device?

A

Yes. Using Snowball compute optimized.

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

What does AWS SAM do?

A

It generates complex CloudFormation from simple SAM YAML files.

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

What can be used to help you run Lambda, API Gateway, and DynamoDB locally?

A

AWS SAM

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

Is AWS SAM simpler than using CloudFormation?

A

Yes

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

How do you package and deploy AWS SAM?

A

Use the cli command sam deploy

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

What is AWS SAM Accelerate?

A

A set of features to reduce latency while deploying resources to AWS.

17
Q

What does the command “sam synch” do?

A

It synchs the code you have locally with what is in AWS.

18
Q

How is an AWS SAM Lambda function declared in the template.yaml file?

A

AWS::Serverless::Function

19
Q

How is an AWS SAM Dynamo DB instance declared in the template.yaml file?

A

AWS::Serverless::SImpleTable

20
Q

What is AWS Batch?

A

It allows you to run Batch Jobs as Docker Images.

21
Q

What are the two locations where you can store Docker Images?

A

DockerHub

ECR

22
Q

What is the maintenance caveat for AWS ECS EC2 Launch Types?

A

You must provision and maintain the infrastructure yourself.

23
Q

What is required to run ECS as an EC2 launch type?

A

The ECS Agent

24
Q

What is the ECS Fargate Launch Type?

A

It is serverless. You just create task definitions.

25
Q

Can ECS tasks have IAM permissions?

A

Yes. They can have a task role defined.

26
Q

Can EFS be used with ECS?

27
Q

Does EKS support the fargate launch type?

28
Q

What is a managed node group in EKS?

A

Creates and manages nodes for you in AWS. Supports on demand and spot instances

29
Q

What is a self-managed node in AWS EKS?

A

Node created by you and registered to the EKS cluster and managed by an ASG.