AWS Organizations Flashcards
Master Account
one account controls group policies and single consolidated billing
AWS Control Tower
Setup and manage multi-account environments
- provision to conform to governance and policies
AWS Support Models
- Basic
- Dev
- Business
- Enterprise
Business and Enterprise Support Models
- AWS Shield Advanced: 24/7 support
- AWS IEM: architecture and scaling guidance
- AWS Support API: support calls to access support checks
- Concierge Support
- 15 Trusted Advisor Checks and recommendations
Trusted Advisor
real time guidance for provisioning resources w/ AWS best practices
implement checks: optimize the things
Identity and Access Management
Secure Control of Resources:
- Authentication and Authorization
- Root User
- PW Policies
- IAM Policies
- IAM Roles
Root User
single standalone sign-in identity with total access
PW Policies
8-28 chars
pw must be diff to aws account name/email
apply to all users except root
Accessing IAM
Maagement console, command line tools, SDKs, HTTPS API
IAM Managed Policies
permission set created and administered by AWS
Amazon Resource Name
how standalone policies are named
ex: arn:aws:iam::aws:policy/IAMReadOnlyAccess
IAM Roles
user, app, or service with assigned permission
temp creds for session lifetime
give outsiders access
AWS STS Temp Creds
web service for creating temp creds for validity period
How do you create temporary credentials?
w/ CLI or create from your code
Access Key
digital signatures performed to give apps outside of AWS access