Cloud Computing Flashcards
What are the problems solved by cloud Computing
FECHAS
Flexibility
Elasticity
Cost effectiveness
High availability
Agility
Scalability
What are the types of cloud computing
Iaas. Infrastructure as a service
Paas platform as a service
Saas. Software as a service
What is managed by AWS when using SAAS?
Everything including the application
Example: ELASTIC BEAN STALK
Cloud pricing model data transfer out of the cloud is free or paid?
Paid
Cloud pricing model data transfer in is free or paid
Free
What criteria when choosing region
Compliance
Proximity to users
Available services
Pricing
What is the minimum availability zones per region?
3
What is the maximum availability zones per region?
6
Define IAM credentials report
List all your accounts users, and the status of their credentials
Define IAM access advisor
Shows the service permissions granted to a user, and when those services were last accessed
What the cost savings % of EBS snapshot archive
75% cheaper
How long does it take to restore an EBS snapshot from archive
24 to 72 hours
What does EC2 image builder do?
Automates the creation, maintenance validation of EC2 AMI’s
What happens if you stop an EC two instance with instant store attached
They will lose their data. They are ephemeral.
With EFS what OS is supported
Linux only
EFS infrequent access what are the cost savings?
Up to 92% lower cost as compared to EFS standard
Describe predictive scaling in an auto scaling group
Uses machine learning to predict future traffic ahead of time
For lambda, how many calls are free?
1 million
What does AWS batch do?
Run computing jobs can launch EC2 instances
Provisions the right amount of CPU/MEM
batch jobs run as?
As docker images on ECS
What is Lightsale used for?
Simple applications for people with very little cloud experience
Why would you use AWS CDK, when creating cloud formation templates
When you want to write your template in a programming, language and need CDK to translate it
For elastic beanstalk, what are the three permissions needed to get
Web Tier
Worker Tier
Multi container,
Docker
What does it mean when you say AWS code deploy is a hybrid service
It works on EC2 instances and on premises servers