AWS Builder Center: Learn, Build and Connect with builders in the AWS community
AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
Questions tagged with AWS Tools for Windows PowerShell
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
68 results
Hi Team,
I am getting an issue to login in docker hub using command line in build spec file in aws code build. Could you please provide the commands so we can execute and login on docker hub on windo...
1
answers
0
votes
550
views
asked 2 years ago
Hello world!
Is it possible to Enable or Disable Scheduled queries through aws cli (powershell) or python? I know about Query editor v2, but I need to automate this task.
1
answers
0
votes
1.1K
views
asked 2 years ago
I want to use the Exchange Online PowerShell module within my lambda function
1
answers
0
votes
743
views
asked 2 years ago
Hi,
I registered account for user who has right to create vaults, and he can create them when he works via AWS Console. But when I run in my Windows PowerShell console I get the following error:
```...
1
answers
0
votes
205
views
asked 3 years ago
Hello,
I am writing a PowerShell script that access the file on ec2 instance using session manager with AWS CLI, calculate checksum of it and retrieve the checksum result.
I can be able to start the...
2
answers
0
votes
1.5K
views
asked 3 years ago
Hi,
I'm a newbie with S3 and would like to know step by step how to connect, upload and read file(s) to my S3 Glacier storage via PowerShell? Link https://docs.aws.amazon.com/powershell/latest/refere...
4
answers
0
votes
739
views
asked 3 years ago
Hi AWS, I am trying to print the IP address of an EC2 instance using a PowerShell script. I am using an IAM user for the same. These are the set of policies attached to my user:
- **AmazonEC2ReadOnlyA...
1
answers
1
votes
2.6K
views
asked 3 years ago
We have scripts on a server in the following directory:
C:\Program Files\My Company\Product Scripts\do_a_thing.ps1
Using AWS-RunPowerShellScript for the Command Document. AWS Console says that the co...
1
answers
0
votes
946
views
asked 3 years ago
I am creating an ec2 instance and trying to execute some powershell scripts during userdata script execution to stop service -> change logon -> start service.
I am able to run get-service to get the ...
1
answers
0
votes
537
views
asked 3 years ago
I have figured how to download a package from CodeArtifact using AWS CLI but we are very much a PowerShell shop. This is how I tried to download a package using PowerShell:
```
$buildPackage = Get-C...
2
answers
0
votes
923
views
asked 3 years ago
Neither of the two options below is working for me:
```$SetMinSizeResponse = Update-EBEnvironment -Region $deploy_aws_region_name -ApplicationName "xd-datastore" -EnvironmentName $inactive_environmen...
1
answers
0
votes
258
views
asked 3 years ago
I successfully published a zip file to CodeArtifact using the AWS CLI:
```
aws codeartifact publish-package-version --domain my-domain --repository my-builds --format generic --namespace my-space --p...
1
answers
0
votes
712
views
asked 3 years ago