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
I got the following error in the child stack: Resource handler returned message: "Certificate 'arn:aws:acm:us-*-2:*:certificate/*' not found (Service: ElasticLoadBalancingV2, Status Code: 400, Request...
I've a IAM user
It's part of group FullAdmins
This group has the policy 'AdministratorAccess'
This policy allows ALL actions on EVERY and EACH resources
```
{
"Version": "2012-10-17",
...
For security reasons, the endpoints of source bucket AP_NORTHEAST_2 and destination bucket US_WEST_2 are being applied to Java code.
The endpoint of US_WEST_2 was applied to the existing AWS SDK...
Running the command:
```
$sgs = @("sg1", "sg2", "sg3")
aws ec2 describe-network-interfaces --filters Name=group-id,Values=$sgs --output json |...
Hi AWS, I am using AWS CDK Stack Builder Tool to deploy an application using this GitHub sample repo https://github.com/aws-samples/aws-cdk-stack-builder-tool. While I am running the CDK CLI command...
when I followed this document https://docs.amazonaws.cn/en_us/redshift/latest/mgmt/jdbc20-configuration-options.html#jdbc20-plugin_name-option to connect redshift with IdpTokenAuthPlugin, I got an...
I believe to experience the same behavior as the OP in [re:Post - awscli can't access cognito](https://repost.aws/questions/QUS3rI7e9TT_qaf2XiE4yx6w/awscli-can-t-access-cognito). In the comments I saw...
When following instructions to [setup the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html) and decided to use [authenticate with short-term...
Hello Forums
I have been attempting to run any command from CloudShell and cannot seem to get the Instance ID to read. Is there a syntax missing?
-
[cloudshell-user@]$ aws connect...
I'm encountering difficulties while trying to disable MFA Delete on my S3 bucket in AWS . Despite following various guides and attempting different CLI commands, I keep encountering errors that...
Hello i am having trouble packing my Nested Stack in my Stackset using Sam Cli
in my Stackset i have this nest stack
```
#-------- [RootBootstrapStack ] --------##
RootBootstrapStack:
Type:...
Hi!
My user has AmazonS3FullAccess Policy attached and im able to
aws s3 cp s3://bucket/private/maxresdefault_1.jpg
But there are some items in the root of that bucket where i get this error
aws...