Account Management, Billing & Support Flashcards
What is AWS Organizations?
Global service that allows you to manage multiple AWS accounts. Main account is master account.
What are the benefits of AWS Organizations?
Consolidated Billing across all accounts
Pricing benefits from aggregated usage
Pooling of Reserved EC2 instances
How can you restrict account privileges?
Using Service Control Policies
What is a multi-account strategy?
Create accounts per department, per cost center, per dev / test / prod for better resource isolation, separate per-account service limits, isolated account for logging
What are organizational units (OU)?
Group accounts together to administer as a single unit.
What is service control policies (SCP)?
Allows you to whitelist or blacklist IAM actions. Applied at OU or Account Level. SCP must have explicit allow but by default doesn’t let anything in. Used to restrict access to explicitly disable services
What is AWS Control Tower?
Easy way to set up and govern a secure and compliant multi-account AWS environment based on best practices. Runs on top of AWS Organizations
What are the four pricing models in AWS?
- Pay as you go
- save when you reserve
- Pay less by using more (volume based discounts)
- Pay less as AWS grows
How are EC2 compute pricing?
- Only charged for what you use
- Number of instances
- Instance configuration
- ELB running time and amount of data processed
- Detailed monitoring
What is pricing for EC2 Instance types?
- On-Demand: Minimum 60s, pay per second
- Reserved: Up to 75% off, hourly rate, 1 or 3 year commitment, all upfront, partial upfront, no upfront
- Spot: Up to 90%, hourly rate, bid for unused capacity
- Dedicated Host: On-demand or reservation for 1 or 3 years
What is pricing for lambda?
Pay per call and pay per duration
What is pricing for ECS?
EC2 Launch Type Model, only pay for AWS resources stored and created in your application
What is pricing for Fargate?
Fargate Launch Type Model, pay for vCPU and memory resources allocated to your applications in your containers
What is pricing for S3?
- Storage class
- Number and size of objects
- Number and type of requests
- Data transfer OUT of the S3 region
- S3 Transfer Acceleration
- Lifecycle transitions
What is pricing for EFS?
Pay per use, has infrequent access and lifecycle rules
What is pricing for EBS?
- Volume type (based on performance)
- Storage volume in GB per month provisioned
- IOPS
- Snapshots
- Data transfer
What is pricing for RDS?
- Per hour billing
- Database characteristics
- Purchase type
- Backup Storage
5 Additional storage (per GB per month) - Number of input and output requests per month
- Deployment type (single vs multiple az)
- Data transfer
What is pricing for CloudFront?
- Pricing is different across geographic regions
- Aggregated for each edge location then applied to bill
- Data transfer Out (volume discount)
- Number of HTTP/HTTPS requests
Network costs?
Most important thing is that using private IP is less expensive than using public IP / Elastic IP. Cross AZ communication more expensive than networking costs inside a single AZ and even more expensive to talk to other region
What is Savings Plan?
Commit to certain $ amount per hour for 1 or 3 years. Easiest to setup.
EC2 Savings Plan: up to 72% off compared to on demand, must commit to individual instance families in a region
Compute Savings Plan: Up to 66% discount, regardless of family, region, size, os, tenacity, compute options
What is AWS Compute Optimizer?
Helps you choose optimal configurations and right-size for your workloads (over/under provisioned). Allows you to lower cost by up to 25%
What is AWS Total Cost of Ownership (TCO) Calculators? (Depreciated)
Allow you to estimate the cost savings when using AWS and provide a detailed set of reports that can be used in executive presentations
What is Pricing Calculator?
Estimate the cost of your architecture solution