amazonaws.com
Amazon Web Services is a cloud computing platform that provides infrastructure, storage, databases, analytics, developer tools, and many managed application services. The `amazonaws.com` domain is used for many AWS service endpoints and related APIs.
Amazon Web Services exposes a large set of service-specific HTTP APIs on amazonaws.com authenticated with AWS Signature Version 4 / temporary session credentials, plus the `aws` CLI for programmatic access and credential management.
- AWS service APIsdiscovered
- AWS CLIdiscovered
For the simplest path, set up programmatic credentials through the AWS CLI docs at Authentication and access credentials. For long-term IAM user keys, run aws configure and enter your AWS Access Key ID and AWS Secret Access Key; the CLI stores them in ~/.aws/credentials as aws_access_key_id and aws_secret_access_key (configure command, quickstart). If you use temporary credentials, include aws_session_token / X-Amz-Security-Token as documented in Create a signed AWS API request.
$ aws loginAcquired by the CLI — running aws login opens the auth flow and stores the credential.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing