Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
73 views

I use metaflow with S3. In order to access S3, I need to login with AWS CLI single sign on (aws sso login). The problem is that I have no way to force "refresh" (not sure about correct ...
Edgar H's user avatar
  • 1,559
0 votes
1 answer
66 views

Currently I am able to remove objects under 1 folder WO123456 using single AWS CLI line. aws s3 rm "s3://<bucket-name>/WO123456/" --recursive --profile <profile-name> How can I ...
Eriqa Vague's user avatar
0 votes
1 answer
120 views

I tried to run an AWS Lambda written in Go locally. I used function handlers in Go and did this: Initialized a project with go mod init aws-example-go Created the file main.go and copy pasted the ...
surfmuggle's user avatar
  • 6,046
0 votes
1 answer
111 views

I'm running on an amazon linux instance which has been granted an instance profile, to a iam role with a maximum session duration of 12 hours. According to the documentation, I shouldn't be able to ...
voxobscuro's user avatar
  • 2,189
0 votes
1 answer
194 views

I've been reading the documentation at https://docs.aws.amazon.com/cli/v1/userguide/cli-usage-filter.html and https://jmespath.org/specification.html but it doesn't work. For example, I want to use ...
Bryan Tan's user avatar
  • 362
0 votes
1 answer
89 views

I have configured two distinct AWS cli profiles inside ~/.aws/credentials mentioning in the two profiles two different couples of: AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY With profile 1 I can access a ...
Roberto Russo's user avatar
0 votes
1 answer
166 views

Our team has created a Java command-line utility that connects to AWS S3. We aren't specifying a particular credentials source, we're just using S3Client.builder().region(region).build() and allowing ...
Tom Panning's user avatar
  • 4,792
1 vote
1 answer
190 views

Is there a way to get more granularity about the status of an object in an AWS S3 bucket, which is in the INTELLIGENT_TIERING storage class? Specifically, I would like to use a command-line query to ...
Alex Reynolds's user avatar
0 votes
1 answer
60 views

I have various sub-directories inside my s3 bucket which contain 2 files, namely: pavement_suitability_final_result.gpkg Intermediate_Part1_output.gpkg I wish to delete only the files named as ...
Swathi Venkatesh's user avatar
3 votes
1 answer
234 views

I have configured an AWS IAM policy to allow all access to secretsmanager on all resources: { "Version": "2012-10-17", "Statement": [ { "...
Guss's user avatar
  • 32.8k
0 votes
0 answers
26 views

I want to use a regex for username "prod-customer-1-user"/"prod-customer-2-user"/... in attach-user-policy iam cli command. I can't quite figure out how. What's the correct ...
user433342's user avatar
  • 1,118
-1 votes
1 answer
114 views

How can i deploy my .Net 8 AOT AWS Lambda project when the project has a dependency? aws-extensions-for-dotnet-cli discussions: https://github.com/aws/aws-extensions-for-dotnet-cli/discussions/364 ...
Christopher Cowen's user avatar
0 votes
0 answers
86 views

After adding YetAnotherCloudwatchExporter(YACE) to my Prometheus server & configuring AWS CLI to use my provided SSO profile, I'm getting the errors below when running YACE. I've already confirmed ...
Z McCrocklin's user avatar
0 votes
0 answers
85 views

I need to run a query to establish which VPC_LINK (id or name) that each of our API Resources are associated with .. We have hundreds of API's defined, each with multiple resources, and I need to ...
gbt's user avatar
  • 61
0 votes
0 answers
80 views

We are using a s3 bucket as a shared server for assets for a creative team. We are migrating to a new bucket and would like to move over folders. The new bucket is already in use. Is there a way to ...
Mission-Mountain-872's user avatar

15 30 50 per page
1
2 3 4 5
300