Skip to main content

Command overview

beacon cloud s3 setup creates or prints self-serve Amazon S3 setup commands for cloud-agent telemetry.
Command syntax
The helper creates or validates a bucket, blocks public access, creates a dedicated IAM user, grants prefix-scoped s3:PutObject, creates one access key, and prints BEACON_CLOUD_UPLOAD=s3, BEACON_CLOUD_S3_BUCKET, BEACON_CLOUD_S3_PREFIX, BEACON_CLOUD_S3_REGION, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY for cloud agents.
This self-serve flow passes scoped AWS access keys into the provider-managed cloud agent environment. Use it for proof-of-concept testing and prototyping. For production enterprise deployments, use Asymptote Managed or contact Asymptote about secure forwarding in customer-managed infrastructure.

Examples

Create S3 resources and print cloud-agent environment variables:
Create S3 resources and print environment variables
Print the setup commands without applying them:
Print S3 setup commands
The printed policy grants only:
Delete or rotate the generated IAM access key after the cloud-agent test is complete.

beacon cloud

Review cloud command group behavior.

Claude Code Cloud Agents

Configure Claude Code cloud agent telemetry and S3 upload end to end.

Cursor Cloud Agents

Configure Cursor cloud agent telemetry and S3 upload end to end.

Log forwarding

Review local endpoint S3 forwarding for persistent endpoint deployments.