Section 9.5 - 13.5 Flashcards
What is the difference between QLDB and Amazon Managed Blockchain?
There is NO decentralization component in QLDB, in accordance to financial regulation rules
I want a service to utilize Hyperledger Fabric or Ethereum, which service do I use?
Amazon Managed Blockchain
T/F - Amazon Managed Blockchain is a decentralized blockchain
True
What is AWS Glue?
A managed extract, transform, and load (ETL) service
What is the name of a central repository to store structural and operational metadata for data assets in AWS Glue?
Glue Data Catalog
Which AWS serverless service can use machine learning-powered business intelligence to create interactive dashboards such as business analytics?
QuickSight
This in-memory cache for DynamoDB provides up to a 10x performance improvement
DynamoDB Accelerator (DAX)
I want to run Docker containers on AWS, what 3 features can I use to accomplish this?
ECS (Elastic Container Service), Fargate, or the Lambda Container Image
For the Lambda Container Image to run Docker containers it must run the:
Lambda Runtime API
Name it: This is an event-driven service that may be chosen over an EC2 instance for certain company needs
AWS Lambda
You want to build a serverless HTTP API to use with DynamoDB, how do you go about this?
Use Amazon API Gateway to proxy requests from the client, send them to Lambda functions to perform CRUD actions on DynamoDB
Who should use Lightsail? In the exam Lightsail will almost always be the wrong answer except on this specific instance:
A client with no cloud experience that needs to get started quickly with low/predictable pricing
Lambda billing is based on ___ ________ and _________ _____
per request and compute time
When will CloudFormation be used?
When we have infrastructure as code or when we need to repeat architecture between different environments, regions, or AWS accounts
What is the advantage of the AWS Cloud Development Kit (CDK) when used in conjunction with CloudFormation?
You can define the cloud infrastructure using a familiar language