Skip to main content

Questions tagged [aws-cli]

aws-cli is the Amazon Web Services Command Line Interface

0 votes
0 answers
158 views

I am currently using the AWS Copilot CLI to deploy my Docker based API to AWS using ECS, Load Balanced. The CLI is an easy way of deploying an app to AWS. All based on a simple YML definition. As the ...
NovumCoder's user avatar
1 vote
1 answer
60 views

I'm trying to setup EC2 Instance Connect to RDP to a Windows server. I'm running the command like so... aws ec2-instance-connect open-tunnel \ --instance-id <my-instance-id> \ --remote-...
user1751825's user avatar
0 votes
0 answers
65 views

We hosted our WordPress site on AWS. The website is working fine. But we lost the ppk file to connect to SSH. Is there any way to retrieve the lost ppk file in AWS?
spylh9999ggr's user avatar
0 votes
1 answer
114 views

I deal with asymmetric clusters of EC2 nodes. There are certain operations which can only be safely carried out when none of the EBS volumes in the cluster are in an "optimizing" state (e.g. ...
symcbean's user avatar
  • 23.9k
0 votes
1 answer
118 views

I am using some AWSPowerShell script to get reports from my instances. I have old working instances in Tokio region ap-northeast-1, new instances were deployed in Milano region eu-south-1, To get ...
andrew's user avatar
  • 251
0 votes
1 answer
523 views

I have an EC2 instance with Rocky Linux 9 (Official) - x86_64 and Cpanel installed. I'm receiving notifications daily about this issue when the system tries to update packages or when I run /scripts/...
Dev's user avatar
  • 1
1 vote
1 answer
266 views

I have two AWS S3 buckets that have mostly the same content but with a few differences. How can I list the files that are in one bucket but not in the other bucket?
Franck Dernoncourt's user avatar
1 vote
1 answer
251 views

I have an AWS S3 bucket s3://mybucket/. Bucket versioning is enabled (screenshot). The AWS console web UI indicates that the S3 bucket has 355,524 objects: How can I use the AWS CLI to match the ...
Franck Dernoncourt's user avatar
1 vote
1 answer
407 views

How I can use the AWS CLI (aws s3) to see whether an S3 bucket has versioning activated?
Franck Dernoncourt's user avatar
0 votes
1 answer
479 views

I have an AWS S3 bucket s3://mybucket/. Running the following command to count all files: aws s3 ls s3://mybucket/ --recursive | wc -l outputs: 279847 Meanwhile, the AWS console web UI clearly ...
Franck Dernoncourt's user avatar
3 votes
3 answers
3k views

I want to copy an S3 bucket as faithfully as possible (e.g., copying all permission settings). The standard: aws s3 sync s3://old-bucket s3://new-bucket --source-region us-west-1 --region us-west-2 ...
Franck Dernoncourt's user avatar
1 vote
1 answer
183 views

I am trying to execute an AWS CLI query for EC2. I have crafted the query below, but the triple nesting seems to be throwing things off for InstanceStatus.Details.Status. aws ec2 describe-instance-...
techguy101's user avatar
1 vote
1 answer
254 views

I have a script that creates a new instance from a snapshot, adding it to my security group, setting the master password and setting it to be publicly available At each stage of the process I use: aws ...
Barnaby's user avatar
  • 155
0 votes
0 answers
12k views

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip i have used above command to transfer the awslive.zip file for installation of ...
Rajesh Maniyar's user avatar
0 votes
1 answer
1k views

AWS CLI requests "ec2 describe-instances" and "ec2 describe-iam-instance-profile-associations" include instance profile in the "IamInstanceProfile" property. This ...
Richlv's user avatar
  • 2,436
1 vote
2 answers
4k views

It's important to understand from a security standpoint what aws configure actually does behind the scenes. Having read the docs, I'm still not clear on this. We have chosen to move the credentials ...
nick's user avatar
  • 11
0 votes
1 answer
534 views

I need to restrict some users AWS SSM access to SSH only. These users should only be able to start a SSH session via SSM like this: ProxyCommand sh -c "aws ssm start-session --target %h --...
Michael's user avatar
  • 375
0 votes
0 answers
1k views

AWS ECR Login error: command: aws ecr get-login-password --region ap-south-1 | docker login --username AWS --password-stdin {id}.dkr.ecr.{region}.amazonaws.com An error occurred (...
Arya Aniket's user avatar
-2 votes
1 answer
279 views

new to AWS here. Wanted to set up my new Project on the cloud and donate some money to Jeff. How would you set up your local environment today when starting a cloud project? I have issues seeing the ...
user avatar
0 votes
1 answer
3k views

My goal is to connect to the serial console of an EC2 instance, using SSH, e.g. from a laptop, using the best modern security practices in setting it up. The AWS documentation (https://docs.aws.amazon....
David's user avatar
  • 1
0 votes
1 answer
837 views

I am trying to deploy an image to be run in aws lambda at a scheduled interval. I have built and tested the image using RIE and locally it runs as it should. Next I have pushed the image to aws ecr to ...
ptushev's user avatar
1 vote
1 answer
232 views

When I run aws efs describe-access-points --query 'AccessPoints[*].[AccessPointId]' --output table I get back 5 different ID's. There does not appear to be any filter options like there are for other ...
Ydrab's user avatar
  • 11
0 votes
0 answers
219 views

I currently have AWS configuration set up with my access key id and secret access key (i.e. I see this when going to 'aws configure' in the CLI). I then login through my company's OKTA to then access ...
KristiLuna's user avatar
0 votes
1 answer
2k views

I am using aws-cli v2 to get the --query output from AWS Describe-volumes. In this, I am trying to get the volume id, size, Instance ID, state. Instance ID is nested in the AWS Describe-volumes. ...
Pankaj Rudrawar's user avatar
1 vote
0 answers
68 views

I have a port that is IP-restricted in a Lightsail instance. How do I change that restricted IP via API or even aws-cli? I prefer via API using cURL. Thanks in advance.
Primo's user avatar
  • 11
1 vote
0 answers
619 views

with below aws cli command. aws ec2 authorize-security-group-ingress --group-id sg-07b70f5d9078322f2 --protocol tcp --port 5439 --cidr 175.101.107.216/32 It is creating successfully, but can't find ...
user2331760's user avatar
0 votes
1 answer
1k views

I'm trying to run this command in the AWS console: aws route53 list-hosted-zones I'm using my access key/secret and it worked fine in a demo account. I checked with my team and I have the ...
ernest's user avatar
  • 109
0 votes
0 answers
308 views

How locate a specific request in AWS, cloudtrail or cloudwatch? Request on 2022-11-17T17:07:52.037Z General: Request URL: https://0712f1246-1104-y-https-www-abc-com.mplbci.ekb.eg/access HTTP Version: ...
sam23's user avatar
  • 59
0 votes
1 answer
539 views

When moving data between two S3 locations using the AWS CLI, for example: aws s3 mv s3://bucket/prefix s3://bucket/other-prefix Is the data downloaded to your local computer and then re-uploaded? Or ...
Nick's user avatar
  • 131
1 vote
0 answers
264 views

Apologies for dupes, I assume this is not novel, but I can't get the phrasing right to get an answer. I have a lambda python script provided by AWS from this example (python script reproduced below to ...
stupac8908's user avatar
6 votes
1 answer
10k views

Goal: Get files from Bucket 1 in ca-central-1 in Account A to Bucket 2 in us-east-1 in Account B using the AWS CLI from a third machine using an the IAM role with correct S3 read and write ...
Ben Ogorek's user avatar
-1 votes
2 answers
3k views

I'm trying to login ecr with docker to upload the container, but it always returns an error. The cli configuration is ok. I'm following the documentation that aws provides, but still to no avail. ...
Luka Martins's user avatar
6 votes
2 answers
10k views

I'm trying to setup a ready-to-run terraform template for some performance testing. It creates two EC2 instances in the same cluster placement group and preinstalls a bunch of tools. I don't know the ...
eof's user avatar
  • 191
0 votes
0 answers
248 views

How do I identify the EC2 instance causing DNS (my website) resolving errors? I have some instances in my VPC, one of them is creating an error, I did not enable monitoring for this VPC and the ...
samtech 2021's user avatar
1 vote
0 answers
85 views

We maintain dozens of developer accounts on AWS and for maintenance purposes it would be amazing if on all cloudshell environments we would have a set of scripts available. It is possible to upload ...
rexford's user avatar
  • 111
0 votes
1 answer
745 views

I connected to my ec2 instance successfully earlier. However, when trying to connect again, I got this error: ssh: connect to host ec2-x-xxx-xxx-xx.compute-1.amazonaws.com port 22: Connection timed ...
Patrick Boni's user avatar
1 vote
0 answers
145 views

I have the following query: --query "Contents[?ends_with(Key, 'jpg') || ends_with(Key, 'NEF') || ends_with(Key, 'nef') || ends_with(Key, 'CR2') || ends_with(Key, 'cr2')]" Is there a way to ...
davidbitton's user avatar
0 votes
0 answers
1k views

Good Afternoon, I have been trying to remove some files from S3, last week I did not have any issues accessing my s3 bucket however now any s3 cmd fails with the error message above, I cant even run ...
Trizzle's user avatar
1 vote
0 answers
128 views

We have a Windows 2012 R2 VM called test01 in AWS and it's used for automatic tests. There is another server which connects to the test VM for running some tests. Sometimes the tests mess up the VM. I'...
Eastman's user avatar
  • 62
0 votes
1 answer
118 views

In AWS when creating a Codedeploy/application, how to enable the "Enable load balancing" option using the awscli or terraform? Using the command line I can only select/define the target ...
nbari's user avatar
  • 568
0 votes
2 answers
2k views

The command: create_subnet=$(aws ec2 create-subnet --vpc-id "$create_vpc" --cidr-block 10.0.1.0/24 | jq -r '.subnet[].subnetid') The output: "subnet": { "...
rikorey's user avatar
  • 15
0 votes
1 answer
644 views

With the aws cli (version 2) I have created an access key for an iam user, which produces json output. I pipe that output to a file. Now I would like to import these credentials to my aws cli ...
Isaac's user avatar
  • 1,235
1 vote
1 answer
5k views

I wonder anyone can help me with making a shell script which automate aws cli process for: 1.Creating Security group 2.Set roles to this Security group port 22 and port 80 3.Create a ec2 instance with ...
rikorey's user avatar
  • 15
1 vote
1 answer
667 views

I have this Terraform file - terraform { required_providers { aws = { source = "hashicorp/aws" version = "~> 4.23" } } required_version = ">= ...
Lone Learner's user avatar
0 votes
1 answer
678 views

While trying to install and configure aws cli on ubuntu runner in pipeline, stuck at below screen. pipeline stuck How to do that?
Kalel's user avatar
  • 264
1 vote
0 answers
2k views

I don't have ssh key but I have access to aws portal and console where the ec2 machine is there. I tried using the steps in this link to connect ec2 instance. Method 1: using only instance-id and mssh ...
uday kiran reddy's user avatar
1 vote
1 answer
2k views

Is there anyway to combine both commands below where it lists all the function app together with the storage account used for it? This command gets all the function app in the subscription az ...
Fabian Raj's user avatar
0 votes
0 answers
171 views

I'm well aware of the aws sts ... method but that requires a remote call. Is there a way to get my account id/number from local configuration?
AlexanderF's user avatar
1 vote
1 answer
20k views

Does Amazon provide an easy way extract a list of all folders that have files greater than 500 MB from a s3 bucket? want to limit the scope to the '/files/ftp_upload/' directories also This is so I ...
sam23's user avatar
  • 59
0 votes
0 answers
3k views

I want to run amazon linux commands as part of gitlab pipeline. So, trying to use docker image as runner, amazonlinux:latest So, connected to docker container and ran below command. yum -yq install ...
uday's user avatar
  • 462

1
2 3 4 5
8