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

366 questions
-1
votes
1 answer

Add the aws access key in multiple servers

I have a requirement to add my AWS access key and secret key in a set of servers (more than 100). I am trying to automate this process. The only way I have now is to create a .aws directory for the user and copy the aws credentials and config file…
Arjun Prasad
  • 163
  • 1
  • 11
-1
votes
1 answer

How to control AWS EC2 live from a web app

We are building some penetration testing stations (both attack & target) for a hackathon in AWS VPC and I need a way to control the following in a live setting: VPN connection access: if someone does something bad, or misbehaves in the forums, we…
BitShift
  • 95
  • 6
-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

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
24
25