Cloud Platform, Infrastructure, and Operations Flashcards
- infrastructure and systems/services in use
- how systems will communicate
- securing network traffic in shared environment
- securing the management plane
Cloud security considerations
- network/communication capabilities allowing customers to transfer data in and out of cloud vendor’s environment
- compute (VMs, CPUs, storage, serverless computing, containers, etc.)
- management plane (controls network, communications, compute, etc.)
Cloud components
In what environment does most security work occur?
IaaS
IaaS Shared Responsibility
Securing infrastructure
PaaS costumer responsibility
Security, apps, data, risk management
SaaS customer data responsibility
Access and administration
What are virtual firewalls used in cloud environments?
Network security groups
Security groups use _____ to control traffic
Rules
Tracking requests/responses to allow responses to return to systems that make an allowed request
Stateful (security groups and firewalls)
AWS VPC traffic monitoring capability allows you to _____ traffic.
See, capture, and analyze
Correlating logins and activity to the locations where they originate to ensure credentials aren’t being misused and to identify unexpected traffic patterns based on geoIP info:
Geofencing
Relying on identities and authorization to ensure users and entities are validated before they access data:
Zero Trust
Why is packet capture and traffic inspection harder in the cloud?
Cloud environments operate at Layer 3 of OSI model, while traditional networks can be accessed at Layers 1 and 2
Tools that limit communications based on some criteria.
Firewalls
In cloud environments, _____ are often the first firewall capability deployed.
(Network) security groups