Everything Flashcards
What is a Lambda Authorizer for an API Gateway?
A token-based Lambda authorizer (also called a TOKEN authorizer) receives the caller’s identity in a bearer token, such as a JSON Web Token (JWT) or an OAuth token. For an example application, see Open Banking Brazil - Authorization Samples on GitHub.
A request parameter-based Lambda authorizer (also called a REQUEST authorizer) receives the caller’s identity in a combination of headers, query string parameters, stageVariables, and $context variables.
For WebSocket APIs, only request parameter-based authorizers are supported.
What are the types of EC2 Instance pricing tiers?
on demand:
Anytime, any amount, pay as you go
spot:
marketplace for excess compute, steep discount but can be terminated at anytime
reserved:
reserved instances with savings plans, get discounts for guaranteeing payment by contract
What is a multi-tenant EC2 ?
DynamoDB V.S. RDS?
How would you collect info from an on-prem setup to inform a migration plan?
What is an OU in AWS organizations?
Logical grouping of aws accounts. OU’s can be organized hierarchically with permissions in higher level accounts applying to all accounts beneath them. This includes restricted access to services and the scope of policies that IAM users/roles in the OUs accounts can have.
What is an AWS Organization?
The globally accessible AWS service allowing for logical grouping of aws accounts under one master admin. Accounts can be organized into different trees of OUs with their own restricted access to aws services and IAM policy rules.
Billing is consolidated for the organization and visible at the account level
What is an Elastic IP address?
What does a NAT Gateway allow?
What does an Internet Gateway allow?
What is VPC peering?
what is the relationship between VPCs and AWS accounts?
What is AWS Fsx?
What is AWS Transit Gateway?
What is AWS Direct Connect?
AWS Route 53?