Others Flashcards
How does AWS Budgets work?
AWS Budgets allows you to create budgets and sends you alarms when those budgets are exceeded
What are the types of budgets on AWS Budgets?
-Usage budget
-Cost budget
-Reservation budget
-Savings Plan budget
What AWS services can a Savings Plan budget be created for?
EC2, Elasticache, RDS, Redshift
True or false: AWS Budgets are free
False, 2 budgets are free, the rest is $0.02/day
When a budget is exceeded, AWS budget can automatically perform an action to deal with it. What are the 3 types of action that AWS budgets can perform?
-Apply an AM policy to a user, group or IAM role
-Apply an SCP to an OU
-Stop an EC2 or RDS instance
True or False: You can implement a manual approval process before AWS Budgets performs an action
True
What is AWS Cost Anomaly Detection
It is an AWS cost management feature that allow you to create a cost monitor for specific AWS services and use ML to detect any anomalous spending on those services
What is AWS Wavelength?
It is an AWS Service that allows comunication with AWS Services using 5G
AWS Wavelength Zones are the base of AWS Wavelength. What are they?
Wavelength Zones are infrastructure deployments located at the 5G communication providers’ data centers at the edge of the 5G network. This infrastructue then communicates with AWS servers so as to bring AWS functionalities to the 5G network.
True or False: Traffic inside a Wavelength Zone leaves the CSP’s network whenever it communicates with AWS
False, it never leaves the network
What are AWS Local Zones?
They are extensions of AWS regions in certain locations so that applications can function on AWS while sporting low-latency
What are some examples of AWS Local Zones?
Inside us-east-1 (Virginia) you have Boston, Chicago, Dallas, Miami, etc
What is an example of an use case where AWS Local Zones would be useful?
If multiple local offices needed low latency and they were all far from AWS zones.
True or False: AWS RAM allows youy to share VPCs with other accounts
False, only subnets
True or False: It is possible to check for idle RDS and Redshift Instances on Trusted Advisor
True
Complete: AWS API Gateway has a maximum _________ payload size and _________ timeout
-10 MB
-29 seconds
True or False: API Gateway changes are rolled deployed to stages, hich can have any name you wish and can be rolled back to previous versions
True
What can an API Gateway point to?
-HTTP
-Lambda Functions
-AWS Resources (SQS, Step Functions, etc)
What is an API Gateway Edge-Optimized Endpoint?
It’s an endpoints that routes requests through Edge Locations to improve latency.
What are the API Gateway Endpoint Types?
-Edge-Optimized (Default)
-Regional
-Private
True or False: API Gateway Edge-Optimizaed Endpoints can be accessed from any region
False, they still live in only a single region
What is an API Gateway Regional Endpoint?
It’s an endpoint for clients within a single region. Can be manually combined with Cloudfront.
What is an API Gateway Private Endpoint?
It’s an endpoint that can only be reached using interface VPC endpoints
How much is the default, the max and the min API Gateway Cache TTL
-Default: 300s
-Max: 3600s
-Min: 0s
True or False: API Gateway Cache is configured per Stage, but can be overrode per method
True
For an API Gateway request to ignore cache what request header should it send?
Cache-Control: max-age=0