Containers Flashcards
ECR
EC2 Container Registry
Can synchronous calls be made from API Gateway to Lambda?
Yes
API Gateway does what?
Acts a facade and makes it easier for developers to create and maintain RESTFUL APIs
Can API Gateway interact with Lambda?
Yes
What is AWS SAM?
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 would you implement Discovery Services using the application load balancer?
Used host based routing, and use cnames to point to different micro-services
How would you implement discovery services using route 53?
Create SRV records including the port. This is not sustainable if the service had to be moved.
How would you make discovery services dynamic using route 53.
Use cloudwatch to look for failed containers. The ECS Event stream would then be used to launch lambda to change DNS entries.
Name a third party service discovery that works AWS?
Hashicorp