Questions tagged with AWS Tools for Windows PowerShell
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
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 =...
1
answers
0
votes
19
views
asked 16 days agolg...
Neither of the two options below is working for me:
```$SetMinSizeResponse = Update-EBEnvironment -Region $deploy_aws_region_name -ApplicationName "xd-datastore" -EnvironmentName...
0
answers
0
votes
51
views
asked a month agolg...
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...
1
answers
0
votes
58
views
asked a month agolg...
Hi AWS, I am trying to create an EC2 launch template using GitHub Actions and here is the code for the same:
```
name: Deploying a CI/CD for Amazon EC2 AMI
on:
workflow_dispatch:
push:
...
2
answers
0
votes
255
views
asked 2 months agolg...
Hi AWS, I am creating windows application as service using CI/CD written in GitHub Actions which is configured on EC2 Windows machine. The issue is weird as the command is getting executed...
1
answers
1
votes
123
views
asked 3 months agolg...
Hi AWS, I am running the CI/CD pipeline to deploy a DOTNET application on IIS server using GitHub Actions which is configured on EC2 Windows Instance using Base AMI...
1
answers
0
votes
132
views
asked 3 months agolg...
Hi,
I want to create PowerShell script for automate download files from S3. The problem is with the credentials that I want to use to connect to AWS. I had been trying use "aws configure sso" but...
2
answers
0
votes
394
views
asked 3 months agolg...
Hello,
I have to install docker in AWS VM.
AS per docker documentation. I have enabled Hyper V and WSL in VM.
But unable to enable Virtualization for window in VM.
So please suggest how to enable...
1
answers
0
votes
222
views
asked 3 months agolg...
I am trying to fetch the Source Servers with the powershell cmdlet get-mgnsourceserver, it is only fetching 50 records not more than that. Not sure if there is any limitation as such with the MGN...
1
answers
0
votes
111
views
asked 3 months agolg...
I am running a powershell against an S3 bucket to get delete markers for object recovery but not getting all the results back for folders deleted.
Here is the code
```
$bucketName =...
2
answers
0
votes
117
views
asked 4 months agolg...
So, I have been working on a script to assist in documentation of our environments, but I am running into some trouble with authentication. I have authentication working but MFA seems to be coming up...
2
answers
0
votes
178
views
asked 4 months agolg...
I am writing a powershell script to download image files from S3 storage to an EC2 instance. The script runs as expected, downloading the latest version of each file using ****Read-S3Object...
2
answers
0
votes
192
views
asked 4 months agolg...