Top "Aws-powershell" questions

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.

How to download files from s3 service to local folder

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-powershell
Copy Data using AWS Powershell from Amazon S3 Server to local drive.

I am trying Get-S3Object -BucketName pilot but it has lot of sub directories.

powershell amazon-web-services aws-powershell
PowerShell for AWS: List only "folders" from S3 bucket?

Is 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-powershell
power shell moving Files to Amazon s3

I 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-powershell
How can I get AWS Instance Tags in user-data?

I 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-powershell
How to upload all files of a specific type to S3 Bucket?

When 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-powershell
Get a list of s3 buckets associated with amazon access key using powershell?

I 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-powershell
How to access list value in Get-EC2Instance's RunningInstance method?

I'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-powershell
Login to AWS from AWS Tools for Powershell

I'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-powershell
AWS powershell :Get value of a Tag in ec2 instance

I 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