Git Product home page Git Product logo

awsautomation's People

Contributors

johnsarie27 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

jawsino

awsautomation's Issues

Release Version doesn't match Module Version

Minor issue only. The release version on this repo doesn't match the ModuleVersion in the .psd1. I had trouble importing this because I used the incorrect version number in the module path.

appreciate the time/effort

looking to leverage this automation, but keep running into a situation where running:
Remove-LapsedAMI -ProfileName tst2 -Region us-east-2 -BackupSuffix '' -DailyBackupRetentionPeriod 30 -RunAsTestOnly:$false

all it does it displays what it would of removed, doesn't actually issue the commands inside:

            # SETUP SPLATTER TABLE FOR PARAMETERS
            $Splat.Remove('Owner'); $Splat['bolRunAsTestOnly'] = $RunAsTestOnly

            # UNREGISTER AMIS
            if ( $DailyImagesToDelete ) { Unregister-EC2AmisandSnapshot @Splat -amisTargetedForDeletion $DailyImagesToDelete }
            if ( $WeeklyImagesToDelete ) { Unregister-EC2AmisandSnapshot @Splat -amisTargetedForDeletion $WeeklyImagesToDelete }
            if ( $MonthlyImagesToDelete ) { Unregister-EC2AmisandSnapshot @Splat -amisTargetedForDeletion $MonthlyImagesToDelete }

Disable-InactiveUserProfile

How should this function be used?
Should the user pass in the user list? Or just the user names?
How are we currently using it?

Get-S3Url isn't generating a valid URL

Description

When using Get-S3Url and trying to paste that into CloudFormation to perform a stack update I get an error message saying the URL isn't valid. When I manually go to the template in S3 and copy the URL directly, it appears to only have one difference - no region in the URI.

Request

Update the function to remove or make the region an optional component of the overall URI.

Implement build automation

Description

Automatically text, analyze, and build new releases.

Tasks

  • move type files into private folder

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.