A

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.

2 integrations · REST · CLI

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.

discovered 1d ago
REST · OpenAPI1
CLI1
Credentials
AWS programmatic credentials (access key ID + secret access key, optionally session token)compoundGet key

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 CLI login session / short-term console credentialsoauth2$ aws login

Acquired by the CLI — running aws login opens the auth flow and stores the credential.

conventions · 0/8 published

Publish these signals → /publishing