Account Management Flashcards
1
Q
AWS Organizations
A
- Global service
- Manage multiple AWS accounts
- Main account is master account
- Pricing benefits from aggregated usage
- API available to automate AWS account creation
- Restrict account privileges using Service Control Policy (SCP)
2
Q
Multi Account Strategies
A
Create accounts per:
* Department
* Cost center
* Dev/test/prod
- Based on regulatory restrictions
- For better resource Isolation
- Separate per-account service limits
- Isolated account for logging.
3
Q
Service Control Policies (SCP)
A
- White or black list IAM actions
- Applied at the OU / Account level
- Does not apply to Master Account
- Applied to all Users and Roles of the account including root user
- Does not affect service-linked roles
- Must have explicit allow
- Restrict access to certain services
- Enforce PCI compliance by explicitly disabling services
4
Q
AWS Organization - Consolidated Billing
A
- Combined Usage across all accounts
- Share volume pricing, Reserved Instances, and Savings Plans discounts
- One Bill
- Management account can turn off Reserved Instances
5
Q
AWS Control Tower
A
- Setup and govern a secure and compliant multi-account AWS environment based on best practices
- Automate setup of environment
- Automate ongoing policy management using guardrails
- Detect policy violations and remediate
- Monitor compliance with interactive dashboard
- Runs on top of AWS Organizations
6
Q
AWS Resource Access Manage (AWS RAM)
A
- Share resources with other accounts
- Share with any acct or acct within your org
- Avoid resource duplication
7
Q
AWS Service Catalog
A
Quick self-service portal to launch a set of authorized products pre-defined by admins (kinda like sw center)