29 lines
890 B
Markdown
29 lines
890 B
Markdown
<!--- Hugo front matter used to generate the website version of this page:
|
|
linkTitle: AWS
|
|
--->
|
|
|
|
# AWS semantic conventions
|
|
|
|
**Status**: [Development][DocumentStatus]
|
|
|
|
This directory defines standards for resource attributes that only apply to Amazon
|
|
Web Services (AWS) resources. If an attribute could apply to resources from more than one cloud
|
|
provider (like account ID, operating system, etc), it belongs in the parent
|
|
`model` directory.
|
|
|
|
## Generic AWS attributes
|
|
|
|
Attributes that relate to AWS or use AWS-specific terminology, but are used by several
|
|
services within AWS or are abstracted away from any particular service:
|
|
|
|
- [AWS Logs](./logs.md)
|
|
|
|
## Services
|
|
|
|
Attributes that relate to an individual AWS service:
|
|
|
|
- [Elastic Container Service (ECS)](./ecs.md)
|
|
- [Elastic Kubernetes Service (EKS)](./eks.md)
|
|
|
|
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status
|