mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-03-09 15:40:06 +00:00
Merge pull request #71 from open-guides/another-figure-etc
Figure for network traffic costs.
This commit is contained in:
commit
0830c82e36
2 changed files with 15 additions and 4 deletions
19
README.md
19
README.md
|
@ -46,10 +46,11 @@ The Open Guide to Amazon Web Services
|
|||
|
||||
**Figures and Tables**
|
||||
|
||||
- [Tools and Services Market Landscape](#tools-and-services-market-landscape): A selection of third-party companies/products
|
||||
- [Service Matrix](#service-matrix): How AWS services compare to alternatives
|
||||
- [AWS Product Maturity and Releases](#aws-product-maturity-and-releases): AWS product releases
|
||||
- [Storage Durability, Availability, and Price](#storage-durability-availability-and-price): A quantitative comparison
|
||||
- [Figure: Tools and Services Market Landscape](#tools-and-services-market-landscape): A selection of third-party companies/products
|
||||
- [Table: Service Matrix](#service-matrix): How AWS services compare to alternatives
|
||||
- [Table: AWS Product Maturity and Releases](#aws-product-maturity-and-releases): AWS product releases
|
||||
- [Table: Storage Durability, Availability, and Price](#storage-durability-availability-and-price): A quantitative comparison
|
||||
- [Figure: AWS Data Transfer Costs](#aws-data-transfer-costs): Visual overview of data transfer costs
|
||||
|
||||
Why an Open Guide?
|
||||
------------------
|
||||
|
@ -1227,6 +1228,16 @@ Billing and Cost Management
|
|||
- If you need to do custom analysis of raw billing data or want to feed it to a third party cost analysis service, [enable](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/detailed-billing-reports.html#turnonreports) the [detailed billing report](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/detailed-billing-reports.html#detailed-billing-report) feature.
|
||||
- Multiple Amazon accounts can be linked for billing purposes using the [Consolidated Billing](http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/consolidated-billing.html) feature. Large enterprises may need complex billing structures depending on ownership and approval processes.
|
||||
|
||||
### AWS Data Transfer Costs
|
||||
|
||||
- For deployments that involve significant network traffic, a large fraction of AWS expenses are around data transfer. Furthermore, costs of data transfer, within AZs, within regions, between regions, and into and out of AWS and the internet vary significantly depending on deployment choices.
|
||||
- Some of the most common gotchas:
|
||||
- 🔸*AZ-to-AZ traffic:* Note EC2 traffic between AZs is effectively the same as between regions. For example, deploying a Cassandra cluster across AZs is helpful for [high availability](#high-availability), but can hurt on network costs.
|
||||
- 🔸*Using public IPs when not necessary:* If you use an Elastic IP or public IP address of an EC2 instance, you will incur network costs, even if it is accessed locally within the AZ.
|
||||
- This figure gives an overview:
|
||||
|
||||

|
||||
|
||||
### EC2 Cost Management
|
||||
|
||||
- With EC2, there is a trade-off between engineering effort (more analysis, more tools, more complex architectures) and spend rate on AWS. If your EC2 costs are small, many of the efforts here are not worth the engineering time required to make them work. But once you know your costs will be growing in excess of an engineer’s salary, serious investment is often worthwhile.
|
||||
|
|
BIN
figures/aws-data-transfer-costs.png
Normal file
BIN
figures/aws-data-transfer-costs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 533 KiB |
Loading…
Add table
Add a link
Reference in a new issue