Containers Flashcards

1
Q

ECR

A

EC2 Container Registry

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

Can synchronous calls be made from API Gateway to Lambda?

A

Yes

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

API Gateway does what?

A

Acts a facade and makes it easier for developers to create and maintain RESTFUL APIs

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

Can API Gateway interact with Lambda?

A

Yes

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

What is AWS SAM?

A

The AWS Serverless Application Model (AWS SAM) is a model to define serverless applications. AWS SAM is natively supported by AWS CloudFormation and defines simplified syntax for expressing serverless resources. The specification currently covers APIs, Lambda functions and Amazon DynamoDB tables

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

How would you implement Discovery Services using the application load balancer?

A

Used host based routing, and use cnames to point to different micro-services

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

How would you implement discovery services using route 53?

A

Create SRV records including the port. This is not sustainable if the service had to be moved.

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

How would you make discovery services dynamic using route 53.

A

Use cloudwatch to look for failed containers. The ECS Event stream would then be used to launch lambda to change DNS entries.

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

Name a third party service discovery that works AWS?

A

Hashicorp

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