├── README.md ├── change-log-retention-policy.MD ├── checkIamUserPolicies.py ├── check_for_ec2_with_role.py ├── convertGP2toGP3.py ├── cost-monitor-lambda ├── README.md ├── example-env.yml ├── files │ ├── lambda-policy.json │ └── lambda_function.py ├── install-lambda.yml └── main.yml ├── create_vpc_service_endpoints.sh ├── daily-cost-check.py ├── doesBucketExist.sh ├── elb_target_group.MD ├── get_blackholes.sh ├── lambdaManagementFunction.py ├── ms-teams.py ├── netta_bug ├── od2spot.py ├── show-orphaned-volumes.py ├── show_vcpu_and_limit.sh ├── unused_eips.py ├── unused_sgs.py └── upcomingScheduleEvents.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/README.md -------------------------------------------------------------------------------- /change-log-retention-policy.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/change-log-retention-policy.MD -------------------------------------------------------------------------------- /checkIamUserPolicies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/checkIamUserPolicies.py -------------------------------------------------------------------------------- /check_for_ec2_with_role.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/check_for_ec2_with_role.py -------------------------------------------------------------------------------- /convertGP2toGP3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/convertGP2toGP3.py -------------------------------------------------------------------------------- /cost-monitor-lambda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/cost-monitor-lambda/README.md -------------------------------------------------------------------------------- /cost-monitor-lambda/example-env.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/cost-monitor-lambda/example-env.yml -------------------------------------------------------------------------------- /cost-monitor-lambda/files/lambda-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/cost-monitor-lambda/files/lambda-policy.json -------------------------------------------------------------------------------- /cost-monitor-lambda/files/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/cost-monitor-lambda/files/lambda_function.py -------------------------------------------------------------------------------- /cost-monitor-lambda/install-lambda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/cost-monitor-lambda/install-lambda.yml -------------------------------------------------------------------------------- /cost-monitor-lambda/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/cost-monitor-lambda/main.yml -------------------------------------------------------------------------------- /create_vpc_service_endpoints.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/create_vpc_service_endpoints.sh -------------------------------------------------------------------------------- /daily-cost-check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/daily-cost-check.py -------------------------------------------------------------------------------- /doesBucketExist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/doesBucketExist.sh -------------------------------------------------------------------------------- /elb_target_group.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/elb_target_group.MD -------------------------------------------------------------------------------- /get_blackholes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/get_blackholes.sh -------------------------------------------------------------------------------- /lambdaManagementFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/lambdaManagementFunction.py -------------------------------------------------------------------------------- /ms-teams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/ms-teams.py -------------------------------------------------------------------------------- /netta_bug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/netta_bug -------------------------------------------------------------------------------- /od2spot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/od2spot.py -------------------------------------------------------------------------------- /show-orphaned-volumes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/show-orphaned-volumes.py -------------------------------------------------------------------------------- /show_vcpu_and_limit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/show_vcpu_and_limit.sh -------------------------------------------------------------------------------- /unused_eips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/unused_eips.py -------------------------------------------------------------------------------- /unused_sgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/unused_sgs.py -------------------------------------------------------------------------------- /upcomingScheduleEvents.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maprager/aws-tools/HEAD/upcomingScheduleEvents.sh --------------------------------------------------------------------------------