Domain 6 - Management Plane and Business Continuity Flashcards
1
Q
What are five important facets to building a secure management plane?
A
- Perimeter security - defending the API end points and webserver end points of the management plane
- Customer authentication - signing APIs with OAuth or HTTP signing; support for MFA for console access
- Internal authentication and credential passing - CSPs management plane should be MFA protected
- Authorizations and entitlements - customers v/s CSP admins authorizations (prevent employee abuse)
- Logging, monitoring, alerting - detect and respond to unusual activities.
2
Q
What are the three main aspects of BC/DR in the cloud?
A
- Ensuring continuity and recovery within a cloud provider
- Preparing for and managing cloud provider outages
- Portability
3
Q
What are the authentication mechanisms for APIs?
A
- HTTP Request Signing (which is what AWS uses)
2. OAuth
4
Q
In BC/DR what are the considerations across the logical stack?
A
- Metrastructure - backing up cloud configurations
- Software-defined Infra - backing up CF templates etc.
- Infrastructure - leveraging AZs and Regions
- Infostructure - data sync across locations
- Applicstructure - application assets like code, message queues.