cloud practitioner Flashcards
what are the types of certifications can you get?
1 - foundation cloud practitioner
2- associate solutions architect, sysops administrator, developer
3- professional solutions architect, devops engineer
speciality
how does web work?
we have a client and a server and they communicate with sending packets to one another using a network and to be able to do that the client and the server must have an ip address so that they can find each other
what is a server composed of?
cpu ram hard drive database network: router,dns server,switch
what is a network?
cables, routers, and servers connected together
what is a router?
a networking device that forwards data packets between computer networks . they know where to send packets on the internet. they send it to a switch
what is a switch?
takes a packet from the router and sends it to the correct server or client on your network
what is cloud computing?
it’s an on-demand deliver of compute powers, storage, database and applications and it resources
what are the types of clouds?
private: rackspace
public: azure, google cloud, aws
hybrid: a mix of private infrastructure and aws
what are the types of cloud computing?
1 - infrastucture as a service Iaas
2 - platform as a service Paas
3 - software as a service Saas
what is managed by on premises computing?
1 - applications 2- data 3- runtime 4- middle ware 5- o/s 6-virtualization 7-servers 8-storage 9-networking
what is managed by Iaas?
1- applications 2- data 3 - runtime 4 - middle ware 5 - o/s
what is managed by Paas?
1 - applications
2 - data
what is managed by Saas?
nothing it’s all managed by aws
what are some services for each cloud computing type?
Iaas: aws EC2, digital ocean
Paas: elastic beanstalk aws, heroku,windows azure
Saas: gmail,dropbox,zoom
what is the pricing of the cloud?
pay as you go model: compute: pay for compute time storage: pay for data stored in cloud data transfer out of cloud data transfer in is free
what is aws global infrastructre?
regions
availability zones
data centers
points of presence
what is an aws region?
regions are all around the world
names can be us-east
a regions is a cluster of data centers
most aws services are regions scoped meaning if we use a service in a region and try to use it in another region it will be like a new time of using the service
what is aws availability zones?
each region has availability zones
min 2 max 6 usually 3
each availability zone has it’s own discrete one or more data center which are isolated from other availability zones to avoid disasters
they are connected with a network
what are the points of presence in aws?
they help deliver to end users in low latency
do aws only has region based services?
no they also have global services like IAM
what is the shared responsibility model?
customer is responsible for the security inside the cloud
aws is responsible for the security of the cloud and services themselves
what is IAM service?
it’s a global service that is used to create groups and users
identity and access management
should you use the root user?
no you should not use it instead create a new group and a user to use using IAM