3.6 Apply cybersecurity solution to the cloud Flashcards
Cloud security controls: what is AZ in cloud ?
Availability Zones are isolated data centers located within specific regions in which you can access public cloud services.
Anything that happen in 1 availibility zone do not affect other availibility zone
Cloud security controls: what is HA in cloud ?
High Availability: apps build HA can recognizeq an outage and moves to others AZ
Cloud security controls: is IAM should be enforce in cloud ?
Yes
Cloud security controls: why IAM should be enforce in cloud ?
To manage the access to resources: who gets access, what they get access to
Cloud security controls: what is a secret key in cloud ?
It can be an API keys, passwords or certificate required when you wnt to loggin to specific cloud services
Cloud security controls: why audit trail is important ?
To have a traceability of what have been done in the system and regulatory requirement
Securing cloud storage: how to secure cloud storage?
By configuring cloud based storage:
- Permission
- Encryption (server & client side)
- Replication
Securing cloud storage: why do we need to secure cloud storage ?
To limit and protect access to sensitive data, esp when data are hosted in a public cloud (Microsoft, AWS etc)
Securing cloud storage: what is permission?
It defines which user/groups have access to the doc.
Securing cloud storage: what is server-side encryption?
Encrypt the data when it’s posted in the cloud. And when a user retrieve information from the cloud, our system decrypt that data so that we’re able to use it.
If someone get acces to that storage drive or files, they won’t be able to read any of the data because it was encrypted when it was stored onto that drive
Securing cloud storage: what is client-side encryption?
Encrypt the data locally, sending all of that encrypted data across the network in its secure form, and ultimately saving it as that encrypted data on the storage
Securing cloud storage: what is replication ?
Copy data from one place to another for disaster recovery, high availibility and data analysis (analytics, big data) purposes
Securing cloud network: what are the different types of cloud network ?
- Virtual network
- Public & private subnets
- Segmentation
- API inspection and integration
Securing cloud network: what is virtual network ?
cloud contained virtual devices (switches, routers etc) managed by the organisation
Securing cloud network: what is public & private subnets ?
Inc.:
- virtual private cloud (private cloud in a public cloud) that can be accessed using a VPN
- public cloud
- hybrid cloud