What do we need to install on systems running SSM?
An SSM Agent
What does cloud native mean?
That we have decoupled the front and back end of the program
What kind of service is API Gateway?
A managed service
What kind of Amazon Service is Lambda?
Managed Service
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
Yes Elastic Beanstalk applications are logical collections of Elastic Beanstalk components, including environments, versions, and environment configurations.
Lambda is functionally similar to?
Docker
What does REST mean?
Representational state transfer
An API can be a Lambda Trigger Yes or No
yes
If I get a VPC error "no default VPC" what do I type to fix it?
aws ec2 create-default-vpc
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.
What runs "code on demand"?
Serverless systems
Websocket is what kind of protocol?
Stateful
To have a lambda call another lambda you need a what?
Policy
what two characters do I need in front of all SAM options?
-- (minus minus)
How does Beanstalk treat applications?
Elastic Beanstalk treats applications similarly to folders.
Serverless works best in what architecture?
When we have decoupled the frontend and backend.
REST is what kind of protocol?
Stateless
The total size of all environment variables doesn't exceed how many KB?
4 KB.
What is SAM?
It can be a deployment template at the command line
You can deploy and manage applications in the AWS Cloud using Elastic Beanstalk without having to learn about its infrastructure
What does "serverless" actually mean?
Serverless allows us to build and run applications and services without provisioning servers.
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.
Serverless allows us to build and run applications and services without provisioning what?
Servers