Questions 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
Browse through the questions and answers listed below or filter and sort to narrow down your results.
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...
When I was trying to create external schema, there is an error of unauthorization.
```
create external schema eth
from data catalog
database 'eth'
iam_role...
Hi I'm authenticating the credentials using secret key and access key like below.
AWSCredentials awsCredential = new BasicAWSCredentials(accessKey, secretKey);
But I do not want to use accesskey and...
In the past, the S3 dashboard included an "Access" column that indicated the status of a bucket, such as "public," "objects can be public," or "buckets and objects not public." This feature seems to...
Say I prepare a CFT and start to deploy it in the CloudFormation Console: on the first "Create Stack" page, when choosing to use an existing template, the page will upload the chosen local template...
I have a codepipeline with some codebuild stages. When stage 1 of codebuild project finished, I can't see the output build artifact. The source artifact is available on S3. Problem is with build...
Hello, AWS People
I wanted to limit access to s3 to vpcendpoint for iot credentials, so I configured it as follows on S3 bucket policy.
```
{
"Version": "2012-10-17",
"Id":...
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...