1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-13 10:21:57 +00:00
Commit graph

574 commits

Author SHA1 Message Date
AJ Kerrigan
05948c4a46 Add S3 gotcha - incomplete multi-part upload costs
Each uploaded part of a multi-part upload begins accruing
storage charges immediately, even if the upload as a whole
fails. This can really add up for certain usage patterns,
and can fly under the radar easily unless you know to
look for it.

Include quick summary of this gotcha and some links (Amazon
and third-party) for more detailed information.
2016-11-27 22:36:26 -05:00
Lynn Langit
def9d117e3 added info about IoT Thing Types 2016-11-26 18:23:33 -08:00
Rich Hintz
55248e26a1 Add ec2 gotcha - undocumented limit of zero for new accounts (#333)
Document an undocumented restriction applicable to very new accounts, such as might be used in instruction.

A teacher attempting to have students use their own brand new accounts to each launch one g2 instance reported that the student launches failed because of an undocumented soft limit of zero. This may be associated with AWS trying to mitigate the use of GPU instances for Bitcoin mining, though that's speculation.
2016-11-25 15:29:31 -08:00
Max Zanko
8e2d3aad86 Merge pull request #327 from lukedeo/gpu-ml
Add information about GPU-focused AMI
2016-11-25 12:22:42 -08:00
Costa Michailidis
b68f894f6a AWS does now (Nov 2016) support environment variables, gotcha removed (#334) 2016-11-23 20:39:33 -08:00
Bogdan Luput
d28bd54040 Add to CloudWatch tips and gotchas. (#329)
* Add to CloudWatch tips and gotchas.

* Implement fix from PR
2016-11-23 18:10:05 -08:00
Luke de Oliveira
7218722669 convert some spaces => tabs, move bullet point one level up, and add lock-in info 2016-11-21 16:14:40 -08:00
Luke de Oliveira
c1061c84ab add info about GPU-focused AMI 2016-11-20 23:19:16 -08:00
Luke de Oliveira
a562c5fa07 Fix malformed link in EC2 gotchas 2016-11-20 23:08:39 -08:00
Jason Barry
3d51e3ea89 CloudWatch Section (#320)
* initial cloudwatch section commit

* move cloudwatch section after EC2 per jlevy comments

* move text section after EC2 section

* remove italicized links

* fix extra word

* link up cloudwatch section in WSTU

* adjust language for triggered event actions

* add a couple periods.

* add statsd, collectd, graphite as options

* remove custom metrics disclaimer

* add cost link to custom metrics

* add basic about instance checks and failures

* add elastic stack to monitoring and log alternatives
2016-11-20 20:30:50 -08:00
Joshua Levy
4615d2bd92 Few copy edits following #310. 2016-11-20 20:12:32 -08:00
Joshua Levy
4179ea5153 Copy editing on #318 and Route 53. 2016-11-20 20:05:32 -08:00
Joshua Levy
cd31bf358d Merge pull request #318 from vincent-dm/patch-1
Route 53: domain registration != hosted zones
2016-11-20 20:01:05 -08:00
Joshua Levy
d824ce1e62 Merge pull request #321 from ram-nadella/clb-nginx-gotcha-update
Update note about nginx gotcha in the CLB section
2016-11-20 19:17:32 -08:00
Joshua Levy
db37e903a0 Merge pull request #310 from lynnlangit/patch-7
added links to Lambda code samples
2016-11-20 18:49:43 -08:00
Ram Nadella
9f9549d952 Update the note about nginx name resolution in CLB gotchas
Mention the way to get around open-source nginx's limitation of resolving
backends only on start-up
2016-11-19 22:12:55 -05:00
Noah Zoschke
0f5e8545eb KMS basics, tips, gotchas and link to tutorial blog (#307)
* KMS basics, tips, gotchas and link to tutorial blog

* feedback on KMS formatting and links

* copy editing and remove stray line
2016-11-19 20:30:23 -05:00
Bogdan Luput
2ef36c92e7 Rewrite EFS tips section 2016-11-19 20:30:23 -05:00
Dan Bower
07ee166347 Remove word repetitions
The repetitions were "where where" and "settings settings".
2016-11-19 20:30:23 -05:00
Thanos Baskous
7899e30e68 Fixing ACM nits 2016-11-19 20:30:23 -05:00
Vincent DM
76e49aba09 Route 53: domain registration != hosted zones
Issue #107
2016-11-19 18:23:11 +01:00
Joshua Levy
364e677505 Merge pull request #311 from bgdnlp/efs-tips
Rewrite EFS tips section
2016-11-16 15:18:33 -08:00
Joshua Levy
f1580439b7 Merge pull request #309 from open-guides/acm-nits
Fixing ACM nits
2016-11-16 15:14:16 -08:00
Noah Zoschke
8eafa8940c KMS basics, tips, gotchas and link to tutorial blog (#307)
* KMS basics, tips, gotchas and link to tutorial blog

* feedback on KMS formatting and links

* copy editing and remove stray line
2016-11-15 19:24:59 -08:00
Bogdan Luput
6a7fab8a10 Rewrite EFS tips section 2016-11-15 07:51:48 +02:00
Dan Bower
542f8d32f3 Remove word repetitions
The repetitions were "where where" and "settings settings".
2016-11-14 18:12:15 +00:00
Lynn Langit
f55aa69fd6 added links to Lambda code samples
from my 'big link list'
2016-11-11 22:12:21 -08:00
Thanos Baskous
775e1c1d40 Fixing ACM nits 2016-11-11 20:25:05 -08:00
Max Zanko
a7f0e98a15 Merge pull request #292 from lynnlangit/patch-7
added redshift distribution column type info
2016-11-11 05:34:57 -08:00
Joshua Levy
acf27cf93b Merge pull request #279 from rjhintz/Readme-s3-auth
Add Readme s3 gotcha: authentication
2016-11-11 00:37:44 -08:00
Artem Nikitin
2aa81d5c63 Add more details about ACM (#298)
* Add more details about ACM

* Fixes for #298
2016-11-10 17:54:07 -08:00
Andreas Zoellner
1c9dd0ad35 Add Firehose Gotcha 2016-11-10 09:47:37 -08:00
Bogdan Luput
219358fa9c Add easier fixes from PR 2016-11-08 09:35:45 +02:00
Lynn Langit
edfe6f6e93 updated to include @jlevy requested changes 2016-11-07 17:44:39 -08:00
Rich Hintz
65c7039120 Add Network Performance to EC2 Basics (#296)
fix merge conflict

fix added lines

fix added lines
2016-11-07 15:47:25 -08:00
Thanos Baskous
ccae227df0 PR 289 nit: missing period at end of sentence. (#297) 2016-11-07 15:46:48 -08:00
Lynn Langit
14f83ee650 added link to AWS well-architected framework guide (#289) 2016-11-07 15:46:48 -08:00
Lynn Langit
ee63b66576 add info on non-default cluster param groups
similar to info on this topic in RDS, just ran into it with a client (again!) last week, so wanted to add it here
2016-11-07 15:46:48 -08:00
Abdul Mohammed
ea4986672c updated EC2 16 KB user-data limits
updated EC2 16 KB user-data limits
2016-11-07 15:46:48 -08:00
Abdul Mohammed
e1b1607adf added user-data limit of 16K to EC2 limitation section
added user-data limit of 16K to EC2 limitation section
2016-11-07 15:46:48 -08:00
Joshua Levy
be30ea3443 Clarify gotcha severities. 2016-11-07 15:46:48 -08:00
Bogdan Luput
5fbe5878ea Expand EFS section 2016-11-07 22:49:20 +02:00
Rich Hintz
7f5ccf5d8b Add Network Performance to EC2 Basics (#296) 2016-11-06 19:09:03 -08:00
Thanos Baskous
cf02dafca4 PR 289 nit: missing period at end of sentence. (#297) 2016-11-06 19:06:39 -08:00
Lynn Langit
c8325b173b added link to AWS well-architected framework guide (#289) 2016-11-06 19:04:34 -08:00
Max Zanko
7573992e0e Merge pull request #278 from lynnlangit/patch-6
add info on non-default cluster param groups
2016-11-05 12:17:50 -07:00
Max Zanko
fdac3cbb15 Merge pull request #266 from abdulirfan3/master
added user-data limit of 16K to EC2 limitation section
2016-11-05 12:16:53 -07:00
Lynn Langit
7daaded46b added redshift distribution column type info
affects query performance
2016-11-04 15:08:18 -07:00
Joshua Levy
9ea80caf6c Merge pull request #283 from open-guides/gotcha-types
Clarify gotcha severities.
2016-11-01 09:32:49 -07:00
Federico Hernandez
3641f8d9ed Visibility section, list of books (#287)
* Visibility section

- More consistent vocabular: metrics vs statistics
- Added Prometheus as TSDB alternative to Graphite
- Split Grafana into a visualize/dashboard point

* Add section for books in "Further Reading"

* Added missing books from issue #243
2016-10-31 19:59:36 -07:00
Rainer Eli
8e91d37ba2 Update README.md
fixing typos
2016-10-30 23:27:12 -06:00
Joshua Levy
8a870bd535 Clarify gotcha severities. 2016-10-30 21:08:12 -07:00
Rich Hintz
9e11ccb4f4 Resolve #194 - Correct AWS 2015 revenue (#280) 2016-10-30 18:10:30 -07:00
Jesper Eneberg
39de2b41fa Added Cloudfront Gotchas about 2048 bit ssl cert 2016-10-31 00:17:54 +01:00
jesper.eneberg
b783085b03 Added Cloudfront Gotchas about 2048 bit ssl cert 2016-10-30 23:39:28 +01:00
Lynn Langit
911b288d6c add info on non-default cluster param groups
similar to info on this topic in RDS, just ran into it with a client (again!) last week, so wanted to add it here
2016-10-30 12:59:12 -07:00
Max Zanko
656e0ffc41 Merge pull request #267 from lynnlangit/patch-5
Added info about EC2 Reserved Instance Types
2016-10-30 12:38:54 -07:00
Joshua Levy
9a9527be74 Variety of copy editing corrections and improvements. (#277) 2016-10-29 12:36:19 -07:00
Joshua Levy
f4eec650a4 Merge pull request #273 from muhqu/patch-2
API Gateway gotcha Multi-Region
2016-10-29 00:37:20 -07:00
Joshua Levy
f8f830e5bb Merge pull request #276 from open-guides/alb-capitalization-pluralization-fix
Capitalization and pluralization in ALB gotcha
2016-10-29 00:33:43 -07:00
Joshua Levy
b1822ee0a7 Merge pull request #271 from open-guides/spot-emr-fixes
EMR / Spot Fixes
2016-10-28 23:47:44 -07:00
Thanos Baskous
7742e91b1e Capitalization and pluralization in ALB gotcha 2016-10-28 18:22:29 -07:00
Mathias Leppich
6b83e0661a ALB gotchas about HTTP/2 (#272)
* ALB gotchas about HTTP/2

* Update README.md

Rephrase as suggested
2016-10-28 18:15:49 -07:00
Mathias Leppich
5248c2868c Update README.md
Incorporating feedback
2016-10-29 00:23:53 +02:00
Joshua Levy
9de21ccf7b Merge pull request #268 from danhermann/master
added tip about default UTC timezone for RDS instances
2016-10-27 11:03:35 -07:00
Joshua Levy
bb4d70bd72 Merge pull request #252 from artemnikitin/device-farm-details
Add detailed info about Device Farm
2016-10-27 11:01:54 -07:00
Abdul Mohammed
6a8da5d17e updated EC2 16 KB user-data limits
updated EC2 16 KB user-data limits
2016-10-27 09:49:59 -05:00
Mathias Leppich
1f28150080 API Gateway gotcha Multi-Region 2016-10-27 14:52:02 +02:00
Lynn Langit
681555bbd2 updated per editor requests 2016-10-26 21:47:00 -07:00
Thanos Baskous
d39932e14b EMR / Spot Fixes 2016-10-26 18:56:18 -07:00
Max Zanko
0daffc358b Merge pull request #183 from HDNoob/master
Tips and gotchas for Redshift, EMR, etc.
2016-10-26 18:33:29 -07:00
Max Zanko
e7b9ffe1b2 Merge pull request #136 from kazuyukitanimura/glacier
Adding another Gotcha for Glacier
2016-10-26 18:33:10 -07:00
danhermann
0c63cab1fc added tip about default UTC timezone for RDS instances 2016-10-26 07:15:38 -05:00
kazuyukitanimura
fa3f444c6b addressing @jlevy @ThanosBaskous 's comment 2016-10-25 19:05:29 -07:00
Hai Dang
bce34af05b address Josh's comments 2016-10-25 17:57:54 -07:00
Lynn Langit
34c03b370e Added info about EC2 Reserved Instance Types
also added links about 'selling' back via the AWS Reserved Instance Marketplace.
2016-10-25 17:49:50 -07:00
Hai Dang
27e3f6c1c8 Merge https://github.com/open-guides/og-aws 2016-10-25 17:42:41 -07:00
Abdul Mohammed
ae83b947c8 added user-data limit of 16K to EC2 limitation section
added user-data limit of 16K to EC2 limitation section
2016-10-25 17:08:13 -05:00
Artem Nikitin
2ac9adfd97 Fix for suggestions 2016-10-25 22:15:29 +02:00
Joshua Levy
986f198d4c Merge pull request #261 from danhermann/master
fix broken link on RDS MySQL replication tip
2016-10-25 11:42:23 -07:00
max
17c51a6dec Addressed the review comments on #258. 2016-10-25 10:45:28 -07:00
max
4369600f37 Fixed #258: Tip: Always use UTC on EC2 instances. 2016-10-25 10:13:52 -07:00
danhermann
269c720949 fix broken link on RDS MySQL replication tip 2016-10-25 06:48:34 -05:00
Joshua Levy
3f5051c761 A couple process things (#260)
* A few more suggestions on PR review.

* Remove Airtable links.

They're not used widely enough to merit such prominence.

* Review fixes.
2016-10-24 22:26:21 -07:00
Joshua Levy
718120db32 Merge pull request #188 from iconara/patch-1
Update pricing details on the support tiers
2016-10-24 22:16:01 -07:00
Joshua Levy
9a95eb331c Merge pull request #253 from artemnikitin/acm-basic
Add basic info about Certificate Manager
2016-10-24 17:27:03 -07:00
Artem Nikitin
98ae94a3ab Add fixes 2016-10-24 15:23:30 +02:00
Dan Hermann
a931334216 Break RDS into separate sections for MySQL, Aurora, and SQL Server (#255)
* Break RDS into separate sections for MySQL, Aurora, and SQL Server

* fix icon

* fix TOC formatting
2016-10-23 23:41:17 -07:00
Joshua Levy
cdfa4046b1 Merge pull request #246 from lynnlangit/patch-4
on 1406 added line about MQTT client test tool
2016-10-23 16:44:18 -07:00
Thanos Baskous
c14a5ebec6 Minor DynamoDB Indexing Fixes (#254) 2016-10-23 14:42:45 -07:00
Kim Schmidt
d2e3bcb114 DynamoDB Indexing and Data Types (#248)
* DynamoDB Indexing and Data Types

* Fixed typo attribute

* DynamoDB changes & doc fixed
2016-10-23 14:37:05 -07:00
Artem Nikitin
866cbb920a Add marks from legend 2016-10-23 22:38:49 +02:00
Artem Nikitin
a4b977d243 Add basic info about Certificate Manager 2016-10-23 22:33:25 +02:00
Artem Nikitin
aeb88a57a3 Add detailed info about Device Farm 2016-10-23 22:16:40 +02:00
Hai Dang
456f26e4b3 address Max's comments 2016-10-23 00:04:49 -07:00
Lynn Langit
8e2f285fa3 1406 removed space between sentences 2016-10-21 20:21:43 -07:00
Thibault Charbonnier
5d4d7a20fd add Kong and Tyk to API Gateway OSS Alternatives (#247) 2016-10-21 19:20:54 -07:00
Thibault Charbonnier
d1c2506764 fix typos and some rephrasings
* fix typos
* rephrase an awkward sentence (which had a typo too)
* rephrase the `managing multiple regions is complex` sentence which was a bit awkward as well
2016-10-21 16:25:22 -07:00
Lynn Langit
fd12c96efe on 1406 added line about MQTT client test tool
AWS added this to the IoT console to help people get started.
2016-10-21 14:00:12 -07:00
Thibault Charbonnier
ec4446e4ad fix typo in auto scaling section
* remove a trailing double quote
* remove unnecessary commas
2016-10-21 11:41:26 -07:00
Joshua Levy
59c211d850 Merge pull request #241 from raajheshkannaa/AWS-Maturity-Related-Change
Updated the AWS Product Maturity & Releases Table
2016-10-20 09:17:13 -07:00
Joshua Levy
2cc0491899 Merge pull request #242 from open-guides/luqasz-master
Redo #223
2016-10-20 09:12:08 -07:00
Max Zanko
085cbba301 Merge pull request #234 from nickbarclay/master
Added Redshift VACUUM / ANALYZE tip
2016-10-20 08:45:40 -07:00
nickbarclay
c224e2dd56 Changed upper case E in ANALYZEd 2016-10-20 08:05:54 -04:00
Raajhesh Kannaa Chidambaram
cca5ac5f87 Updated the AWS Products Maturity Table
Added the information that AWS Certificate Manager is supported by AWS CLI. 
https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst#1100
2016-10-20 14:28:09 +05:30
Joshua Levy
6720ff4fa1 Merge branch 'master' of https://github.com/luqasz/og-aws into luqasz-master 2016-10-19 23:39:08 -07:00
Elliott Spira
e63325909f adding to the cloudformation section (#223)
* adding to the cloudformation section

* removing quotes 😁
2016-10-19 23:35:18 -07:00
Joshua Levy
1e4afe8e5d Merge pull request #217 from mikhailadvani/master
Added details for SES
2016-10-19 22:20:37 -07:00
Thanos Baskous
690a735f3e IAM Gotcha Nits (#240) 2016-10-19 22:20:21 -07:00
Lynn Langit
5e07c98ceb added link to awslabs/git-secrets in IAM Gotchas (#235)
* added link to awslabs/git-secrets in IAM Gotchas

last section of this area

* updated line 586 per request
2016-10-19 22:15:08 -07:00
Lynn Langit
c40f0ee608 Added info in Security basics (#236)
* Added info in Security basics

added detail about IAM objects
added detail and link to IAM policy simulator tool

* update IAM section per requests
2016-10-19 22:11:30 -07:00
Thanos Baskous
886196647c CloudFormation nits 2016-10-19 20:33:36 -07:00
gscalise
50efd72b1b Extended CloudFormation section (#152)
* Extended CloudFormation section

* Remove extra tab

* Removed space after marker

* Correct 2 nits: use of ' vs ‘ and ie. vs i.e.
2016-10-19 20:30:54 -07:00
Joshua Levy
b911837380 Merge pull request #225 from em0ney/EC2
adding to the EC2 section
2016-10-19 20:23:09 -07:00
Jose Luis Ordiales Coscia
7e0b152213 Added RDS failover tips and gotchas (#141)
* Added RDS failover tips and gotchas

* Some minor rewording

* Use unicode apostrophes
2016-10-19 20:19:24 -07:00
Krishan
6ccac27e47 Kinesis Streams cleanup & fixes (#229)
* made changes to Kinesis Streams sections, as per feedback.

* update KCL phrasing for clarity and add appropriate icons
2016-10-19 20:13:46 -07:00
Elliott Spira
357e3fe139 changing apostrophe type and adding warning around ephemeral storage 2016-10-20 13:59:41 +11:00
Max Zanko
62028f77fb Merge pull request #227 from dragonndev/master
S3 ACL Gotcha
2016-10-19 19:59:12 -07:00
Elliott Spira
ca051e7ecd adding pricing and gotchas to the Lambda section (#224)
* adding pricing and gotchas to the Lambda section

* implementing feedback
2016-10-19 19:51:33 -07:00
Matthew Lapworth
6d9cb13feb
Updated gotcha to correct icon
Added emphasis on impact of misconfiguration
Style updates

Signed-off-by: Matthew Lapworth <mlapworth@newrelic.com>
2016-10-19 19:51:04 -07:00
Joshua Levy
957a720b0a Merge branch 'lambda' of https://github.com/halilduygulu/og-aws into halilduygulu-lambda 2016-10-19 19:23:02 -07:00
Max Zanko
0a30a8f001 Merge pull request #139 from MartijnDwars/master
Add EC2 gotcha about burst performance
2016-10-19 15:57:20 -07:00
Max Zanko
96e4d41547 Merge pull request #198 from halilduygulu/redshift
Added some Redshift tips.
2016-10-19 15:54:03 -07:00
Elliott Spira
cc64e31a10 incorporating feedback 2016-10-20 09:40:26 +11:00
Joshua Levy
37ee7f497f Merge pull request #233 from shubham391/patch-1
Small typo
2016-10-19 13:16:53 -07:00
Łukasz Kostka
2a91d5c8f6 s/an existing/a running/g 2016-10-19 20:28:23 +02:00
Martijn Dwars
c22a49878a Improve icons 2016-10-19 11:00:19 +02:00
Halil Duygulu
51a5671f8a Changes for " and ' 2016-10-19 11:40:10 +03:00
Matthew Lapworth
50813fd70f
minor re-wording
Signed-off-by: Matthew Lapworth <mlapworth@newrelic.com>
2016-10-18 17:55:31 -07:00
Matthew Lapworth
cbe0820c3e
Incorporated feedback.
Made issue caused by 'gotcha' more explicit

Signed-off-by: Matthew Lapworth <mlapworth@newrelic.com>
2016-10-18 17:52:46 -07:00
Abdul Mohammed
c9dccb259f Added brief summary about Troposphere (#220)
* Added brief summary about Troposphere

Added brief summary about Troposphere

* updated summary about Troposphere

updated summary about Troposphere

* Updated Troposphere Section

Updated Troposphere Section

* Troposphere update #3

Troposphere update #3
2016-10-18 08:10:49 -07:00
Mårten Gustafson
53edf7f88c Expand the serverless section of the service matrix: (#200)
- Providers: Auth0 Webtask and PubNub Blocks
2016-10-18 08:09:41 -07:00
nickbarclay
5fa5399adf Added Redshift VACUUM / ANALYZE recommendations 2016-10-18 09:06:48 -04:00
Shubham Aggarwal
9f2c41c465 Updated README.md 2016-10-18 16:34:36 +05:30
Mikhail Advani
7bed47fe82 [#201]: Styling updates 2016-10-18 14:53:25 +05:30
Joshua Levy
5fb6e2972a Merge pull request #109 from gleeds/master
Updating EC2 GPU section to reflect new instance types
2016-10-18 00:30:55 -07:00
Hai Dang
001e50488f add sections for IAM, Security groups and EMR 2016-10-18 00:27:35 -07:00
Halil Duygulu
7d6c2d5558 Made changes requested for pr 2016-10-18 10:02:46 +03:00
Halil Duygulu
cc1c153098 dev -> development 2016-10-18 09:36:45 +03:00
Hai Dang
904f94c96c addressing Max's comments 2016-10-17 23:06:58 -07:00
Joshua Levy
df7ef03119 Merge pull request #231 from lynnlangit/patch-2
Added Google Data Studio 360
2016-10-17 22:07:40 -07:00
Joshua Levy
5fe10c55ac Merge pull request #228 from 0xmohit/pr/efs-updates
added a couple of points about EFS
2016-10-17 20:48:47 -07:00
Mohit Agarwal
5df287abea
added a couple of points about EFS
Additionally, fixed the incorrect link to "short list" of APIs and
SDKs.
2016-10-18 08:55:43 +05:30
Lynn Langit
b88ae5e36d Added Google Data Studio 360
AWS QuickSight competitor
2016-10-17 20:07:28 -07:00
TheRandomSecurityGuy
005049f2cc Added Scout2 for security auditing (#196)
* Added Scout2 for security auditing

* Update README.md
2016-10-17 19:50:04 -07:00
Jason Barry
2a2876c39c Add a couple of annoying VPC gotchas (#205)
* Add a couple annoying VPC gotchas

* add supporting documentation links

* change sentence structure for link

* remove duplicate gotcha
2016-10-17 19:12:46 -07:00
Krishan
3aca21519e Add some more depth to CloudFormation section. (#213)
* add some more depth to Cloudformation

* made changes as per feedback, added bullet point on the importance of version-controlling the templates

* added more links & improvements to phrasing based on feedback
2016-10-17 18:49:43 -07:00
Justin Mullis
6b48cfa1b4 add gotcha for RDS subnet groups (#143)
* add gotcha for RDS subnet groups

* update based on style review

* fix single quote

* duplicated item in VPC gotchas
2016-10-17 18:43:24 -07:00
Greg Leeds
7f43dd7687 Updating spot instance tip based on feedback from @jlevy 2016-10-17 15:14:28 -05:00
Greg Leeds
b7381b3d78 Merge remote-tracking branch 'upstream/master' 2016-10-17 15:12:00 -05:00
Matthew Lapworth
f117e2875b
Added link to S3 ACLs
Signed-off-by: Matthew Lapworth <mlapworth@newrelic.com>
2016-10-17 10:57:36 -07:00
Matthew Lapworth
6e898212e6
Added note about the true functionality of Authenticated Users ACL related to S3.
Signed-off-by: Matthew Lapworth <mlapworth@newrelic.com>
2016-10-17 10:56:23 -07:00
Halil Duygulu
12f149dfde Changes requested for pr 2016-10-17 14:00:44 +03:00
Halil Duygulu
25df505051 Added link and undocumented icon. 2016-10-17 09:00:27 +03:00
Elliott Spira
fab4a36096 adding to the EC2 section 2016-10-17 16:08:14 +11:00
Joshua Levy
a59a0bc952 Merge pull request #191 from chids/service-matrix-additional-paas
Expand the PaaS section of the service matrix
2016-10-16 21:27:21 -07:00
Mikhail Advani
8fad145456 [#201] Implemented feedback 2016-10-17 09:10:37 +05:30
Mikhail Advani
b6b8f39f32 [#201] Grammatical fixes for SES 2016-10-16 10:49:36 +05:30
Mikhail Advani
c0968d77ea [#201] Added details for SES 2016-10-16 10:48:02 +05:30
Thanos Baskous
7aae641139 Clean up new Kinesis Streams section
- "ingest", "available", "initialize" spelling fixed
- "available" spelling fixed
- grammar and phrasing fixes
- quotes to unicode, dashes to em dash
2016-10-15 16:37:37 -07:00
Krishan
90437fc552 merged og-aws into Kinesis v1 2016-10-16 00:01:15 +01:00
Max Grigorev
dd8975c486 Merge pull request #174 from ustroetz/master
Add DynamoDB time series data gotcha
2016-10-15 15:57:22 -07:00
Krishan
74b73a4fc0 updated phrasing of time-ordering of records & merged two bullet-points in the Gotchas, as per PR feedback. 2016-10-15 23:48:03 +01:00
Joshua Levy
6e43266b93 Merge branch 'patch-1' of https://github.com/lynnlangit/og-aws into lynnlangit-patch-1
Also move section.
2016-10-15 14:17:41 -07:00
Łukasz Kostka
c6fde4d999 Add newline 2016-10-15 22:46:01 +02:00
Lynn Langit
f82732d762 updated link to iot section in 'which services' 2016-10-15 13:43:35 -07:00
Lynn Langit
d7bc2e530f added emoji in gotchas per editors requests 2016-10-15 13:38:03 -07:00
Łukasz Kostka
62f100e0db Changes requested 2016-10-15 22:37:00 +02:00
Joshua Levy
aa09de22c6 Merge pull request #207 from artemnikitin/acm
Add initial info for AWS Certificate Manager
2016-10-15 13:28:41 -07:00
ustroetz
73409b8493 Merge master 2016-10-15 16:15:05 -04:00
Lynn Langit
ea1cc77469 addresses requested changes by editors
from Oct 14
2016-10-15 13:10:27 -07:00
0xmohit
f29f6f992a add resource for information on managing multiple SSH keys (#210) 2016-10-15 13:09:36 -07:00
Joshua Levy
bac9b32f62 Merge pull request #208 from 0xmohit/pr/aws-whitepapers
Add a link to AWS whitepapers
2016-10-15 12:58:00 -07:00
Łukasz Kostka
dedc5d7e66 Add EC2 IAM role gotcha 2016-10-15 21:47:18 +02:00
Artem Nikitin
67d8389949 Add basic info about Device Farm 2016-10-15 17:19:17 +02:00
Mohit Agarwal
d71844c570
Add a link to AWS whitepapers
Link to whitepapers section features a comprehensive list of technical
AWS whitepapers, covering topics such as architecture, security and
economics.
2016-10-15 20:33:44 +05:30
Artem Nikitin
09b785d9e5 Add initial info for AWS Certificate Manager 2016-10-15 16:27:57 +02:00
Halil Duygulu
994ca7b864 date typo 2016-10-15 12:45:49 +03:00
Bo Bayles
2fce07ea18 Add VPC Flow Logs for Network Security (#102)
* Add note about VPC Flow Logs for security

* Add Sumo Logic and Observable for VPC Flow Logs

* Revert manual change to AUTHORS.md

* 3rd party to third party

* Remove third party services for VPC Flow Logs
2016-10-14 20:00:31 -07:00
Lynn Langit
928993ec49 added index line for new IoT section 2016-10-14 20:00:25 -07:00
Carlos
5f185aaf9d ELB limitation, SNI (#146)
* ELB limitation, SNI

Add a limitation in the ELB section

* reword CLB limitation with suggestion

* remove duplicate period
2016-10-14 19:56:33 -07:00
Lynn Langit
019e201aee Adding IoT section
First PR on new IoT section.  NOTE: I did NOT update the README.md index to add the links for the new IoT section yet.
2016-10-14 14:42:10 -07:00
Joshua Levy
182598fc64 Merge pull request #117 from kbusekist/master
CLB traffic to instances in the same subnet
2016-10-14 13:42:14 -07:00
Kyle Busekist
671582742a Change wording from NACL to Network ACL 2016-10-14 13:37:54 -05:00
Joshua Levy
95c454663f Merge pull request #192 from chids/aws-api-gateway-elaborate-on-access
AWS API Gateway: Clarify access
2016-10-14 09:24:12 -07:00
Jaanus Torp
2668a662f8 Added note about using Source Security Groups (#144)
* Added note about using Source Security Groups

* Updated based on suggestions
2016-10-14 08:20:33 -07:00
Mårten Gustafson
eecf85b73f Remove redundant point about API Gateway endpoints 2016-10-14 10:54:27 +02:00
Halil Duygulu
c99bddb4ee Lambda stopping issue added. 2016-10-14 11:28:32 +03:00
Halil Duygulu
d433e5c62c Lambda stopping issue added. 2016-10-14 11:15:04 +03:00
Halil Duygulu
71b3cbc0fd Added some Redshift tips. 2016-10-14 10:24:07 +03:00
kazuyukitanimura
6b9f2ac6b8 addressing Max's review 2016-10-13 20:47:13 -07:00
Joshua Levy
9c454eef00 Merge pull request #101 from iterate-ch/s3-gui-application-recommendation-cyberduck
Replace recommendation of GUI application for S3. Transmit is outdate…
2016-10-13 14:00:20 -07:00
Joshua Levy
6997ea8e74 Merge pull request #187 from rbirkby/typos-fixes
Minor typo fixes
2016-10-13 13:58:07 -07:00
Martijn Dwars
2e04e5dda9 Improvements 2016-10-13 22:43:46 +02:00
Max Zanko
2596c3d156 Merge pull request #189 from pborreli/typos
Fixed typos
2016-10-13 09:21:44 -07:00
Max Zanko
a4a72200eb Merge pull request #190 from zjfroot/master
Added missing word "there"
2016-10-13 09:19:12 -07:00
Chris Lennon
ba3be99554 Adds gotcha for DynamoDB relating to empty strings (#145)
* Adds gotcha for DynamoDB relating to empty strings

* Changes phrasing of gotcha
2016-10-13 08:11:53 -07:00
Ashley Davis
e1014b3a04 Add section detailling testing with random instance termination (#158)
* Add section detailling testing with random instance termination

Includes Netflix "Chaos Monkey" and BBC "chaos-lambda".

* #158: Change to unicode quotes and minor grammar changes
2016-10-13 08:10:37 -07:00
ustroetz
4fc2e75e9c Merge master 2016-10-13 09:34:24 -04:00
Bhasin, Krishan
3b6311d816 fixed minor grammatical error 2016-10-13 14:11:36 +01:00