All Content tagged with AWS Command Line Interface
The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services.
Content language: English
Select up to 5 tags to filter
Sort by most recent
1120 results
Hi re:Post,
I'm trying to CloudShell connect to one of our RDS servers:
db-demo.cfxtxc6pmq18.us-east-2.rds.amazonaws.com
using this command:
aws ssm start-session --target cfxtxc6pmq18
I've been...
I’ve been trying to set up my application on AWS Elastic Beanstalk using the EB CLI. Despite creating new keys and updating my AWS configuration multiple times, I keep encountering a ‘wrong...
I'm loggin in the aws cli like this:
`aws sso login --profile val-profile-name`
after getting the message:
Successfully logged into Start URL: `https://....`
but after this any call to aws like for...
Hello,
With AWS CLI, api 'transfer start-file-transfer', is it possible to specify the remote filename for an outbound transfer ?
In the following example, I am able to transfer the file from the...
Hi,
I'm pretty new to AWS, coming from Azure World. I've reading the docs, but I've not found what I'm lookking for:
1. A official tutorial on developing/creating a Lambda function con VS Code
2....
Hi, I am new to use AWS. I want download the data from others S3 bucket (I get the Access Key Id and Secret Access Key).
After I download CLI and finish configuration by given Access Key Id and...
Hi all,
I have a Ubuntu instance that I'm trying to export via aws cli and I'm getting the following error.
StatusMessage": "ClientError: Unsupported: No grub directories found"
Thanks in advance...
I have created a new user in IAM Identity Centre, and I sso login to my account in aws cli via these...
I have referred to the CLI docs (https://awscli.amazonaws.com/v2/documentation/api/latest/reference/kms/get-key-rotation-status.html) when creating a script that generates a list of the keys and...
I use a federated identity via IAM Identity Centre, and I'm running into all sorts of problems when using AWS CLI. I have run the following commands:
aws sso configure
aws sso login --profile...
I want to change the storage class of a folder in S3 through the CLI.
I created a lifecycle-policy.json
```
{
"Rules": [
{
"ID": "Move to Glacier Instant Retrieval",
"Status":...
I noticed that https://aws.amazon.com/cli refers to the v2 CLI but the link to Release Notes takes the user to https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst , whereas I think it would be...