4,508 questions
-2
votes
0
answers
32
views
How do I change my RDS db subnet group when I get the error "Cannot revoke vpc security group membership because it is not in the authorized state"? [closed]
I saw this question here AWS RDS Cannot revoke vpc security group membership because it is not in the authorized state but this has some kind of Terraform thing, which I am not using.
I attempted to ...
0
votes
1
answer
40
views
How do you use aws cli --query to filter items using JMESPath functions?
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 ...
0
votes
0
answers
45
views
Multiple AWS cli profiles active at once
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 ...
0
votes
1
answer
37
views
AWS Credentials not loading for one user in Java
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 ...
1
vote
1
answer
36
views
Querying INTELLIGENT_TIERING AWS S3 objects for actual tier status?
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 ...
0
votes
1
answer
38
views
AWS CLI error with delete objects recursively using include, exclude
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 ...
1
vote
1
answer
63
views
Access denied to AWS Secrets Manager API for BatchGetSecretValue, while GetSecretValue works
I have configured an AWS IAM policy to allow all access to secretsmanager on all resources:
{
"Version": "2012-10-17",
"Statement": [
{
"...
0
votes
0
answers
15
views
How do I use a regex for user-name in aws iam cli?
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 ...
-1
votes
1
answer
51
views
How do I handle dependency projects whith .Net8 AOT Publish to AWS Lambda? MSB4018 error
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
...
0
votes
0
answers
17
views
Using AWS SSO credentials with YACE
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 ...
0
votes
0
answers
33
views
AWS CLI : How to get the VPC_LINK associated to an API Resource
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 ...
0
votes
0
answers
36
views
Syncing AWS Buckets without overwriting contents
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 ...
0
votes
0
answers
43
views
Error Updating a lambda function off of a versioned .zip object in S3
I am encountering a challenge within our production pipeline related to the handling of the lambda.zip file. Specifically, this file is being transferred from a temporary S3 bucket to a permanent S3 ...
-1
votes
0
answers
40
views
migrate codeartifact repo from one aws account to another
I have a codeartifact repo in my aws account, now i want to move all of the published npm packages from that aws account to another aws account.
I've googled and couldn't find exact command to migrate ...
0
votes
0
answers
59
views
AWS S3tablebucket error - aws: error: argument command: Invalid choice on AWS CLI 2
I am following the AWS documentation for working with AWS S3 tables : https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-getting-started.html
How ever, when i try to command as described ...