Questions tagged with AWS Command Line Interface

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...
1
answers
0
votes
158
views
lexicon
asked 2 months ago
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...
1
answers
0
votes
408
views
Yuze
asked 3 months ago
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...
2
answers
0
votes
474
views
Sanjay
asked 3 months ago
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...
4
answers
0
votes
564
views
asked 3 months ago
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...
1
answers
0
votes
283
views
asked 3 months ago
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...
1
answers
0
votes
433
views
profile picture
asked 3 months ago
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":...
4
answers
0
votes
456
views
mzhyo
asked 3 months ago
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...
1
answers
0
votes
370
views
Yurii
asked 3 months ago
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", ...
2
answers
0
votes
433
views
asked 3 months ago
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...
1
answers
0
votes
416
views
JP_KI
asked 3 months ago
Running the command: ``` $sgs = @("sg1", "sg2", "sg3") aws ec2 describe-network-interfaces --filters Name=group-id,Values=$sgs --output json |...
2
answers
0
votes
119
views
John
asked 3 months ago
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...
3
answers
0
votes
724
views
profile picture
asked 3 months ago