Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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
How can I restore an EC2 instance using Powershell cmdlet Start-BAKRestoreJob without the newly created virtual machine automatically starting? I want it to remain in a stopped state and never start.
1
answers
0
votes
68
views
asked 5 months ago
I got the restore job to kick-off with
```
$BackupJob = Get-BAKBackupJobList | ? ResourceName -eq "testrestore"
$BackupMetadata = [see below] -RecoveryPointArn $BackupJob.RecoveryPointArn -BackupVaul...
2
answers
0
votes
134
views
asked 5 months ago
When I logon to Powershell, I also set the default AWS region with Set-DefaultAWSRegion. When the region is us-east-1, then I can simply execute Get-EC2SecurityGroup and it returns objects for all sec...
Accepted AnswerAWS Tools for Windows PowerShell
4
answers
0
votes
155
views
asked a year ago
Hi,
I'm running neptune exporter jar tool from a command prompt of a Windows EC2 istance. Everithing is ok until the time the tool has to write on the target s3 Bucket.
The tool seems to add a S3 suff...
1
answers
0
votes
172
views
asked a year ago
Hi,
I am writing a powershell session script that runs when the user signs into their appstream session. However, the issue I am running into is that the configuration file I need is not downloading ...
2
answers
0
votes
151
views
asked a year ago
I have been trying to write some scripts to automate tasks in CLI, but I keep getting:
>The term 'abcd' is not recognized as the name of a cmdlet, function, script file, or operable program.
on wi...
2
answers
0
votes
220
views
asked a year ago
My company has over 50 accounts which I need to loop through to pull values from the cost explorer. We use SSO and I want to use automation to regularly pull these values so unfortunately I can't use ...
1
answers
0
votes
286
views
asked a year ago
We have an EC2 windows m6a.xlarge instance with storage of 200GB on which we have hosted our websites using IIS from over a year now which was working all fine until today. Suddenly we noticed that we...
1
answers
0
votes
251
views
asked a year ago
I have this SFTP-SSH action inside Power Automate, where I am trying to connect to Amazon Web Service using those details: -
1. Private key using RSA
2. FingerPrint
3. USerName
4. End...
3
answers
0
votes
1.1K
views
asked 2 years ago
I was attempting to back up my D drive to an S3 Bucket. However, I encountered an issue with connecting to the bucket. I realised that I needed to install a module. When I ran the command below in Pow...
1
answers
0
votes
223
views
asked 2 years ago
I'm trying to copy a log file from a Kubernetes pod to my local machine using the following kubectl command in PowerShell:
powershell
Copy code
kubectl cp -n uat jeet-342asdc4:C:\app\20240821-remotea...
2
answers
0
votes
457
views
asked 2 years ago
Hi everyone,
I am in the process of creating AWS AMIs for Windows Server 2022. After configuring the machine, I need to perform a 'shutdown without sysprep' using PowerShell with Launch V2. Although ...
3
answers
0
votes
771
views
asked 2 years ago