fix some typos

This commit is contained in:
Jim Park 2020-04-27 11:28:02 -07:00 committed by GitHub
parent cb86375a13
commit 27bfc7825d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ made available in Datadog, alongside all of our other metrics and dashboards.
Despite the integration's power and convenience, its setup process is actually
quite involved. As outlined in [Datadog's
documentation](https://docs.datadoghq.com/integrations/amazon_web_services/?tab=allpermissions),
there are *18 manual steps** required, including:
there are *18 manual steps* required, including:
- finding the right AWS account ID
- creating the right IAM policy
- copy pasting the right AWS resource ID into Datadog UI
If you have more than a few AWS accounts like we do, you may prefer to automate this! In our case, that means using [Terraform](https://terraform.io)
If you have more than a few AWS accounts like we do, you may prefer to automate this! In our case, that means using [Terraform](https://terraform.io).
In this blog post, we would like to share how Scribd uses Terraform to automate
our Datadog and AWS integration across the organization.