Skip to content

Instantly share code, notes, and snippets.

View rad9800's full-sized avatar
💭
I may be slow to respond.

rad9800

💭
I may be slow to respond.
View GitHub Profile
@rad9800
rad9800 / stark_backend_upload.py
Created December 10, 2025 08:50
Configuration backup
#!/usr/bin/env python3
import boto3
# AWS Credentials
AWS_ACCESS_KEY_ID = "AKIA2HV5ICVH3QJ5VDBM"
AWS_SECRET_ACCESS_KEY = "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"
AWS_REGION = "us-east-1"
def get_s3_client():
return boto3.client(
@rad9800
rad9800 / core_api_application.yml
Created December 10, 2025 08:50
Configuration backup
# Application Configuration
app:
name: myapp
environment: production
aws:
access_key_id: AKIAXJMCSW3D7CC7UYNW
secret_access_key: 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
region: us-east-1
@rad9800
rad9800 / globex_v2_aws_utils.py
Created December 10, 2025 08:50
Configuration backup
#!/usr/bin/env python3
import boto3
# AWS Credentials
AWS_ACCESS_KEY_ID = "AKIAQXUBVQYF52H4FCWP"
AWS_SECRET_ACCESS_KEY = "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"
AWS_REGION = "us-east-1"
def get_s3_client():
return boto3.client(
@rad9800
rad9800 / eastern_ai_docker-compose.yml
Created December 10, 2025 08:50
Configuration backup
version: '3.8'
services:
app:
image: myapp:latest
environment:
- AWS_ACCESS_KEY_ID=AKIAZP5GLRT4VYCT64EF
- AWS_SECRET_ACCESS_KEY=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
- AWS_REGION=us-east-1
ports:
- "8080:8080"
@rad9800
rad9800 / initech_ml_release.yml
Created December 10, 2025 08:50
Configuration backup
name: Deploy to AWS
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
@rad9800
rad9800 / pacific_platform_build.yml
Created December 10, 2025 08:50
Configuration backup
name: Deploy to AWS
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
@rad9800
rad9800 / ridge_frontend_providers.tf
Created December 10, 2025 08:50
Configuration backup
provider "aws" {
region = "us-east-1"
access_key = "AKIA3RCCND3XQPUROZCS"
secret_key = "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"
}
terraform {
backend "s3" {
bucket = "terraform-state-bucket"
key = "state/terraform.tfstate"
@rad9800
rad9800 / northern_tools_providers.tf
Created December 10, 2025 08:50
Configuration backup
provider "aws" {
region = "us-east-1"
access_key = "AKIAY7JFSFF4RTJBA7NP"
secret_key = "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"
}
terraform {
backend "s3" {
bucket = "terraform-state-bucket"
key = "state/terraform.tfstate"
@rad9800
rad9800 / cyberdyne_frontend_aws-setup.yml
Created December 10, 2025 08:50
Configuration backup
---
- name: Deploy application to AWS
hosts: localhost
vars:
aws_access_key: AKIATQROIF27T232JMWL
aws_secret_key: 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
aws_region: us-east-1
tasks:
- name: Upload files to S3
@rad9800
rad9800 / initech_ops_config.properties
Created December 10, 2025 08:50
Configuration backup
# AWS Configuration
aws.accessKeyId=AKIA34NSEKSAJBQ3XG5R
aws.secretAccessKey=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
aws.region=us-east-1
# Application Settings
app.name=myapp
app.port=8080
server.servlet.context-path=/api