Welcome to Sebastian Valenzuela's Website

Examples of Sebastian's Code Projects:

AWS IAM Reporter

Python code that uses Boto3 SDK to retrieve specified information about your IAM users in AWS

My goal with this code was to automate a credential report from IAM to retrieve the following information:
Which users don't have MFA enabled, which users have console access, and which users have access keys, and how old those keys are.

**Note: If you haven't run this script in 4 hours or so it will take 10 seconds to produce, if it passes error checking

This script could be useful to run regular audits on a AWS account, and serves as a template for retrieving more IAM information.
Many thanks to Balaji R. for his help with this code.

Download AWS IAM Reporter from my Github page!

KMS Encrypt/Decrypt script!

Python code that uses Boto3 to interact with the AWS KMS service and encrypt/decrypt individual files on your local computer.

My goal with this code was to learn how to use AWS KMS by encrypting a simple text file.

**Note: This code is a work in progress; it is not operational at the moment
To use, make sure you have your file to be encrypted in the same directory as this python file.

Download KMS Encrypt/Decrypt from my Github page!

Javascript: Display URL Links

The "For Music Students" page of my website uses this javascript file to dynamically generate the links you see

It does this by loading a dictionary of S3 bucket files (generated by another python script), and creating links from those filenames.

**Note: You need the dictionary file for this to work

Download Display URL Links from my Github page!

** More code coming soon! **



For more information, please email svalenzuelamusic@gmail.com

Copyright 2022 © All rights reserved by Sebastian Valenzuela