Udemy course - Sections 1-10 Flashcards
2 Benefits of private cloud
-complete control of the entire stack
-security - in a few cases, organizations may need to keep all or some of their applications and data in house
3 benefits of public cloud
-variable expense, instead of capital expense
-economies of scale
-massive elasticity
what is a hybrid cloud
where a private cloud and public cloud are connected together where you might be connected with either the internet or a private link.
Three things the multi cloud can connect?
-private cloud (vmWare, openstack)
-public cloud (aws, azure)
-organization
what is a region
physical locations in the world and independent of others and within a region, there are availability zones (az)
what are the different zones with subnets that you can use to connect to a region
-Local Zone
-outpost
-wavelength (5g/mobile)
what does cloudfront do
deliver content like videos through edge locations
what is aws responsible for in the responsibility model?
Software
-compute
-storage
-datebase
-networking
Hardware
-regions
-availability zones
-edge locations
what is the customer responsible for in the responsibility model?
-platform, applications, identity & access management
-operating system, network & firewall configurations
-client-side data encryption & data integrity authentication
-server-side encryption (filesystem and/or data)
-networking traffic protection (encryption, integrity, identity)
three ways to access cloud services
-aws management console (ui)
-command line
-software development kit (ide)
example of public services and what does that mean
-means you are connecting to services via a public address
-examples: dynamoDB, S3 (storage), route 53, cloudFront
what are some private services and what does this mean?
-vpc where you have subnets with resources that can be either private or public
-examples: EC2 instance, amazon rds, elastic file system
6 advantages of cloud computing
-trade capital expense for variable expense
-benefits from massive economies of scale
-stop guessing capacity
-speed and agility
-stop spending money running and maintaining data centers
-go global in minutes
3 types of cloud computing model
-iaas (MANAGED TO OS)
-PAAS(managed to code)
-saas (pure consumption)
4 types of cloud deployment
1) public
2) hybrid cloud
3) private cloud
4) multicloud (combo of private/hybrid/etc)
fundamentals of pricing
-compute
-storage
-outbound data transfer
aws global infrastructure is made up of:
AWS REGIONS
-region is a geographical area
-each region consists of 2 or more AZ (availability zones)
-isolated from other AWS Regions
Availability Zones (data centers)
-AZ are sep from each other
-AZs span one or more data centers
-each AZ is designed as independent failure zone
Local Zones (fairly new and may not come up on exam
-place compute, storage, db, and other services closer to end user
-extension of aws region where you can run your latency sensitive applications
edge locations and regional edge caches
shared responsibility model
aws responsible for security of the cloud
-run underlying infrastructure
-hardware,software
user responsible for security in cloud
ec2 includes network level security, etc…
what is IAM
-identity and access management is a web service that helps you security control access to aws services
What does IAM control?
who is authenticated and authorized to use resources
what are users?
individual accounts you log in with
what permissions do users have by default
none
what are groups used for?
organizing users and applying policies
what do users log into the aws management console with?
user name and password