Skip to content

Instantly share code, notes, and snippets.

View oof6's full-sized avatar
💢
on my grind

Sheyi oof6

💢
on my grind
View GitHub Profile
@oof6
oof6 / provision_infrastructure.py
Created February 14, 2026 02:31
lab4 assignment cgz6qa
import logging
import yaml
import boto3
import json
# Create clients for different services
ec2 = boto3.client('ec2', region_name='us-east-1')
s3 = boto3.client('s3', region_name='us-east-1')
iam = boto3.client('iam') # IAM is global