SAM
Beanstalk
Serverless
API Gateway
Lambda
100

What do we need to install on systems running SSM? 

An SSM Agent 

100

What is a default beanstalk domain? 

100

What does cloud native mean? 

That we have decoupled the front and back end of the program 

100

What kind of service is API Gateway? 

A managed service 

100

What kind of Amazon Service is Lambda? 

Managed Service 

200

T/F I can use SSM in my own datacenter, it does not need to be in the cloud

True you can run this on your own premise and send to AWS 

200
Can you store a computing environment in Beanstalk? 

Yes Elastic Beanstalk applications are logical collections of Elastic Beanstalk components, including environments, versions, and environment configurations. 

200

Lambda is functionally similar to? 

Docker

200

What does REST mean? 

Representational state transfer

200

An API can be a Lambda Trigger Yes or No

yes

300

If I get a VPC error "no default VPC" what do I type to fix it? 

aws ec2 create-default-vpc

300
What two alarms are created in cloudwatch for Beanstalk? 

Two CloudWatch alarms that monitor the load on the instances in your environment and are triggered if the load is too high or too low.

300

What runs "code on demand"? 

Serverless systems

300

Websocket is what kind of protocol? 

Stateful

300

To have a lambda call another lambda you need a what? 

Policy 

400

what two characters do I need in front of all SAM options? 

-- (minus minus) 

400

How does Beanstalk treat applications? 

Elastic Beanstalk treats applications similarly to folders.

400

Serverless works best in what architecture? 

When we have decoupled the frontend and backend.

400

REST is what kind of protocol? 

Stateless

400

The total size of all environment variables doesn't exceed how many KB? 

4 KB.

500

What is SAM? 

It can be a deployment template at the command line

500
What can you use beanstalk for? 

You can deploy and manage applications in the AWS Cloud using Elastic Beanstalk without having to learn about its infrastructure

500

What does "serverless" actually mean? 

Serverless allows us to build and run applications and services without provisioning servers.

500

What system do we use to protect against common API exploits? 

We use a WAF (Web Application Firewall) for protecting our APIs against common web exploits.

500

Serverless allows us to build and run applications and services without provisioning what? 

Servers