Skip to content
View shaposhnikoff's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report shaposhnikoff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shaposhnikoff/README.md

As a DevOps engineer with 10 years of experience(and about 25 years in system administration :), I've built and maintained highly scalable infrastructure and streamlined development workflows for organizations of all sizes. I'm passionate about automating repetitive tasks and improving deployment processes to make development faster and more efficient.

Currently open to new opportunities in the DevOps space, I'm excited to join a team where I can apply my skills and expertise to solve complex problems and drive innovation. I'm always looking for ways to learn and grow, and I enjoy working collaboratively with cross-functional teams to achieve common goals.

In addition to my professional work, I'm also committed to giving back to the community. I'm happy to share my knowledge and provide help with any DevOps-related questions or challenges you may have. Feel free to reach out to me at shaposhnikoff@gmail.com – let's connect and see how we can work together!

Metrics

Pinned

  1. Ophran IAM Policies ( Not used in an... Ophran IAM Policies ( Not used in any role )
    1
    import boto3,os,shutil,re
    2
    session = boto3.session.Session(profile_name='default')
    3
    iam = session.client('iam')
    4
    
                  
    5
    def list_policy_arns():
  2. AWS S3 bucket policy script AWS S3 bucket policy script
    1
    import boto3
    2
    import json,re
    3
    
                  
    4
    bucket_name_regexp = '.*-data-.*'
    5
    def list_all_s3_buckets_and_acls():
  3. AWS IAM role last usage date AWS IAM role last usage date
    1
    import boto3
    2
    
                  
    3
    client = boto3.client('iam')
    4
    
                  
    5
    paginator = client.get_paginator('list_roles')
  4. NBUStatService-prometheus-exporter NBUStatService-prometheus-exporter Public

    Python

  5. docker-service-container docker-service-container Public

    Dockerfile