Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into small-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevy committed Oct 11, 2016
2 parents dbf2bff + 7943bf3 commit 2e91c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Table of Contents
Why an Open Guide?
------------------

A lot of information on AWS is already written. Most people learn AWS by reading a blog or a “[getting started guide](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html)” and referring to the [standard AWS references](https://aws.amazon.com/documentation/). Nonetheless, trustworthy and practical information and recommendations aren’t easy to come by. AWS’s own documentation is a great but sprawling resource few have time time to read fully, and it doesn’t include anything but official facts, so omits experiences of engineers. The information in blogs or [Stack Overflow](http://stackoverflow.com/questions/tagged/amazon-web-services) is also not consistently up to date.
A lot of information on AWS is already written. Most people learn AWS by reading a blog or a “[getting started guide](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html)” and referring to the [standard AWS references](https://aws.amazon.com/documentation/). Nonetheless, trustworthy and practical information and recommendations aren’t easy to come by. AWS’s own documentation is a great but sprawling resource few have time to read fully, and it doesn’t include anything but official facts, so omits experiences of engineers. The information in blogs or [Stack Overflow](http://stackoverflow.com/questions/tagged/amazon-web-services) is also not consistently up to date.

This guide is by and for engineers who use AWS. It aims to be a useful, living reference that consolidates links, tips, gotchas, and best practices. It arose from discussion and editing over beers by [several engineers](AUTHORS.md) who have used AWS extensively.

Expand Down Expand Up @@ -927,7 +927,7 @@ RDS

### RDS Basics

- 📒 [Homepage](https://aws.amazon.com/rds/)[User guide](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/)[FAQ](https://aws.amazon.com/rds/faqs/)[Pricing](https://aws.amazon.com/rds/pricing/)
- 📒 [Homepage](https://aws.amazon.com/rds/)[User guide](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/)[FAQ](https://aws.amazon.com/rds/faqs/)[Pricing](https://aws.amazon.com/rds/pricing/)(see also [ec2instances.info/rds/](http://www.ec2instances.info/rds/)\)
- **RDS** is a managed relational database service, allowing you to deploy and scale databases more easily. It supports Amazon Aurora, Oracle, Microsoft SQL Server, PostgreSQL, MySQL and MariaDB.

### RDS Tips
Expand Down

0 comments on commit 2e91c0a

Please sign in to comment.