Questions tagged [aws-cli]

aws-cli is the Amazon Web Services Command Line Interface

aws-cli is an open source project that provides a command line interface to the Amazon Web Services APIs.

The project is hosted on GitHub: https://github.com/aws/aws-cli

380 questions
-2
votes
1 answer

How do I update the attribute of an item in AWS DynamoDB using the command line tool?

I'm using the following command to read a value from AWS DynamoDB: aws dynamodb get-item --table-name XXXTABLEXXX --key '{"key":{"S":"XXXKEYXXX"}}' --attributes-to-get XXXATTRXXX | awk '{print $2}' I'm trying to find out how to also update this…
Jake
  • 7
  • 1
  • 2
-2
votes
1 answer

about setting up your local AWS development environment

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 big picture here. We have AWS CDK ( seems like…
-2
votes
1 answer

How can I connect AWS by using AWS-CLI in Windows Subsystem Linux?

I am totaly new for AWS I am trying to use awscli by calling below code : root@DESKTOP-QK5VI8R:~# aws s3 ls I applied lots of solution for that: I added port 8888 into Inbound/Outbound Rule set in Windows Firewall. I added below code in hosts…
-3
votes
1 answer

Teamspeak 3 Database Error

I am working on a project for a 'redudant' teamspeak server wtih aws. Ive got most of what I need done, however I'm running into a snag. Teamspeak A is the primary server, and is running fine. I need to copy the database from server A to server…
-4
votes
1 answer

Connecting AWS from Windows. Error: Using username "ec2-user". Server refused our key

I am connecting AWS EC2 using Putty from Windows 8, I followed all steps mentioned on this page of conversion of .pem to .ppk and have loaded .ppk in Putty. Putty Configurations: Host Address: ec2-user@PUBLIC_DNS_ADDRESS Connection Type:…
Tahir Yasin
  • 103
  • 1
  • 7
1 2 3
25
26