The AWS Tools for Windows PowerShell are a set of PowerShell cmdlets that are built on top of the functionality exposed by the AWS SDK for .NET.
I have requirement to download files from simple storage service to local folder and count the no.of files in …
powershell amazon-web-services amazon-s3 aws-powershellI am trying Get-S3Object -BucketName pilot but it has lot of sub directories.
powershell amazon-web-services aws-powershellIs there any easy way to use PowerShell to only get a list of "folders" from an S3 bucket, without …
powershell amazon-web-services amazon-s3 aws-powershellI have the below PowerShell script that move files to my amazon bucket for me and all works ok for …
powershell amazon-web-services amazon-s3 aws-powershellI use aws ec2 userdata with windows powershell scripts. I need instance bootstrapping. My idea is: EC2 instance tag adds.…
powershell amazon-web-services amazon-ec2 user-data aws-powershellWhen I do this: foreach ($f in (Get-ChildItem -filter "*.flv")){ Write-S3Object -BucketName bucket.example -File $f.fullName -Key $f.…
powershell amazon-web-services amazon-s3 aws-powershellI have tried googling how I could retrieve a list of available s3 buckets associated with an Amazon Access Key, …
powershell amazon-web-services amazon-s3 aws-powershellI'm trying to retrieve the instanceid, public dns name, and "Name" tag from the object returned by get-ec2instance. $instances = …
powershell amazon-web-services amazon-ec2 aws-powershellI'm trying to use AWS Tools from Powershell, but I don't know how to log in. So when I run …
amazon-web-services aws-powershellI can fetch the Tag's key-value pair of a instance using powershell. I have an object, $instance and $instance.Tags …
powershell amazon-web-services amazon-ec2 aws-powershell