☁️ Mock Cloud Environment

Welcome to the Cloud Security Training Lab. Explore the services below.

📦 S3 Storage Service

Access files in buckets.

Endpoint: /s3/view?bucket=NAME&file=FILENAME

Try: /s3/view?bucket=public-files&file=welcome.txt

🌐 Web Proxy (Instance Metadata)

Fetch status of external websites.

Endpoint: /proxy?url=URL

Try: /proxy?url=http://example.com

🔑 IAM Management

Update user policies.

Endpoint: /iam/update_policy (POST)

Payload: {"target_user": "username", "policy": "..."}

⚡ Lambda Functions

Invoke serverless functions.

Endpoint: /lambda/invoke (POST)

Payload: {"name": "input_value"}

🖥️ EC2 Metadata

View instance user data script.

Endpoint: /ec2/user-data

Try: /ec2/user-data