|
11 | 11 | The Segment Stack is a set of [Terraform][terraform] modules for configuring production infrastructure with AWS, Docker, and ECS. |
12 | 12 | It's a more 'curated' set of defaults for configuring your AWS environment, while still allowing you to fully customize it. |
13 | 13 |
|
14 | | -*To get more background on the Segment Stack you can read [this blog post](https://segment.build/blog/the-segment-aws-stack/) about its history.* |
| 14 | +*To get more background on the Segment Stack you can read [this blog post](https://segment.com/blog/the-segment-aws-stack/) about its history.* |
15 | 15 |
|
16 | 16 | The Stack comes with: |
17 | 17 |
|
@@ -196,7 +196,7 @@ The bastion is provisioned using the key name that you pass to the stack (and ho |
196 | 196 |
|
197 | 197 | ### Logging |
198 | 198 |
|
199 | | -The default AMI that instances of the ECS cluster are running ships with the ecs-agent and a program called ecs-logs pre-configured. While ecs-agent takes care of scheduling services, ecs-logs is in charge of reading the service logs and uploading them to CloudWatch. |
| 199 | +The default AMI that instances of the ECS cluster are running ships with the ecs-agent and a program called ecs-logs pre-configured. While ecs-agent takes care of scheduling services, ecs-logs is in charge of reading the service logs and uploading them to CloudWatch. |
200 | 200 | This is all configured automatically by the default Stack settings. |
201 | 201 |
|
202 | 202 | ecs-logs creates one CloudWatch Logs Group for each service, then in each of the groups, a CloudWatch Logs Stream named after the docker container running the service will hold all the logs generated by the service. |
@@ -247,8 +247,8 @@ To dig further down into what you can build with the Segment Stack we have put t |
247 | 247 |
|
248 | 248 | ## Authors |
249 | 249 |
|
250 | | -- [Calvin French-Owen](github.com/calvinfo) |
251 | | -- [Amir Aboushareb](https://github.com/yields) |
| 250 | +- [Calvin French-Owen](https://github.com/calvinfo) |
| 251 | +- [Amir Abu Shareb](https://github.com/yields) |
252 | 252 | - [Achille Roussel](https://github.com/achille-roussel) |
253 | 253 | - [Kevin Lo](https://github.com/liquidy) |
254 | 254 | - [Rick Branson](https://github.com/rbranson) |
|
0 commit comments